rpms/gvfs/devel gvfs-0.2.2-archive-integration.patch, 1.2, 1.3 gvfs.spec, 1.49, 1.50

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Apr 24 04:09:12 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1038

Modified Files:
	gvfs-0.2.2-archive-integration.patch gvfs.spec 
Log Message:
Add application/zip to the supported mime types for the archive
  backend (launchpad #211697)


gvfs-0.2.2-archive-integration.patch:

Index: gvfs-0.2.2-archive-integration.patch
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs-0.2.2-archive-integration.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gvfs-0.2.2-archive-integration.patch	17 Apr 2008 23:59:15 -0000	1.2
+++ gvfs-0.2.2-archive-integration.patch	24 Apr 2008 04:08:35 -0000	1.3
@@ -8,7 +8,7 @@
 +_Name=Archive Mounter
 +Exec=@libexecdir@/gvfsd-archive file=%u
 +X-Gnome-Vfs-System=gio
-+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;
++MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;
 +Terminal=false
 +StartupNotify=false
 +Type=Application


Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- gvfs.spec	22 Apr 2008 17:16:34 -0000	1.49
+++ gvfs.spec	24 Apr 2008 04:08:35 -0000	1.50
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 0.2.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -201,6 +201,10 @@
 
 
 %changelog
+* Thu Apr 24 2008 Matthias Clasen <mclasen at redhat.com> - 0.2.3-10
+- Add application/zip to the supported mime types for the archive
+  backend (launchpad #211697)
+
 * Sun Apr 19 2008 David Zeuthen <davidz at redhat.com> - 0.2.3-9
 - Ensure archive mounts are read-only and turn on thumbnailing on them
 - Update fuse threading patch




More information about the fedora-extras-commits mailing list