From ef0c301aafde721d24abe99d707309910e3fef9c Mon Sep 17 00:00:00 2001 From: zhangpan Date: Fri, 17 Mar 2023 07:58:44 +0000 Subject: [PATCH] enable test --- gdk-pixbuf2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 80cc8e7..d403b3a 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -1,6 +1,6 @@ Name: gdk-pixbuf2 Version: 2.40.0 -Release: 3 +Release: 4 Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. License: LGPLv2+ @@ -53,6 +53,9 @@ developing applications that uses gdk-pixbuf2 xlib and test. %global _smp_mflags -j1 %meson_build +%check +%meson_test + %install %meson_install @@ -99,6 +102,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache %{_mandir}/man1/gdk-pixbuf-csource.1* %changelog +* Fri Mar 17 2023 zhangpan - 2.40.0-4 +- enable test + * Thu Aug 25 2022 wangkerong - 2.40.0-3 - fix CVE-2021-46829