rpms/gvfs/devel gvfs-0.2.2-archive-integration.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 gvfs.spec, 1.38, 1.39 sources, 1.14, 1.15 gvfs-0.2.1-archive-integration.patch, 1.1, NONE

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Fri Mar 28 13:45:49 UTC 2008


Author: tbzatek

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

Modified Files:
	.cvsignore gvfs.spec sources 
Added Files:
	gvfs-0.2.2-archive-integration.patch 
Removed Files:
	gvfs-0.2.1-archive-integration.patch 
Log Message:
* Fri Mar 28 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.2.2-1
- Update to 0.2.2


gvfs-0.2.2-archive-integration.patch:

--- NEW FILE gvfs-0.2.2-archive-integration.patch ---
Index: mount-archive.desktop.in.in
===================================================================
--- mount-archive.desktop.in.in	(revision 0)
+++ mount-archive.desktop.in.in	(revision 0)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Archive Mounter
+Exec=@libexecdir@/gvfsd-archive file=%u
+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;
+Terminal=false
+StartupNotify=false
+Type=Application
+NoDisplay=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gvfs
+X-GNOME-Bugzilla-Component=archive-backend
+X-GNOME-Bugzilla-Version=@VERSION@
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 1670)
+++ Makefile.am	(working copy)
@@ -1,5 +1,20 @@
 NULL =
 
+ at INTLTOOL_DESKTOP_RULE@
+
+desktop_in_files = mount-archive.desktop.in
+
+mount-archive.desktop.in: mount-archive.desktop.in.in
+	sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+
+desktopdir       = $(datadir)/applications
+if HAVE_ARCHIVE
+desktop_DATA     = mount-archive.desktop
+else
+desktop_DATA     = 
+endif	
+
+
 SUBDIRS = \
 	common \
 	client \
@@ -18,6 +33,8 @@
 
 EXTRA_DIST = \
 	MAINTAINERS		\
+	mount-archive.desktop.in.in \
+	$(desktop_in_files)     \
 	intltool-extract.in	\
 	intltool-merge.in	\
 	intltool-update.in	\


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	18 Mar 2008 08:57:10 -0000	1.14
+++ .cvsignore	28 Mar 2008 13:45:15 -0000	1.15
@@ -1 +1 @@
-gvfs-0.2.1.tar.bz2
+gvfs-0.2.2.tar.bz2


Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gvfs.spec	25 Mar 2008 12:09:06 -0000	1.38
+++ gvfs.spec	28 Mar 2008 13:45:15 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
-Version: 0.2.1
-Release: 4%{?dist}
+Version: 0.2.2
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -33,7 +33,7 @@
 # The patch touches Makefile.am files:
 BuildRequires: automake autoconf
 BuildRequires: libtool
-Patch1: gvfs-0.2.1-archive-integration.patch
+Patch1: gvfs-0.2.2-archive-integration.patch
 
 %description
 The gvfs package provides backend implementations for the gio 
@@ -176,6 +176,9 @@
 
 
 %changelog
+* Fri Mar 28 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.2.2-1
+- Update to 0.2.2
+
 * Tue Mar 25 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.2.1-4
 - Moved fuse stuff to a dedicated package
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	18 Mar 2008 08:57:10 -0000	1.14
+++ sources	28 Mar 2008 13:45:15 -0000	1.15
@@ -1 +1 @@
-039e796a721bb178dd1759af76be5c13  gvfs-0.2.1.tar.bz2
+084da50276a83b00725819799f4f1240  gvfs-0.2.2.tar.bz2


--- gvfs-0.2.1-archive-integration.patch DELETED ---




More information about the fedora-extras-commits mailing list