From 3974cb9f765b94e26b09b89b74be2c72913107ec Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Tue, 20 Jul 2021 16:02:54 +0800 Subject: [PATCH] delete gdb in buildrequires --- gdk-pixbuf2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index d25d39f..d250a57 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -1,6 +1,6 @@ Name: gdk-pixbuf2 Version: 2.40.0 -Release: 1 +Release: 2 Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. License: LGPLv2+ @@ -8,7 +8,7 @@ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gdk-pixbuf/2.40/gdk-pixbuf-%{version}.tar.xz BuildRequires: gettext gtk-doc pkgconfig(gio-2.0) >= 2.48.0 libpng-devel libjpeg-devel libtiff-devel shared-mime-info -BuildRequires: meson pkgconfig(x11) pkgconfig(gobject-introspection-1.0) >= 0.9.3 gobject-introspection-devel libxslt gdb +BuildRequires: meson pkgconfig(x11) pkgconfig(gobject-introspection-1.0) >= 0.9.3 gobject-introspection-devel libxslt Requires: glib2 >= 2.48.0 shared-mime-info @@ -95,6 +95,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache %{_mandir}/man1/gdk-pixbuf-csource.1* %changelog +* Thu Jul 20 2021 liuyumeng - 2.40.0-2 +- delete gdb in buildrequires + * Mon Jul 20 2020 wangye - 2.40.0-1 - version update 2.40.0 -- Gitee