From f13d23cebe34a56b0b89d2aa3f3f767e58658ef5 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 7 Dec 2023 14:49:48 +0800 Subject: [PATCH] Del useless buildrequire gdb (cherry picked from commit a4feec1cac7fb46eeb7b1556cbc8eff414399ecd) --- gimp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gimp.spec b/gimp.spec index 3391cb1..7ce6d7c 100644 --- a/gimp.spec +++ b/gimp.spec @@ -1,6 +1,6 @@ Name: gimp Version: 2.10.6 -Release: 10 +Release: 11 Epoch: 2 Summary: A versatile graphics manipulation package License: GPLv3+ and GPLv3 @@ -25,7 +25,7 @@ BuildRequires: libgs-devel iso-codes-devel libjpeg-devel libmng-devel libwebp-d BuildRequires: libwmf-devel >= 0.2.8 libmypaint-devel >= 1.3.0 mypaint-brushes-devel >= 1.3.0 OpenEXR-devel >= 1.6.1 openjpeg2-devel >= 2.1.0 BuildRequires: poppler-data-devel >= 0.4.7 pycairo-devel >= 1.0.2 pygtk2-devel >= 2.10.4 pygobject2-devel python2-devel >= 2.5.0 xz-devel >= 5.0.0 BuildRequires: perl >= 5.10.0 libappstream-glib gtk-doc >= 1.0 gegl04-tools libXpm-devel pkgconfig zlib-devel -BuildRequires: libXmu-devel gettext >= 0.19 chrpath >= 0.13-5 intltool >= 0.40.1 gdb +BuildRequires: libXmu-devel gettext >= 0.19 chrpath >= 0.13-5 intltool >= 0.40.1 Requires: babl%{?_isa} >= 0.1.56 fontconfig >= 2.12.4 freetype >= 2.1.7 pango >= 1.29.4 xdg-utils %{name}-libs = %{epoch}:%{version}-%{release} Requires: gegl04%{?_isa} >= 0.4.6 glib2 >= 2.54.0 gtk2 >= 2.24.10 pygtk2 >= 2.10.4 hicolor-icon-theme @@ -259,6 +259,9 @@ make check %{?_smp_mflags} %{_mandir}/man*/* %changelog +* Thu Dec 7 2023 liyanan - 2:2.10.6-11 +- Del useless buildrequire gdb + * Mon Dec 04 2023 yaoxin - 2:2.10.6-10 - Fix CVE-2023-44442 and CVE-2023-44444 -- Gitee