rpms/gtk+extra/devel gtk+extra-2.1.1.g_free.diff, 1.1, 1.2 gtk+extra.spec, 1.7, 1.8

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Fri Oct 19 13:21:24 UTC 2007


Author: dionysos

Update of /cvs/extras/rpms/gtk+extra/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv350

Modified Files:
	gtk+extra-2.1.1.g_free.diff gtk+extra.spec 
Log Message:
Update patch to fix BZ #339611

gtk+extra-2.1.1.g_free.diff:

Index: gtk+extra-2.1.1.g_free.diff
===================================================================
RCS file: /cvs/extras/rpms/gtk+extra/devel/gtk+extra-2.1.1.g_free.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk+extra-2.1.1.g_free.diff	3 May 2007 08:00:28 -0000	1.1
+++ gtk+extra-2.1.1.g_free.diff	19 Oct 2007 13:21:19 -0000	1.2
@@ -1,5 +1,14 @@
 --- gtkextra/gtksheet.c.orig	2005-06-24 19:51:00.000000000 +0200
-+++ gtkextra/gtksheet.c	2007-05-03 09:43:41.000000000 +0200
++++ gtkextra/gtksheet.c	2007-10-19 15:13:42.000000000 +0200
+@@ -2738,7 +2738,7 @@
+   gdk_window_destroy (sheet->row_title_window);
+ 
+   if (sheet->pixmap){
+-    g_free (sheet->pixmap);
++    g_object_unref (sheet->pixmap);
+     sheet->pixmap = NULL;
+   }
+ 
 @@ -4149,7 +4149,7 @@
  			   &pixmap_width, &pixmap_height);
        if ((pixmap_width != width) || (pixmap_height != height))


Index: gtk+extra.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk+extra/devel/gtk+extra.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtk+extra.spec	21 Aug 2007 16:44:35 -0000	1.7
+++ gtk+extra.spec	19 Oct 2007 13:21:19 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		gtk+extra
 Version:	2.1.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	A library of gtk+ widgets
 Summary(fr):	Une bibliothèque de widgets gtk+
 
@@ -79,6 +79,9 @@
 
 
 %changelog
+* Fry Oct 19 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-6
+  - Update patch to fix BZ #339611
+
 * Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2.1.1-5
   - Licence tag clarification
 




More information about the fedora-extras-commits mailing list