This commit is contained in:
Matthias Clasen 2012-07-15 16:32:26 -04:00
parent 13d75ee043
commit fb97464a26
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ gtk+-2.21.5.tar.bz2
/gtk+-2.24.7.tar.xz /gtk+-2.24.7.tar.xz
/gtk+-2.24.8.tar.xz /gtk+-2.24.8.tar.xz
/gtk+-2.24.10.tar.bz2 /gtk+-2.24.10.tar.bz2
/gtk+-2.24.11.tar.bz2

View File

@ -17,8 +17,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk2 Name: gtk2
Version: 2.24.10 Version: 2.24.11
Release: 2%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -42,8 +42,6 @@ Patch15: window-dragging.patch
# fix dso. # fix dso.
Patch17: gtk2-fixdso.patch Patch17: gtk2-fixdso.patch
# backport patch from gtk-2-24 branch
Patch18: allow-fallback-for-immodules.patch
BuildRequires: atk-devel >= %{atk_version} BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
@ -161,7 +159,6 @@ This package contains developer documentation for the GTK+ widget toolkit.
#%patch14 -p1 -b .landscape-pdf-print #%patch14 -p1 -b .landscape-pdf-print
%patch15 -p1 -b .window-dragging %patch15 -p1 -b .window-dragging
%patch17 -p1 -b .fixdso %patch17 -p1 -b .fixdso
%patch18 -p1 -b .fallback-immodules
libtoolize libtoolize
autoreconf autoreconf
@ -351,6 +348,9 @@ fi
%doc tmpdocs/examples %doc tmpdocs/examples
%changelog %changelog
* Sun Jul 15 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.11-1
- Update to 2.24.11
* Fri Jun 8 2012 Akira TAGOH <tagoh@redhat.com> - 2.24.10-2 * Fri Jun 8 2012 Akira TAGOH <tagoh@redhat.com> - 2.24.10-2
- Add the backport patch from gtk-2-24 branch to allow fallback for immodules. - Add the backport patch from gtk-2-24 branch to allow fallback for immodules.
This would solves the unexpected immodules selection. (#828764) This would solves the unexpected immodules selection. (#828764)

View File

@ -1 +1 @@
7672f1f10963bd2cd16e7a107cf45592 gtk+-2.24.10.tar.bz2 06276b78fce8bdab115b1d48d77c335b gtk+-2.24.11.tar.bz2