diff --git a/gnome-vfs-2.15.91-mailto-command.patch b/gnome-vfs-2.15.91-mailto-command.patch new file mode 100644 index 0000000..f440c13 --- /dev/null +++ b/gnome-vfs-2.15.91-mailto-command.patch @@ -0,0 +1,11 @@ +--- 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 @@ + /desktop/gnome/url-handlers/mailto/command + gnome + string +- evolution %s ++ evolution --component=mail %s + + The handler for "mailto" URLs + The command used to handle "mailto" URLs, if enabled. diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 2b7ef9c..97c7711 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -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 @@ Patch4: gnome-vfs-2.15.1-use-sys-inotify.patch # 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 @@ shares (SMB) to applications using GNOME VFS. %patch5 -p1 -b .dbus-spew +%patch6 -p1 -b .mailto-command + # send to upstream %patch101 -p1 -b .schema_about @@ -195,6 +200,9 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Fri Aug 11 2006 Matthew Barnes - 2.15.91-2.fc6 +- Add patch for RH bug #197868. + * Thu Aug 10 2006 Alexander Larsson - 2.15.91-1 - update to 2.15.91