From 2c8f4cdd1f26ffc3938e1add70e520736befe2d0 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 8 Jun 2012 11:48:43 +0900 Subject: [PATCH] Add the backport patch from gtk-2-24 branch to allow fallback for immodules. This would solves the unexpected immodules selection. (#828764) --- gtk2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gtk2.spec b/gtk2.spec index d3bdc98..fdf3e3a 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -18,7 +18,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Name: gtk2 Version: 2.24.10 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -42,6 +42,8 @@ Patch15: window-dragging.patch # fix dso. Patch17: gtk2-fixdso.patch +# backport patch from gtk-2-24 branch +Patch18: allow-fallback-for-immodules.patch BuildRequires: atk-devel >= %{atk_version} BuildRequires: glib2-devel >= %{glib2_version} @@ -159,6 +161,7 @@ This package contains developer documentation for the GTK+ widget toolkit. #%patch14 -p1 -b .landscape-pdf-print %patch15 -p1 -b .window-dragging %patch17 -p1 -b .fixdso +%patch18 -p1 -b .fallback-immodules libtoolize autoreconf @@ -348,6 +351,10 @@ fi %doc tmpdocs/examples %changelog +* Fri Jun 8 2012 Akira TAGOH - 2.24.10-2 +- Add the backport patch from gtk-2-24 branch to allow fallback for immodules. + This would solves the unexpected immodules selection. (#828764) + * Mon Feb 6 2012 Matthias Clasen - 2.24.10-1 - Update to 2.24.10