diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 46ceda6047ba00f060fcd7cf4c140ed93a037897..d94ee82275de1029dd0e19018acdbf0e2617af68 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,7 +4,7 @@ Name: gobject-introspection Version: 1.66.1 -Release: 1 +Release: 2 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,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu May 25 2023 fuanan - 1.66.1-2 +- enable test in check + * Thu Jul 22 2021 wuchaochao - 1.66.1-1 - Upgrade version to 1.66.1