rpms/nautilus-sendto/devel nautilus-sendto-0.7-thunderbird.patch, 1.1, 1.2 nautilus-sendto.spec, 1.38, 1.39

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Aug 13 15:52:00 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/nautilus-sendto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5661

Modified Files:
	nautilus-sendto-0.7-thunderbird.patch nautilus-sendto.spec 
Log Message:
* Mon Aug 13 2007 - Bastien Nocera <bnocera at redhat.com> - 0.12-2
- Fix the Thunderbird patch to apply properly


nautilus-sendto-0.7-thunderbird.patch:

Index: nautilus-sendto-0.7-thunderbird.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-sendto/devel/nautilus-sendto-0.7-thunderbird.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-sendto-0.7-thunderbird.patch	16 Sep 2006 06:19:41 -0000	1.1
+++ nautilus-sendto-0.7-thunderbird.patch	13 Aug 2007 15:51:27 -0000	1.2
@@ -28,14 +28,4 @@
  	cmd = g_strdup_printf ("%s %s", t_cmd, mailto->str);
  	g_spawn_command_line_async (cmd, NULL);
  	g_free (cmd);
---- nautilus-sendto-0.7/configure.thunderbird	2006-06-25 09:25:10.000000000 -0400
-+++ nautilus-sendto-0.7/configure	2006-09-16 02:13:01.000000000 -0400
-@@ -19430,7 +19430,7 @@
- 
- 
- 
--enable_thunderbird=no
-+enable_thunderbird=yes
- 
- 
- if test "x$enable_thunderbird" = "xyes"; then
+


Index: nautilus-sendto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-sendto/devel/nautilus-sendto.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- nautilus-sendto.spec	13 Aug 2007 15:36:10 -0000	1.38
+++ nautilus-sendto.spec	13 Aug 2007 15:51:27 -0000	1.39
@@ -1,6 +1,6 @@
 Name:           nautilus-sendto
 Version:        0.12
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        Nautilus context menu for sending files
 
 Group:          User Interface/Desktops
@@ -43,6 +43,9 @@
 
 %patch1 -p1 -b .thunderbird
 
+# Enable the Thunderbird plugin by default
+sed 's,enable_thunderbird=no,enable_thunderbird=yes,' configure > configure.new
+mv -f configure.new configure
 
 %build
 %configure
@@ -96,6 +99,9 @@
 %{_datadir}/man/man1/nautilus-sendto.1.gz
 
 %changelog
+* Mon Aug 13 2007 - Bastien Nocera <bnocera at redhat.com> - 0.12-2
+- Fix the Thunderbird patch to apply properly
+
 * Mon Aug 13 2007 - Bastien Nocera <bnocera at redhat.com> - 0.12-1
 - Update to 0.12 and drop obsolete patches
 




More information about the fedora-extras-commits mailing list