From a31f4165ca68d54ca27f3643e95e960ec6a03d77 Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 11:03:55 +0800 Subject: [PATCH] add 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 da81e3f..b4c1811 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -1,6 +1,6 @@ Name: gdk-pixbuf2 Version: 2.38.0 -Release: 8 +Release: 9 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.38/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 +BuildRequires: meson pkgconfig(x11) pkgconfig(gobject-introspection-1.0) >= 0.9.3 gobject-introspection-devel libxslt gdb 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 +* Fri Mar 20 2020 openEuler Buildteam - 2.38.0-9 +- add gdb in buildrequires + * Mon Jan 20 2020 openEuler Buildteam - 2.38.0-8 - remove the jasper -- Gitee