diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 9db487bcf8d5ece9961879c0922dcb1759a2271a..163d3a750bde58eef0a95bfacffb608dc0e71556 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.74.0 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection @@ -41,6 +41,9 @@ Libraries and headers for gobject-introspection %install %meson_install +%check +%meson_test + %post /sbin/ldconfig @@ -71,6 +74,9 @@ fi %{_mandir}/man1/*.1* %changelog +* Thu May 25 2023 fuanan - 1.74.0-2 +- enable test in check + * Mon Jan 02 2023 lin zhang - 1.74.0-1 - update to 1.74.0