2.25.0
This commit is contained in:
parent
a3e09e5bb8
commit
4d31011ee2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user