- Add patch for RH bug #197868.

f38
Matthew Barnes 18 years ago
parent acebb4a9b7
commit 30807956e8

@ -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 @@
<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>

@ -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 <mbarnes@redhat.com> - 2.15.91-2.fc6
- Add patch for RH bug #197868.
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 2.15.91-1
- update to 2.15.91

Loading…
Cancel
Save