From 8ee2be67d9e899fce952ac9ba706c0d77ca6801f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Sep 2010 14:39:27 -0400 Subject: [PATCH] 2.22.0 --- .gitignore | 1 + gdk-pixbuf2.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9bd85b7..94078a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gdk-pixbuf-2.21.6.tar.bz2 +/gdk-pixbuf-2.22.0.tar.bz2 diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 125c819..ca15037 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -1,6 +1,6 @@ Name: gdk-pixbuf2 -Version: 2.21.6 -Release: 3%{?dist} +Version: 2.22.0 +Release: 1%{?dist} Summary: An image loading library Group: System Environment/Libraries @@ -15,7 +15,7 @@ BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: jasper-devel BuildRequires: libX11-devel -BuildRequires: gobject-introspection-devel +BuildRequires: gobject-introspection-devel >= 0.9.3 # gdk-pixbuf does a configure time check which uses the GIO mime # layer; we need to actually have the mime type database. BuildRequires: shared-mime-info @@ -29,9 +29,6 @@ Requires: shared-mime-info # gdk-pixbuf was included in gtk2 until 2.21.2 Conflicts: gtk2 <= 2.21.2 -# https://bugzilla.gnome.org/show_bug.cgi?id=624712 -Patch0: 0001-Fix-linking-when-libpng-loader-is-builtin.patch - %description gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or @@ -53,7 +50,6 @@ for writing applications that are using gdk-pixbuf. %prep %setup -q -n gdk-pixbuf-%{version} -%patch0 -p1 -b .libpng-linking %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -117,6 +113,9 @@ fi %changelog +* Tue Sep 21 2010 Matthias Clasen 2.22.0-1 +- Update to 2.22.0 + * Mon Jul 19 2010 Bastien Nocera 2.21.6-3 - Require libpng for linking diff --git a/sources b/sources index 8de4efc..44fb825 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03b8b833e376b72dd228e268ff8fe733 gdk-pixbuf-2.21.6.tar.bz2 +0447e70f7bada542182d12e6459442b0 gdk-pixbuf-2.22.0.tar.bz2