rpms/rhythmbox/devel rhythmbox-0.9.8-magnatune-buy-confirmation.patch, NONE, 1.1 rhythmbox.spec, 1.103, 1.104

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 28 14:20:32 UTC 2007


Author: bnocera

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox-0.9.8-magnatune-buy-confirmation.patch 
Log Message:
* Wed Mar 28 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.8-4.fc7
- Add upstream patch for bug 234216


rhythmbox-0.9.8-magnatune-buy-confirmation.patch:
 MagnatuneSource.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rhythmbox-0.9.8-magnatune-buy-confirmation.patch ---
--- branches/RHYTHMBOX-0_10/plugins/magnatune/magnatune/MagnatuneSource.py	2007/02/25 02:52:55	4849
+++ branches/RHYTHMBOX-0_10/plugins/magnatune/magnatune/MagnatuneSource.py	2007/03/02 02:58:10	4876
@@ -196,7 +196,7 @@
 
 			gladexml.get_widget("pay_combobox").set_active(self.__client.get_int(self.__plugin.gconf_keys['pay']) - 5)
 			gladexml.get_widget("audio_combobox").set_active(self.__plugin.format_list.index(self.__client.get_string(self.__plugin.gconf_keys['format'])))
-			gladexml.get_widget("info_label").set_text(_("Would you like to purchase the album '%(album)s' by '%(artist)s'?") % (album, artist))
+			gladexml.get_widget("info_label").set_markup(_("Would you like to purchase the album <i>%(album)s</i> by '%(artist)s'?") % {"album":album, "artist":artist})
 			gladexml.get_widget("remember_cc_details").props.visible = has_gnome_keyring
 
 			try:


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- rhythmbox.spec	25 Mar 2007 21:50:36 -0000	1.103
+++ rhythmbox.spec	28 Mar 2007 14:20:30 -0000	1.104
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.9.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -42,6 +42,8 @@
 
 ExcludeArch:    s390 s390x
 
+Patch0: rhythmbox-0.9.8-magnatune-buy-confirmation.patch
+
 %description
 Rhythmbox is an integrated music management application based on the powerful
 GStreamer media framework. It has a number of features, including an easy to
@@ -51,6 +53,8 @@
 %prep
 %setup -q
 
+%patch0 -p2 -b .magnatune
+
 %build
 
 # work around a gstreamer bug
@@ -64,7 +68,8 @@
       --enable-tag-writing \
       --with-gnome-keyring \
       --with-metadata-helper
-make
+
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -138,6 +143,9 @@
 %{_libexecdir}/rhythmbox-metadata
 
 %changelog
+* Wed Mar 28 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.8-4.fc7
+- Add upstream patch for bug 234216
+
 * Sun Mar 25 2007  Matthias Clasen <mclasen at redhat.com> - 0.9.8-3
 - Fix a directory ownership issue (#233911)
 




More information about the fedora-cvs-commits mailing list