This commit is contained in:
Matthias Clasen 2011-12-16 20:52:12 -05:00
parent a3e09e5bb8
commit 4d31011ee2
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mclasen@redhat.com> - 2.25.0-1
- Update to 2.25.0
* Mon Nov 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
- Rebuild against new libpng

View File

@ -1 +1 @@
bd7c2a9d23b573db467e39833f12103d gdk-pixbuf-2.24.0.tar.xz
21664f45510fa39c1b6d1f691510eb5c gdk-pixbuf-2.25.0.tar.xz