rpms/eel2/devel eel-2.15.92-dndcrash.patch, NONE, 1.1 eel2.spec, 1.55, 1.56

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 23 14:51:22 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/eel2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27509

Modified Files:
	eel2.spec 
Added Files:
	eel-2.15.92-dndcrash.patch 
Log Message:
* Wed Aug 23 2006 Alexander Larsson <alexl at redhat.com> - 2.15.92-2
- fix dnd crash from firefox (#203678)



eel-2.15.92-dndcrash.patch:
 eel-vfs-extensions.c |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE eel-2.15.92-dndcrash.patch ---
Index: eel/eel-vfs-extensions.c
===================================================================
RCS file: /cvs/gnome/eel/eel/eel-vfs-extensions.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- eel/eel-vfs-extensions.c	24 May 2006 13:22:25 -0000	1.22
+++ eel/eel-vfs-extensions.c	23 Aug 2006 13:10:38 -0000	1.23
@@ -1144,6 +1144,10 @@ eel_vfs_has_capability (const char      
 
 	uri = gnome_vfs_uri_new (text_uri);
 
+	if (uri == NULL) {
+		return FALSE;
+	}
+	
 	ret = eel_vfs_has_capability_uri (uri, capability);
 	
 	gnome_vfs_uri_unref (uri);


Index: eel2.spec
===================================================================
RCS file: /cvs/dist/rpms/eel2/devel/eel2.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- eel2.spec	21 Aug 2006 16:37:54 -0000	1.55
+++ eel2.spec	23 Aug 2006 14:51:18 -0000	1.56
@@ -16,13 +16,15 @@
 Name:		eel2
 Summary:        Eazel Extensions Library
 Version: 	2.15.92
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	LGPL
 Group: System Environment/Libraries
 Source: 	eel-%{version}.tar.bz2
 URL: 		http://www.gnome.org/projects/nautilus/
 BuildRoot:	/var/tmp/%{name}-%{version}-root
 
+Patch1: eel-2.15.92-dndcrash.patch
+
 Requires: pango >= %{pango_version}
 Requires: gtk2 >= %{gtk2_version}
 Requires: libgnomeui >= %{libgnomeui_version}
@@ -74,6 +76,7 @@
 
 %prep
 %setup -q -n eel-%{version}
+%patch1 -p0 -b .dndcrash
 
 %build
 %configure
@@ -109,6 +112,9 @@
 %{_includedir}/eel-2
 
 %changelog
+* Wed Aug 23 2006 Alexander Larsson <alexl at redhat.com> - 2.15.92-2
+- fix dnd crash from firefox (#203678)
+
 * Mon Aug 21 2006 Matthias Clasen <mclasen at redhat.com> - 2.15.92-1.fc6
 - Update to 2.15.92
 




More information about the fedora-cvs-commits mailing list