rpms/rhythmbox/devel rhythmbox-0.9.4.1-notify.patch, NONE, 1.1 rhythmbox.spec, 1.60, 1.61

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 23:14:38 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/rhythmbox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6461

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox-0.9.4.1-notify.patch 
Log Message:
- Patch to build with latest libnotify


rhythmbox-0.9.4.1-notify.patch:
 eggtrayicon.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rhythmbox-0.9.4.1-notify.patch ---
--- rhythmbox-0.9.4.1/widgets/eggtrayicon.c.notify	2006-05-24 19:10:30.000000000 -0400
+++ rhythmbox-0.9.4.1/widgets/eggtrayicon.c	2006-05-24 19:11:01.000000000 -0400
@@ -568,7 +568,7 @@
   if (pixbuf)
     {
 #if (LIBNOTIFY_VERSION_MICRO < 2)
-      notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf);
+      notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf);
 #else
       notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf);
 #endif


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- rhythmbox.spec	23 May 2006 01:10:55 -0000	1.60
+++ rhythmbox.spec	24 May 2006 23:14:33 -0000	1.61
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.9.4.1
-Release: 4
+Release: 5 
 License: GPL
 Group: Applications/Multimedia
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/%{name}-%{version}.tar.bz2
@@ -41,6 +41,7 @@
 # no nautilus-cd-burner on s390
 ExcludeArch: s390 s390x
 Patch2: rhythmbox-0.9.3.1-use-icon-name.patch
+Patch3: rhythmbox-0.9.4.1-notify.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -51,6 +52,7 @@
 %prep
 %setup -q
 %patch2 -p1 -b .use-icon-name
+%patch3 -p1 -b .notify
 
 %build
 
@@ -126,6 +128,9 @@
 %{_libexecdir}/rhythmbox-metadata
 
 %changelog
+* Wed May 24 2006 John (J5) Palmieri <johnp at redhat.com> - 0.9.4.1-5
+- Patch to build with latest libnotify
+
 * Mon May 22 2006 Matthias Clasen <mclasen at redhat.com> - 0.9.4.1-4
 - Rebuild
 




More information about the fedora-cvs-commits mailing list