From fc46fb81cb7908f6977195afd5a25b78b769d93e Mon Sep 17 00:00:00 2001 From: jzm369 Date: Thu, 18 Feb 2021 10:03:15 +0800 Subject: [PATCH] add check in spec and rebuild libxkbfile (cherry picked from commit 85c40a767f8c6dd855153c077a76833b418ec507) --- libxkbfile.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libxkbfile.spec b/libxkbfile.spec index 7702e9e..8d474f0 100644 --- a/libxkbfile.spec +++ b/libxkbfile.spec @@ -1,6 +1,6 @@ Name: libxkbfile Version: 1.1.0 -Release: 2 +Release: 4 Summary: X11 keyboard file manipulation library License: MIT URL: https://www.x.org @@ -27,6 +27,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %configure %make_build +%check +make check + %install %make_install %delete_la_and_a @@ -46,6 +49,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %{_libdir}/%{name}.so %changelog +* Thu Feb 18 2021 jinzhimin - 1.1.0-4 +- rebuild libxkbfile + +* Thu Feb 18 2021 jinzhimin - 1.1.0-3 +- add check in spec + * Mon Oct 21 2019 openEuler Buildteam - 1.1.0-2 - Type:enhancement - Id:NA