rpms/gvfs/F-11 gvfs.spec,1.127,1.128

David Zeuthen davidz at fedoraproject.org
Wed May 6 13:01:04 UTC 2009


Author: davidz

Update of /cvs/pkgs/rpms/gvfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13158

Modified Files:
	gvfs.spec 
Log Message:
* Wed May 06 2009 David Zeuthen <davidz at redhat.com> - 1.2.2-5
- Don't show drives that are supposed to be hidden (#498649)
- Only automount if media or drive was just inserted - this fixes
  a problem with spurious automounts when partitioning/formatting




Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/F-11/gvfs.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- gvfs.spec	2 May 2009 05:01:34 -0000	1.127
+++ gvfs.spec	6 May 2009 13:00:33 -0000	1.128
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -39,6 +39,8 @@ Patch4: gvfs-1.2.2-ssh-auth-sock.patch
 
 # Gdu volume monitor patches, from http://cgit.freedesktop.org/~david/gvfs/log/?h=gdu-volume-monitor
 #
+# These are all in gvfs' master branch on git.gnome.org.
+#
 # http://bugzilla.gnome.org/show_bug.cgi?id=573826
 Patch101: gdu-0001-Bug-573826-gdu-volume-monitor.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=573826
@@ -65,8 +67,10 @@ Patch111: gdu-0011-Bug-576083-pre-unmoun
 Patch112: gdu-0012-use-new-gnome-disk-utility-API-to-hide-unwanted-devi.patch
 Patch113: gdu-0013-pass-the-flush-mount-option-for-vfat.patch
 
-# upstream fix
-Patch120: gvfs-1.2.2-really-hide.patch
+# Only automount when media has just been inserted
+Patch114: 0014-gvfs-use-device-media-detected.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=498649
+Patch115: 0015-gvfs-respect-presentation-hide-for-drives.patch
 
 %description
 The gvfs package provides backend implementations for the gio
@@ -166,8 +170,8 @@ media players (Media Transfer Protocol) 
 %patch111 -p1 -b .gdu-pre-unmount-signals
 %patch112 -p1 -b .gdu-unwanted-devices
 %patch113 -p1 -b .gdu-vfat-flush
-
-%patch120 -p1 -b .really-hide
+%patch114 -p1 -b .gdu-automount-only-on-insertion
+%patch115 -p1 -b .gdu-hide-drives
 
 %build
 
@@ -311,6 +315,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Wed May 06 2009 David Zeuthen <davidz at redhat.com> - 1.2.2-5
+- Don't show drives that are supposed to be hidden (#498649)
+- Only automount if media or drive was just inserted - this fixes
+  a problem with spurious automounts when partitioning/formatting
+
 * Sat May  2 2009 Matthias Clasen <mclasen at redhat.com> - 1.2.2-4
 - Really hide drives that are supposed to be hidden (#498649)
 




More information about the scm-commits mailing list