From 88c46589d43c5fe75752ae432444c0016cdf513c Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Thu, 1 Dec 2022 08:40:54 +0000 Subject: [PATCH] disable make check (cherry picked from commit 94d141de96390a39b1ecd5498bac6beaa87533db) --- gdk-pixbuf2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index fbf9cb1..f185944 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -2,7 +2,7 @@ Name: gdk-pixbuf2 Version: 2.42.6 -Release: 4 +Release: 5 Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf @@ -76,7 +76,7 @@ developing applications that uses gdk-pixbuf2 xlib and test. %meson_build %check -%meson_test +#%meson_test %install %meson_install @@ -130,6 +130,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache %{_mandir}/man1/gdk-pixbuf-csource.1* %changelog +* Thu Dec 01 2022 zhouwenpei - 2.42.6-5 +- disable make check + * Thu Aug 25 2022 wangkerong - 2.42.6-4 - fix CVE-2021-46829 -- Gitee