diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 5210253a0c3dd281c5c2e5aa2576bac92cc53792..badd415dc84e96e9332a5430fbf397287a9ff624 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,7 +4,7 @@ Name: gobject-introspection Version: 1.70.0 -Release: 3 +Release: 4 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT @@ -43,6 +43,9 @@ Libraries and headers for gobject-introspection %install %meson_install +%check +%meson_test + %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" @@ -75,6 +78,12 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu May 25 2023 fuanan - 1.70.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable test in check + * Wed Nov 23 2022 fuanan - 1.70.0-3 - Type:bugfix - ID:NA