rpms/nautilus/devel nautilus-2.23.3-wrong-unref.patch, NONE, 1.1 nautilus.spec, 1.211, 1.212

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Thu Jun 12 14:18:01 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/nautilus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14029

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-2.23.3-wrong-unref.patch 
Log Message:
* Thu Jun 12 2008 Tomas Bzatek <tbzatek at redhat.com> - 2.23.3-2
- Fix DnD segfaults (#450416, #450449)


nautilus-2.23.3-wrong-unref.patch:

--- NEW FILE nautilus-2.23.3-wrong-unref.patch ---
Index: libnautilus-private/nautilus-dnd.c
===================================================================
--- libnautilus-private/nautilus-dnd.c	(révision 14260)
+++ libnautilus-private/nautilus-dnd.c	(copie de travail)
@@ -422,7 +422,7 @@
 				*action = GDK_ACTION_MOVE;
 			}
 			
-			g_free (target);
+			g_object_unref (target);
 			nautilus_file_unref (dropped_file);
 			nautilus_file_unref (target_file);
 			return;


Index: nautilus.spec
===================================================================
RCS file: /cvs/extras/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- nautilus.spec	4 Jun 2008 17:03:22 -0000	1.211
+++ nautilus.spec	12 Jun 2008 14:17:14 -0000	1.212
@@ -20,7 +20,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Version: 	2.23.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
@@ -102,6 +102,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
 Patch17:	nautilus-filetype-symlink-fix.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=537995
+Patch18:	nautilus-2.23.3-wrong-unref.patch
+
 %description
 Nautilus integrates access to files, applications, media,
 Internet-based resources and the Web. Nautilus delivers a dynamic and
@@ -142,6 +145,7 @@
 %patch14 -p1 -b .default-to-asking
 %patch15 -p1 -b .xds
 %patch17 -p0 -b .symlink
+%patch18 -p0 -b .dnd-segv
 
 %build
 
@@ -260,6 +264,9 @@
 
 
 %changelog
+* Thu Jun 12 2008 Tomas Bzatek <tbzatek at redhat.com> - 2.23.3-2
+- Fix DnD segfaults (#450416, #450449)
+
 * Wed Jun  4 2008 Tomas Bzatek <tbzatek at redhat.com> - 2.23.3-1
 - Update to 2.23.3
 




More information about the fedora-extras-commits mailing list