rpms/gtk2/devel flash-swarm.patch,NONE,1.1 gtk2.spec,1.313,1.314

Matthias Clasen mclasen at fedoraproject.org
Mon Aug 25 23:02:24 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31803

Modified Files:
	gtk2.spec 
Added Files:
	flash-swarm.patch 
Log Message:
fix a flash problem


flash-swarm.patch:

--- NEW FILE flash-swarm.patch ---
diff -up gtk+-2.13.7/gdk/x11/gdkwindow-x11.c.flash-swarm gtk+-2.13.7/gdk/x11/gdkwindow-x11.c
--- gtk+-2.13.7/gdk/x11/gdkwindow-x11.c.flash-swarm	2008-08-25 18:14:28.000000000 -0400
+++ gtk+-2.13.7/gdk/x11/gdkwindow-x11.c	2008-08-25 18:14:57.000000000 -0400
@@ -1830,7 +1830,7 @@ gdk_window_x11_reparent (GdkWindow *wind
   parent_private->children = g_list_prepend (parent_private->children, window);
   _gdk_window_init_position (GDK_WINDOW (window_private));
 
-  return TRUE;
+  return FALSE;
 }
 
 static void


Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- gtk2.spec	25 Aug 2008 13:19:25 -0000	1.313
+++ gtk2.spec	25 Aug 2008 23:01:53 -0000	1.314
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.13/gtk+-%{version}.tar.bz2
@@ -32,6 +32,7 @@
 Patch2: workaround.patch
 # from upstream svn
 Patch3: color-loop.patch
+Patch4: flash-swarm.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -118,6 +119,7 @@
 %patch1 -p1 -b .set-invisible-char-to-bullet
 %patch2 -p1 -b .workaround
 %patch3 -p1 -b .color-loop
+%patch4 -p1 -b .flash-swarm
 
 for i in config.guess config.sub ; do
   test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -301,6 +303,9 @@
 %{_datadir}/gtk-2.0
 
 %changelog
+* Mon Aug 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.13.7-3
+- Fix the "swarm of flash windows"
+
 * Mon Aug 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.13.7-2
 - Fix a possible infinite loop in gtkrc parsing
 




More information about the fedora-extras-commits mailing list