From c4945525ff95ac214e6f1d2477e8cd2bafb26a64 Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Tue, 19 Apr 2022 11:03:08 +0800 Subject: [PATCH] enable test (cherry picked from commit c2c5ff97c355affd950eba26b4c9f555f5de86f4) --- libxkbcommon.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 9daa1aa..6fc70ec 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,6 +1,6 @@ Name: libxkbcommon Version: 1.3.1 -Release: 1 +Release: 2 Summary: X.Org X11 XKB parsing library License: MIT URL: https://www.x.org @@ -64,6 +64,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %ldconfig_scriptlets +%check +%meson_test + %files %license LICENSE %{_libdir}/libxkbcommon.so.0.0.0 @@ -110,6 +113,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %{_mandir}/man1/xkbcli.1.gz %changelog +* Tue Apr 19 2022 dongyuzhen - 1.3.1-2 +- enable test + * Wed Nov 24 2021 hanhui - 1.3.1-1 - DESC: update to 1.3.1 -- Gitee