rpms/gvfs/devel gvfs-0.99.2-archive-integration.patch, 1.1, 1.2 gvfs.spec, 1.95, 1.96

Tomas Bzatek tbzatek at fedoraproject.org
Tue Dec 9 13:24:15 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24938

Modified Files:
	gvfs-0.99.2-archive-integration.patch gvfs.spec 
Log Message:
* Tue Dec  9 2008 Tomas Bzatek <tbzatek at redhat.com> - 1.1.1-4
- Add support for .tar.lzma archives in archive mounter


gvfs-0.99.2-archive-integration.patch:

Index: gvfs-0.99.2-archive-integration.patch
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs-0.99.2-archive-integration.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gvfs-0.99.2-archive-integration.patch	22 Jul 2008 16:00:51 -0000	1.1
+++ gvfs-0.99.2-archive-integration.patch	9 Dec 2008 13:24:14 -0000	1.2
@@ -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;application/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;application/x-lzma-compressed-tar;
 +Terminal=false
 +StartupNotify=false
 +Type=Application


Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- gvfs.spec	5 Dec 2008 10:34:15 -0000	1.95
+++ gvfs.spec	9 Dec 2008 13:24:14 -0000	1.96
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.1.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -78,7 +78,7 @@
 Summary: Archiving support for gvfs
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
-BuildRequires: libarchive-devel
+BuildRequires: libarchive-devel >= libarchive-2.5.903a-2
 
 %description archive
 This package provides support for accessing files inside Zip and Tar archives,
@@ -258,6 +258,9 @@
 
 
 %changelog
+* Tue Dec  9 2008 Tomas Bzatek <tbzatek at redhat.com> - 1.1.1-4
+- Add support for .tar.lzma archives in archive mounter
+
 * Fri Dec  5 2008 Tomas Bzatek <tbzatek at redhat.com> - 1.1.1-3
 - Added experimental smb-browse auth patch
 




More information about the fedora-extras-commits mailing list