rpms/pidgin-libnotify/devel pidgin-libnotify-fix-show-button.patch, NONE, 1.1 pidgin-libnotify.spec, 1.9, 1.10

epienbro epienbro at fedoraproject.org
Fri Jun 11 21:39:27 UTC 2010


Author: epienbro

Update of /cvs/pkgs/rpms/pidgin-libnotify/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13323/devel

Modified Files:
	pidgin-libnotify.spec 
Added Files:
	pidgin-libnotify-fix-show-button.patch 
Log Message:
Added a patch from Adel Gadllah which fixes the 'Show' button in notifications (RHBZ #562575)


pidgin-libnotify-fix-show-button.patch:
 pidgin-libnotify.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE pidgin-libnotify-fix-show-button.patch ---
--- pidgin-libnotify-0.14.orign/src/pidgin-libnotify.c	2008-12-14 18:45:51.000000000 +0100
+++ pidgin-libnotify-0.14.orign/src/pidgin-libnotify.c	2010-02-07 14:49:45.469825060 +0100
@@ -313,6 +313,8 @@ notify (const gchar *title,
 
 	g_object_set_data (G_OBJECT(notification), "contact", contact);
 
+        g_object_set_data (G_OBJECT(notification), "buddy", buddy);
+
 	g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL);
 
 	notify_notification_set_urgency (notification, NOTIFY_URGENCY_NORMAL);


Index: pidgin-libnotify.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-libnotify/devel/pidgin-libnotify.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- pidgin-libnotify.spec	26 Jul 2009 18:44:10 -0000	1.9
+++ pidgin-libnotify.spec	11 Jun 2010 21:39:26 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:		pidgin-libnotify
 Version:	0.14
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Libnotify Pidgin plugin 
 
 Group:		Applications/Internet
@@ -10,6 +10,7 @@ License:	GPLv2+
 URL:		http://gaim-libnotify.sourceforge.net/
 
 Source0:	http://downloads.sourceforge.net/gaim-libnotify/%{name}-%{version}.tar.gz
+Patch0:		pidgin-libnotify-fix-show-button.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -33,6 +34,7 @@ such as a buddy signing on or off.
 
 %prep
 %setup -q -n "%{name}-%{version}"
+%patch0 -p1
 
 
 %build
@@ -58,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 11 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.14-4
+- Added a patch from Adel Gadllah which fixes the 'Show' button in notifications (RHBZ #562575)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list