gnome-vfs.spec
changeset 4499 e5de8eaeb557
parent 4496 aeeeecc90548
child 4541 aa555c8d3378
--- a/gnome-vfs.spec	Wed Nov 10 14:13:35 2004 +0000
+++ b/gnome-vfs.spec	Wed Nov 10 14:19:58 2004 +0000
@@ -2,7 +2,7 @@
 License:      LGPL
 Group:        System/Libraries/GNOME
 Version:      2.6.0
-Release:      51
+Release:      52
 Distribution: Cinnabar
 Vendor:       Sun Microsystems, Inc.
 Summary:      Virtual File System Library for GNOME
@@ -54,6 +54,7 @@
 Patch37:      gnome-vfs-37-sftp.diff
 #Patch38:      gnome-vfs-38-mount-points-fix.diff
 Patch39:      gnome-vfs-39-correct-screen-for-folder.diff
+Patch40:       gnome-vfs-40-fork-off.diff
 
 URL:          http://www.gnome.org/
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -145,6 +146,7 @@
 %patch37 -p1
 #%patch38 -p1
 %patch39 -p1
+%patch40 -p1
 
 bzcat %SOURCE1 | tar xvf -
 
@@ -240,6 +242,12 @@
 
 %changelog
 * Wed Nov 10 2004 - [email protected]
+- Added gnome-vfs-40-fork-off.diff. Fixes bug 6182789. Backport of 
+  bugzilla #151026. Patch approved by Stephen Browne. Reuses forked
+  process when get unix devices of volumes instead of seperately
+  forking for each volume.
+
+* Wed Nov 10 2004 - [email protected]
 - Commenting out Patch 38 (gnome-vfs-38-mount-points-fix.diff) because
   it needs to be rewritten to make performance acceptable.