rpms/gtk2/F-12 .cvsignore, 1.120, 1.121 fresh-tooltips.patch, 1.8, 1.9 gtk2.spec, 1.437, 1.438 sources, 1.129, 1.130 0001-Make-level3-keys-work-again.patch, 1.1, NONE iconview-hang.patch, 1.1, NONE image-size-alloc.patch, 1.1, NONE symbolic-color-parsing.patch, 1.1, NONE toolbutton-assert.patch, 1.2, NONE

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 1 14:27:13 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gtk2/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30623

Modified Files:
	.cvsignore fresh-tooltips.patch gtk2.spec sources 
Removed Files:
	0001-Make-level3-keys-work-again.patch iconview-hang.patch 
	image-size-alloc.patch symbolic-color-parsing.patch 
	toolbutton-assert.patch 
Log Message:
2.18.4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/.cvsignore,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -p -r1.120 -r1.121
--- .cvsignore	17 Oct 2009 05:29:18 -0000	1.120
+++ .cvsignore	1 Dec 2009 14:27:13 -0000	1.121
@@ -1 +1 @@
-gtk+-2.18.3.tar.bz2
+gtk+-2.18.4.tar.bz2

fresh-tooltips.patch:
 gtktooltip.c |  264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 gtkwidget.c  |    8 +
 2 files changed, 260 insertions(+), 12 deletions(-)

Index: fresh-tooltips.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/fresh-tooltips.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- fresh-tooltips.patch	31 Oct 2009 19:06:13 -0000	1.8
+++ fresh-tooltips.patch	1 Dec 2009 14:27:13 -0000	1.9
@@ -1,6 +1,6 @@
-diff -up gtk+-2.18.3/gtk/gtktooltip.c.fresh-tooltips gtk+-2.18.3/gtk/gtktooltip.c
---- gtk+-2.18.3/gtk/gtktooltip.c.fresh-tooltips	2009-10-16 10:35:45.000000000 -0400
-+++ gtk+-2.18.3/gtk/gtktooltip.c	2009-10-31 14:53:37.120183113 -0400
+diff -up gtk+-2.19.1/gtk/gtktooltip.c.fresh-tooltips gtk+-2.19.1/gtk/gtktooltip.c
+--- gtk+-2.19.1/gtk/gtktooltip.c.fresh-tooltips	2009-11-26 23:54:55.000000000 -0500
++++ gtk+-2.19.1/gtk/gtktooltip.c	2009-11-30 20:06:37.539580221 -0500
 @@ -29,6 +29,10 @@
  #include "gtkhbox.h"
  #include "gtkalignment.h"
@@ -100,33 +100,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.fr
    tooltip->custom_widget = NULL;
  }
  
-@@ -318,9 +369,9 @@ gtk_tooltip_set_icon_from_stock (GtkTool
-  * Since: 2.14
-  */
- void
--gtk_tooltip_set_icon_from_icon_name(GtkTooltip  *tooltip,
--				    const gchar *icon_name,
--				    GtkIconSize  size)
-+gtk_tooltip_set_icon_from_icon_name (GtkTooltip  *tooltip,
-+				     const gchar *icon_name,
-+				     GtkIconSize  size)
- {
-   g_return_if_fail (GTK_IS_TOOLTIP (tooltip));
- 
-@@ -471,27 +522,217 @@ static void
- gtk_tooltip_window_style_set (GtkTooltip *tooltip)
- {
-   gtk_alignment_set_padding (GTK_ALIGNMENT (tooltip->alignment),
--			     tooltip->window->style->ythickness,
--			     tooltip->window->style->ythickness,
--			     tooltip->window->style->xthickness,
-+	                     tooltip->window->style->ythickness,
-+	                     tooltip->window->style->ythickness,
-+		             tooltip->window->style->xthickness,
- 			     tooltip->window->style->xthickness);
--
-+  gtk_box_set_spacing (GTK_BOX (tooltip->box),
-+                       tooltip->window->style->xthickness);
+@@ -508,19 +559,208 @@ gtk_tooltip_window_style_set (GtkTooltip
    gtk_widget_queue_draw (tooltip->window);
  }
  
@@ -259,7 +233,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.fr
 +          wm = gdk_x11_screen_get_window_manager_name (screen);
 +          if (g_strcmp0 (wm, "Metacity") == 0)
 +            gtk_window_set_type_hint (GTK_WINDOW (tooltip->window),
-+			              GDK_WINDOW_TYPE_HINT_DND);
++                                     GDK_WINDOW_TYPE_HINT_DND);
 +        }
 +#endif
 +      return;
@@ -345,7 +319,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.fr
  
    return FALSE;
  }
