This commit is contained in:
Matthias Clasen 2010-09-21 14:39:27 -04:00
parent a1c0174d59
commit 8ee2be67d9
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
gdk-pixbuf-2.21.6.tar.bz2
/gdk-pixbuf-2.22.0.tar.bz2

View File

@ -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 <mclasen@redhat.com> 2.22.0-1
- Update to 2.22.0
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.21.6-3
- Require libpng for linking

View File

@ -1 +1 @@
03b8b833e376b72dd228e268ff8fe733 gdk-pixbuf-2.21.6.tar.bz2
0447e70f7bada542182d12e6459442b0 gdk-pixbuf-2.22.0.tar.bz2