From 9d7db977ae5b5d826e319745d30eb6b157435c2b Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Tue, 9 Nov 2021 18:41:39 +0800 Subject: [PATCH] enable all test --- glib2.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index c37b5d5..e5a6643 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.66.8 -Release: 3 +Release: 4 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -22,6 +22,7 @@ Patch6011: backport-gsettings-Fix-a-minor-memory-leak-when-getting-GSetting Patch6012: backport-fix-a-memory-leak.patch BuildRequires: chrpath gcc gcc-c++ gettext perl-interpreter +BUildRequires: desktop-file-utils shared-mime-info %ifnarch i686 BUildRequires: gtk-doc %endif @@ -86,6 +87,9 @@ rm glib/pcre/*.[ch] find . -name *.dtrace-temp.c -exec rm -f {} \; +%check +%meson_test + %install %meson_install touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py @@ -188,6 +192,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Tue Aug 24 2021 yangcheng - 2.66.8-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESE:enable all tests + * Tue Aug 24 2021 yangcheng - 2.66.8-3 - Type:bugfix - ID:NA -- Gitee