rpms/gtk2/devel gtk+-2.10.10-tab-detach.patch, NONE, 1.1 gtk2.spec, 1.213, 1.214 sources, 1.71, 1.72

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 13 23:43:59 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/gtk2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12758

Modified Files:
	gtk2.spec sources 
Added Files:
	gtk+-2.10.10-tab-detach.patch 
Log Message:
2.10.10


gtk+-2.10.10-tab-detach.patch:
 gtknotebook.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

--- NEW FILE gtk+-2.10.10-tab-detach.patch ---
--- gtk+-2.10.10/gtk/gtknotebook.c.detach	2007-03-12 23:36:03.000000000 -0400
+++ gtk+-2.10.10/gtk/gtknotebook.c	2007-03-12 23:42:11.000000000 -0400
@@ -3926,9 +3926,6 @@
   else  
     g_object_ref_sink (page->menu_label);
 
-  /* child visible will be turned on by switch_page below */
-  gtk_widget_set_child_visible (child, FALSE);
-
   if (notebook->menu)
     gtk_notebook_menu_item_create (notebook,
 				   g_list_find (notebook->children, page));
@@ -3942,6 +3939,10 @@
   if (!notebook->first_tab)
     notebook->first_tab = notebook->children;
 
+  /* child visible will be turned on by switch_page below */
+  if (notebook->cur_page != page)
+    gtk_widget_set_child_visible (child, FALSE);
+
   if (tab_label)
     {
       if (notebook->show_tabs && GTK_WIDGET_VISIBLE (child))


Index: gtk2.spec
===================================================================
RCS file: /cvs/dist/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- gtk2.spec	9 Feb 2007 14:49:04 -0000	1.213
+++ gtk2.spec	13 Mar 2007 23:43:57 -0000	1.214
@@ -10,13 +10,13 @@
 %define cairo_version %{cairo_base_version}-1
 %define libpng_version 2:1.2.2-16
 
-%define base_version 2.10.9
+%define base_version 2.10.10
 %define bin_version 2.10.0
 
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 4%{?dist}
+Release: 1%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
@@ -38,6 +38,9 @@
 # fixed in upstream cvs
 Patch10: gtk+-2.10.4-im-reset.patch
 
+# fixed in upstream svn
+Patch11: gtk+-2.10.10-tab-detach.patch
+
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -122,6 +125,7 @@
 
 %patch7 -p1 -b .cursor-blink
 %patch10 -p1 -b .im-reset
+%patch11 -p1 -b .tab-detach
 
 for i in config.guess config.sub ; do
   test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -288,8 +292,11 @@
 %doc tmpdocs/examples
 
 %changelog
+* Mon Mar 12 2007 Matthias Clasen <mclasen at redhat.com> - 2.10.10-1
+- Update to 2.10.10
+
 * Fri Feb  9 2007 Stepan Kasal <skasal at redhat.com> - 2.10.9-4
-- Clean up the autotools calles in %%prep.
+- Clean up the autotools calls in %%prep.
 
 * Fri Feb  2 2007 Matthias Clasen <mclasen at redhat.com> - 2.10.9-3
 - Fix update-gtk-immodules and update-gdk-pixbuf-loaders 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gtk2/devel/sources,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sources	22 Jan 2007 19:23:46 -0000	1.71
+++ sources	13 Mar 2007 23:43:57 -0000	1.72
@@ -1 +1 @@
-20d763198efb38263b22dee347f69da6  gtk+-2.10.9.tar.bz2
+73967e62a2e2e588ace772ac9db1bc32  gtk+-2.10.10.tar.bz2




More information about the fedora-cvs-commits mailing list