From d2ee2808519da41bb65a53628ee0d701a88bbed8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Apr 24 2008 04:08:35 +0000 Subject: Add application/zip to the supported mime types for the archive backend (launchpad #211697) --- diff --git a/gvfs-0.2.2-archive-integration.patch b/gvfs-0.2.2-archive-integration.patch index 51f5fe6..b5e1927 100644 --- a/gvfs-0.2.2-archive-integration.patch +++ b/gvfs-0.2.2-archive-integration.patch @@ -8,7 +8,7 @@ Index: mount-archive.desktop.in.in +_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 diff --git a/gvfs.spec b/gvfs.spec index 01d7a07..a485abe 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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 @@ update-desktop-database &> /dev/null ||: %changelog +* Thu Apr 24 2008 Matthias Clasen - 0.2.3-10 +- Add application/zip to the supported mime types for the archive + backend (launchpad #211697) + * Sun Apr 19 2008 David Zeuthen - 0.2.3-9 - Ensure archive mounts are read-only and turn on thumbnailing on them - Update fuse threading patch