From 3c7850fefb7c44eb5b3ce986f300cad81d1876d2 Mon Sep 17 00:00:00 2001 From: liningjie Date: Tue, 28 Nov 2023 16:50:44 +0800 Subject: [PATCH] sync openEuler-22.03-LTS-SP2 patch --- gdk-pixbuf2.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 3c83624..49cd642 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -2,7 +2,7 @@ Name: gdk-pixbuf2 Version: 2.42.6 -Release: 5 +Release: 6 Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf @@ -78,9 +78,6 @@ cp %{SOURCE1} ./tests/test-images/gif-test-suite/invalid-colors.gif %global _smp_mflags -j1 %meson_build -%check -%meson_test - %install %meson_install @@ -133,9 +130,12 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache %{_mandir}/man1/gdk-pixbuf-csource.1* %changelog -* Tue Jun 20 2023 zhangpan - 2.42.6-5 +* Tue Jun 20 2023 zhangpan - 2.42.6-6 - fix CVE-2021-44648 +* 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