rpms/gnome-vfs2/OLPC-3 gnome-vfs-2.18.1-gnome-vfs-init.patch, NONE, 1.1 gnome-vfs2.spec, 1.178, 1.179

Daniel Drake (dsd) fedora-extras-commits at redhat.com
Wed Aug 6 21:48:45 UTC 2008


Author: dsd

Update of /cvs/pkgs/rpms/gnome-vfs2/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1492

Modified Files:
	gnome-vfs2.spec 
Added Files:
	gnome-vfs-2.18.1-gnome-vfs-init.patch 
Log Message:
add patch from OLPC-2 to ignore .gnome2 creation failure, required for Read activity to work

gnome-vfs-2.18.1-gnome-vfs-init.patch:

--- NEW FILE gnome-vfs-2.18.1-gnome-vfs-init.patch ---
--- gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-init.c.gnome-vfs-init
+++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-init.c
@@ -111,9 +111,9 @@ gnome_vfs_init (void)
 	/*
 	char *bogus_argv[2] = { "dummy", NULL };
 	*/
-	
+
 	if (!ensure_dot_gnome_exists ()) {
-		return FALSE;
+		g_warning ("gnome_vfs_init(): .gnome does not exist");
 	}
 
  	if (!g_thread_supported ())


Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2/OLPC-3/gnome-vfs2.spec,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- gnome-vfs2.spec	25 Jul 2008 17:56:53 -0000	1.178
+++ gnome-vfs2.spec	6 Aug 2008 21:48:15 -0000	1.179
@@ -16,7 +16,7 @@
 Summary: The GNOME virtual file-system libraries
 Name: gnome-vfs2
 Version: 2.22.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2 and LGPL+ and GPL+
 # the daemon and the library are LGPLv2
 # the modules are LGPL+ and GPL+ 
@@ -83,6 +83,8 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=335241
 Patch300: gnome-vfs-2.20.0-ignore-certain-mountpoints.patch
 
+Patch10: gnome-vfs-2.18.1-gnome-vfs-init.patch
+
 %description
 GNOME VFS is the GNOME virtual file system. It is the foundation of
 the Nautilus file manager. It provides a modular architecture and
@@ -136,7 +138,9 @@
 
 %patch300 -p1 -b .ignore-certain-mount-points
 
-# for patch 10
+%patch10 -p1
+
+# for patch ??
 autoheader
 autoconf
 




More information about the scm-commits mailing list