rpms/rhythmbox/devel rb-fix-broken-daap-playback.patch, NONE, 1.1 rhythmbox.spec, 1.148, 1.149

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sat Nov 17 13:55:25 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4158

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-fix-broken-daap-playback.patch 
Log Message:
* Sat Nov 17 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-4
- Better DAAP fix (#382351)


rb-fix-broken-daap-playback.patch:

--- NEW FILE rb-fix-broken-daap-playback.patch ---
Index: plugins/daap/rb-daap-connection.c
===================================================================
--- plugins/daap/rb-daap-connection.c	(revision 5447)
+++ plugins/daap/rb-daap-connection.c	(working copy)
@@ -1055,7 +1055,7 @@
 		entry_set_string_prop (priv->db, entry, RHYTHMDB_PROP_GENRE, genre);
 
 		/* stream URI property is stored as a mountpoint for get_playback_uri */
-		if (streamURI) {
+		if (streamURI && *streamURI != '\0') {
 			entry_set_string_prop (priv->db, entry, RHYTHMDB_PROP_MOUNTPOINT, streamURI);
 		}
 


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- rhythmbox.spec	14 Nov 2007 18:56:19 -0000	1.148
+++ rhythmbox.spec	17 Nov 2007 13:54:53 -0000	1.149
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -56,6 +56,8 @@
 Patch2: rb-use-newer-plparser-7.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=338308
 Patch3: rhythmbox-0.11.3-add-missing-plugins-support.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=497430
+Patch4: rb-fix-broken-daap-playback.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -89,6 +91,7 @@
 popd
 %patch2 -p0 -b .podcast
 %patch3 -p1 -b .missing-plugins
+%patch4 -p0 -b .broken-daap
 autoconf
 automake
 
@@ -202,6 +205,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Sat Nov 17 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-4
+- Better DAAP fix (#382351)
+
 * Wed Nov 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.3-3
 - Add missing gstreamer-python run-time dependency (#382921)
 




More information about the fedora-extras-commits mailing list