rpms/libgnomeui/devel mime-leak.patch, NONE, 1.1 libgnomeui.spec, 1.108, 1.109

Matthias Clasen mclasen at fedoraproject.org
Mon Sep 22 15:17:35 UTC 2008


Author: mclasen

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

Modified Files:
	libgnomeui.spec 
Added Files:
	mime-leak.patch 
Log Message:
add patch


mime-leak.patch:

--- NEW FILE mime-leak.patch ---
diff -up libgnomeui-2.23.90/libgnomeui/gnome-thumbnail.c.mime-leak libgnomeui-2.23.90/libgnomeui/gnome-thumbnail.c
--- libgnomeui-2.23.90/libgnomeui/gnome-thumbnail.c.mime-leak	2008-09-20 20:32:55.000000000 -0400
+++ libgnomeui-2.23.90/libgnomeui/gnome-thumbnail.c	2008-09-20 20:33:15.000000000 -0400
@@ -442,7 +442,7 @@ mimetype_supported_by_gdk_pixbuf (const 
 	if (!formats_hash) {
 		GSList *formats, *list;
 		
-		formats_hash = g_hash_table_new (g_str_hash, g_str_equal);
+		formats_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
 
 		formats = gdk_pixbuf_get_formats ();
 		list = formats;


Index: libgnomeui.spec
===================================================================
RCS file: /cvs/extras/rpms/libgnomeui/devel/libgnomeui.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- libgnomeui.spec	22 Sep 2008 15:12:27 -0000	1.108
+++ libgnomeui.spec	22 Sep 2008 15:17:04 -0000	1.109
@@ -18,7 +18,7 @@
 Summary: GNOME base GUI library
 Name: libgnomeui
 Version: 2.24.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnomeui/2.24/%{name}-%{version}.tar.bz2
 Patch0: libgnomeui-2.23.4-disable-event-sounds.patch
@@ -153,7 +153,7 @@
 %{_datadir}/gtk-doc/html/libgnomeui
 
 %changelog
-* Mon Sep 22 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.0-1
+* Mon Sep 22 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.0-2
 - Update to 2.24.0
 
 * Sat Sep 20 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.90-3




More information about the fedora-extras-commits mailing list