-@@ -631,7 +872,7 @@ find_widget_under_pointer (GdkWindow *wi
+@@ -660,7 +900,7 @@ find_widget_under_pointer (GdkWindow *wi
  
  #ifdef DEBUG_TOOLTIP
    g_print ("event window %p (belonging to %p (%s))  (%d, %d)\n",
@@ -354,10 +328,10 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.fr
  	   *x, *y);
  #endif
  
-diff -up gtk+-2.18.3/gtk/gtkwidget.c.fresh-tooltips gtk+-2.18.3/gtk/gtkwidget.c
---- gtk+-2.18.3/gtk/gtkwidget.c.fresh-tooltips	2009-10-09 01:00:44.000000000 -0400
-+++ gtk+-2.18.3/gtk/gtkwidget.c	2009-10-31 14:27:50.333957199 -0400
-@@ -2386,6 +2386,14 @@ gtk_widget_class_init (GtkWidgetClass *k
+diff -up gtk+-2.19.1/gtk/gtkwidget.c.fresh-tooltips gtk+-2.19.1/gtk/gtkwidget.c
+--- gtk+-2.19.1/gtk/gtkwidget.c.fresh-tooltips	2009-11-27 20:59:42.000000000 -0500
++++ gtk+-2.19.1/gtk/gtkwidget.c	2009-11-30 20:00:23.425825787 -0500
+@@ -2557,6 +2557,14 @@ gtk_widget_class_init (GtkWidgetClass *k
                                                               P_("The length of vertical scroll arrows"),
                                                               1, G_MAXINT, 16,
                                                               GTK_PARAM_READABLE));


Index: gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/gtk2.spec,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -p -r1.437 -r1.438
--- gtk2.spec	25 Nov 2009 06:24:12 -0000	1.437
+++ gtk2.spec	1 Dec 2009 14:27:13 -0000	1.438
@@ -11,13 +11,13 @@
 %define libpng_version 2:1.2.2-16
 %define xrandr_version 1.2.99.4-2
 
-%define base_version 2.18.3
+%define base_version 2.18.4
 %define bin_version 2.10.0
 
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 22%{?dist}
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.18/gtk+-%{version}.tar.bz2
@@ -30,22 +30,12 @@ Patch0: gtk+-2.13.5-lib64.patch
 Patch1: system-python.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=583273
 Patch2: icon-padding.patch
-# from upstream
-Patch3: image-size-alloc.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=599617
 Patch4: fresh-tooltips.patch
 # from upstream
 Patch5: allow-set-hint.patch
-# from upstream
-Patch6: compose-sequences.patch
-# from upstream
-Patch7: symbolic-color-parsing.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=599618
 Patch8: tooltip-positioning.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=581150
-Patch9: iconview-hang.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=599446
-Patch10: toolbutton-assert.patch
 # http://bugzilla.redhat.com/show_bug.cgi?id=529364
 Patch11: gtk2-remove-connecting-reason.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=592582
@@ -54,8 +44,6 @@ Patch13: gtk2-rotate-layout.patch
 Patch14: gtk2-landscape-pdf-print.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=600992
 Patch15: filesystemref.patch
-# fixed upstream
-Patch16: 0001-Make-level3-keys-work-again.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -169,20 +157,14 @@ This package contains developer document
 %patch0 -p1 -b .lib64
 %patch1 -p1 -b .system-python
 %patch2 -p1 -b .icon-padding
-%patch3 -p1 -b .image-size-alloc
 %patch4 -p1 -b .fresh-tooltips
 %patch5 -p1 -b .allow-set-hint
-%patch6 -p1 -b .compose-sequences
-%patch7 -p1 -b .symbolic-color-parsing
 %patch8 -p1 -b .tooltip-positioning
-%patch9 -p1 -b .iconview-hang
-%patch10 -p1 -b .toolbutton-assert
 %patch11 -p1 -b .remove-connecting-reason
 %patch12 -p1 -b .preview
 %patch13 -p1 -b .rotate-layout
 %patch14 -p1 -b .landscape-pdf-print
 %patch15 -p1 -b .filesystemref
-%patch16 -p1 -b .level3
 
 %build
 libtoolize --force --copy
@@ -420,6 +402,9 @@ fi
 
 
 %changelog
+* Tue Dec  1 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.4-1
+- Update to 2.18.4
+
 * Wed Nov 25 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.3-22
 - Make level3 keys work again (#537567)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/sources,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- sources	17 Oct 2009 05:29:18 -0000	1.129
+++ sources	1 Dec 2009 14:27:13 -0000	1.130
@@ -1 +1 @@
-369e173600efc272131b53b1902679e8  gtk+-2.18.3.tar.bz2
+311ec49d7cae0c0b431ab6235579f5a4  gtk+-2.18.4.tar.bz2


--- 0001-Make-level3-keys-work-again.patch DELETED ---


--- iconview-hang.patch DELETED ---


--- image-size-alloc.patch DELETED ---


--- symbolic-color-parsing.patch DELETED ---


--- toolbutton-assert.patch DELETED ---




More information about the fedora-extras-commits mailing list