2.27.0
This commit is contained in:
parent
251c8e9874
commit
d9136969fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ gdk-pixbuf-2.21.6.tar.bz2
|
||||
/gdk-pixbuf-2.26.2.tar.xz
|
||||
/gdk-pixbuf-2.26.4.tar.xz
|
||||
/gdk-pixbuf-2.26.5.tar.xz
|
||||
/gdk-pixbuf-2.27.0.tar.xz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global glib2_version 2.34.0
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.26.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.27.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.26/gdk-pixbuf-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gdk-pixbuf/2.27/gdk-pixbuf-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libpng-devel
|
||||
@ -117,6 +117,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
|
||||
- Update to 2.27.0
|
||||
|
||||
* Tue Jan 15 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.26.5-3
|
||||
- Require glib2 >= 2.34.0 for g_type_ensure().
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user