From 9a9980090319978da0991a899470697e827dbc68 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sep 15 2004 13:47:34 +0000 Subject: - Fix issues in the xpm and ico loaders found by Chris Evans (#130711) --- diff --git a/gtk2.spec b/gtk2.spec index 7faedcf..b05a9ff 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -14,7 +14,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. Name: gtk2 Version: %{base_version} -Release: 8 +Release: 9 License: LGPL Group: System Environment/Libraries Source: gtk+-%{version}.tar.bz2 @@ -33,6 +33,8 @@ Patch11: gtk+-2.4.9-treeview-activate.patch Patch12: gtk+-2.4.9-backspace.patch # Fix expander drawing. The fix will be in GTK+ 2.4.10 Patch13: gtk+-2.4.9-expander.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=130711 +Patch14: gtk+-2.2.4-loaders.patch BuildPrereq: atk-devel >= %{atk_version} BuildPrereq: pango-devel >= %{pango_version} @@ -99,6 +101,7 @@ docs for the GTK+ widget toolkit. %patch11 -p1 -b .treeview-activate %patch12 -p1 -b .backspace %patch13 -p1 -b .expander +%patch14 -p1 -b .loaders for i in config.guess config.sub ; do test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . @@ -269,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT %doc tmpdocs/examples %changelog +* Wed Sep 15 2004 Matthias Clasen - 2.4.9-9 +- Fix issues in the xpm and ico loaders + found by Chris Evans (#130711) + * Mon Sep 13 2004 Matthias Clasen - 2.4.9-8 - bring expanders back to their old size