rpms/rhythmbox/devel spinner.patch, NONE, 1.1 rhythmbox.spec, 1.256, 1.257

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 20 03:15:47 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19517

Modified Files:
	rhythmbox.spec 
Added Files:
	spinner.patch 
Log Message:
Use the right spinner icon


spinner.patch:
 __init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE spinner.patch ---
diff -up rhythmbox-0.12.3/plugins/artdisplay/artdisplay/__init__.py.spinner rhythmbox-0.12.3/plugins/artdisplay/artdisplay/__init__.py
--- rhythmbox-0.12.3/plugins/artdisplay/artdisplay/__init__.py.spinner	2009-08-19 22:38:11.530107823 -0400
+++ rhythmbox-0.12.3/plugins/artdisplay/artdisplay/__init__.py	2009-08-19 22:38:59.350863236 -0400
@@ -36,7 +36,7 @@ FADE_TOTAL_TIME = 1000
 ART_MISSING_ICON = 'rhythmbox-missing-artwork'
 WORKING_DELAY = 500
 THROBBER_RATE = 10
-THROBBER = 'gnome-spinner'
+THROBBER = 'process-working'
 ASPECT_RATIO_MIN = 0.9
 ASPECT_RATIO_MAX = 1.1
 


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -p -r1.256 -r1.257
--- rhythmbox.spec	19 Aug 2009 16:09:21 -0000	1.256
+++ rhythmbox.spec	20 Aug 2009 03:15:46 -0000	1.257
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 0.12.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -48,6 +48,8 @@ BuildRequires: perl(XML::Parser) intltoo
 ExcludeArch:    s390 s390x
 
 Patch0: 0001-Fix-audio-CD-activation.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=592404
+Patch1: spinner.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -81,6 +83,7 @@ from, and sending media to UPnP/DLNA net
 %prep
 %setup -q
 %patch0 -p1 -b .audiocd
+%patch1 -p1 -b .spinner
 
 # Use the installed louie, not the one in Coherence
 find plugins/coherence/upnp_coherence/ -type f -exec sed -i 's/coherence.extern.louie as louie/louie/' '{}' ';'
@@ -218,6 +221,9 @@ fi
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Wed Aug 19 2009 Matthias Clasen <mclasen at redhat.com> - 0.12.3-4
+- Use the right spinner icon
+
 * Wed Aug 19 2009 Bastien Nocera <bnocera at redhat.com> 0.12.3-3
 - Fix audio CD activation (#517685)
 




More information about the scm-commits mailing list