rpms/gnome-vfs2/devel gnome-vfs-2.15.91-mailto-command.patch, NONE, 1.1 gnome-vfs2.spec, 1.127, 1.128

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 11 15:14:39 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/gnome-vfs2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15805

Modified Files:
	gnome-vfs2.spec 
Added Files:
	gnome-vfs-2.15.91-mailto-command.patch 
Log Message:
- Add patch for RH bug #197868.


gnome-vfs-2.15.91-mailto-command.patch:
 desktop_gnome_url_handlers.schemas.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-vfs-2.15.91-mailto-command.patch ---
--- gnome-vfs-2.15.91/schemas/desktop_gnome_url_handlers.schemas.in.mailto-command	2006-08-10 16:23:54.000000000 -0400
+++ gnome-vfs-2.15.91/schemas/desktop_gnome_url_handlers.schemas.in	2006-08-10 16:24:14.000000000 -0400
@@ -255,7 +255,7 @@
       <applyto>/desktop/gnome/url-handlers/mailto/command</applyto>
       <owner>gnome</owner>
       <type>string</type>
-      <default>evolution %s</default>
+      <default>evolution --component=mail %s</default>
       <locale name="C">
         <short>The handler for "mailto" URLs</short>
         <long>The command used to handle "mailto" URLs, if enabled.</long>


Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- gnome-vfs2.spec	10 Aug 2006 13:28:51 -0000	1.127
+++ gnome-vfs2.spec	11 Aug 2006 15:14:30 -0000	1.128
@@ -13,7 +13,7 @@
 Summary: The GNOME virtual file-system libraries
 Name: gnome-vfs2
 Version: 2.15.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source0: gnome-vfs-%{version}.tar.bz2
@@ -62,6 +62,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=349979
 Patch5: gnome-vfs-2.15.90-dbus-spew.patch
 
+# RH bug #197868
+Patch6: gnome-vfs-2.15.91-mailto-command.patch
+
 %description
 GNOME VFS is the GNOME virtual file system. It is the foundation of
 the Nautilus file manager. It provides a modular architecture and
@@ -105,6 +108,8 @@
 
 %patch5 -p1 -b .dbus-spew
 
+%patch6 -p1 -b .mailto-command
+
 # send to upstream
 %patch101 -p1 -b .schema_about
 
@@ -195,6 +200,9 @@
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Fri Aug 11 2006 Matthew Barnes <mbarnes at redhat.com> - 2.15.91-2.fc6
+- Add patch for RH bug #197868.
+
 * Thu Aug 10 2006 Alexander Larsson <alexl at redhat.com> - 2.15.91-1
 - update to 2.15.91
 




More information about the fedora-cvs-commits mailing list