diff --git a/glib2.spec b/glib2.spec index c37b5d51f9c65d1d63f997c9d8090779116750c1..e5a6643aa56b4e1bb1b18c35f0f370c5da790e53 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