rpms/nautilus-sendto/devel purple_debug_info.patch, NONE, 1.1 nautilus-sendto.spec, 1.42, 1.43

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Nov 19 14:59:58 UTC 2007


Author: mclasen

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

Modified Files:
	nautilus-sendto.spec 
Added Files:
	purple_debug_info.patch 
Log Message:
fix pidgin plugin


purple_debug_info.patch:

--- NEW FILE purple_debug_info.patch ---
diff -uNr nautilus-sendto-0.12-orig/pidgin_plugin/nautilus-sendto-plugin.c nautilus-sendto-0.12/pidgin_plugin/nautilus-sendto-plugin.c
--- nautilus-sendto-0.12-orig/pidgin_plugin/nautilus-sendto-plugin.c	2007-08-13 10:43:02.000000000 -0400
+++ nautilus-sendto-0.12/pidgin_plugin/nautilus-sendto-plugin.c	2007-11-18 10:26:08.000000000 -0500
@@ -123,10 +123,10 @@
 	    fclose (fd);
 	    g_string_free (buddies_str, TRUE);
 	    buddies_str = str;
-	    gaim_debug_info ("nautilus", "save blist online\n");
+	    purple_debug_info ("nautilus", "save blist online\n");
 	}else{
 	    g_string_free (str, TRUE);
-	    gaim_debug_info ("nautilus", "don't save blist online. No change\n");
+	    purple_debug_info ("nautilus", "don't save blist online. No change\n");
 	}
 	g_free (fd_name);
     }else{


Index: nautilus-sendto.spec
===================================================================
RCS file: /cvs/extras/rpms/nautilus-sendto/devel/nautilus-sendto.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- nautilus-sendto.spec	23 Oct 2007 04:43:23 -0000	1.42
+++ nautilus-sendto.spec	19 Nov 2007 14:59:22 -0000	1.43
@@ -1,6 +1,6 @@
 Name:           nautilus-sendto
 Version:        0.12
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 Summary:        Nautilus context menu for sending files
 
 Group:          User Interface/Desktops
@@ -24,6 +24,8 @@
 Requires(preun): GConf2
 
 Patch1:		nautilus-sendto-0.7-thunderbird.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=466427
+Patch2:         purple_debug_info.patch
 
 # For compat with old nautilus-sendto packaging
 Provides: nautilus-sendto-gaim
@@ -42,6 +44,7 @@
 %setup -q
 
 %patch1 -p1 -b .thunderbird
+%patch2 -p1 -b .purple_debug_info
 
 # Enable the Thunderbird plugin by default
 sed 's,enable_thunderbird=no,enable_thunderbird=yes,' configure > configure.new
@@ -100,6 +103,9 @@
 %{_mandir}/man1/nautilus-sendto.1.gz
 
 %changelog
+* Mon Nov 19 2007 Matthias Clasen <mclasen at redhat.com> - 0.12-5
+- Fix the pidgin plugin to work with libpurple (#389121)
+
 * Tue Oct 23 2007 Matthias Clasen <mclasen at redhat.com> - 0.12-4
 - Rebuild against new dbus-glib
 




More information about the fedora-extras-commits mailing list