rpms/gvfs/F-11 gvfs-1.2.2-really-hide.patch, NONE, 1.1 gvfs.spec, 1.126, 1.127

Matthias Clasen mclasen at fedoraproject.org
Sat May 2 05:02:05 UTC 2009


Author: mclasen

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

Modified Files:
	gvfs.spec 
Added Files:
	gvfs-1.2.2-really-hide.patch 
Log Message:
Really hide drives that are supposed to be hidden


gvfs-1.2.2-really-hide.patch:

--- NEW FILE gvfs-1.2.2-really-hide.patch ---
diff -up gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c.really-hide gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c
--- gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c.really-hide	2009-05-02 00:56:23.201705660 -0400
+++ gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c	2009-05-02 00:57:36.652379965 -0400
@@ -834,7 +834,10 @@ should_drive_be_ignored (GduPool *pool, 
     }
 
   if (gdu_device_get_presentation_hide (device))
-    goto out;
+    {
+      ignored = TRUE;
+      goto out;
+    }
 
   has_volumes = FALSE;
   all_volumes_are_ignored = TRUE;


Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/F-11/gvfs.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -p -r1.126 -r1.127
--- gvfs.spec	15 Apr 2009 19:25:46 -0000	1.126
+++ gvfs.spec	2 May 2009 05:01:34 -0000	1.127
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -65,6 +65,9 @@ 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
+
 %description
 The gvfs package provides backend implementations for the gio
 framework in GLib. It includes ftp, sftp, cifs.
@@ -164,6 +167,8 @@ media players (Media Transfer Protocol) 
 %patch112 -p1 -b .gdu-unwanted-devices
 %patch113 -p1 -b .gdu-vfat-flush
 
+%patch120 -p1 -b .really-hide
+
 %build
 
 # Needed for gvfs-0.2.1-archive-integration.patch
@@ -306,6 +311,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Sat May  2 2009 Matthias Clasen <mclasen at redhat.com> - 1.2.2-4
+- Really hide drives that are supposed to be hidden (#498649)
+
 * Wed Apr 15 2009 David Zeuthen <davidz at redhat.com> - 1.2.2-3
 - Sync with the gdu-volume-monitor branch
 




More information about the fedora-extras-commits mailing list