diff --git a/.gitignore b/.gitignore index 454d4de..85216a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ gdk-pixbuf-2.21.6.tar.bz2 /gdk-pixbuf-2.23.4.tar.xz /gdk-pixbuf-2.23.5.tar.bz2 /gdk-pixbuf-2.24.0.tar.xz +/gdk-pixbuf-2.25.0.tar.xz diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 2f07dcd..e8854d2 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -1,13 +1,13 @@ Name: gdk-pixbuf2 -Version: 2.24.0 -Release: 2%{?dist} +Version: 2.25.0 +Release: 1%{?dist} Summary: An image loading library Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gt.org #VCS: git:git://git.gnome.org/gdk-pixbuf -Source0: http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gdk-pixbuf/2.25/gdk-pixbuf-%{version}.tar.xz BuildRequires: glib2-devel BuildRequires: libpng-devel @@ -53,7 +53,8 @@ for writing applications that are using gdk-pixbuf. %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; - %configure $CONFIGFLAGS \ + %configure $CONFIGFLAGS \ + --with-x11 \ --with-libjasper \ --with-included-loaders=png ) make %{?_smp_mflags} @@ -111,6 +112,9 @@ fi %changelog +* Fri Dec 16 2011 Matthias Clasen - 2.25.0-1 +- Update to 2.25.0 + * Mon Nov 7 2011 Matthias Clasen - 2.24.0-2 - Rebuild against new libpng diff --git a/sources b/sources index 1548ed5..397ae7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd7c2a9d23b573db467e39833f12103d gdk-pixbuf-2.24.0.tar.xz +21664f45510fa39c1b6d1f691510eb5c gdk-pixbuf-2.25.0.tar.xz