rpms/rhythmbox/F-11 rb-wknc-urls.patch, NONE, 1.1 rhythmbox.spec, 1.245, 1.246

Matthias Clasen mclasen at fedoraproject.org
Wed Apr 29 17:05:46 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/rhythmbox/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16314

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-wknc-urls.patch 
Log Message:
Fix WKNC urls


rb-wknc-urls.patch:

--- NEW FILE rb-wknc-urls.patch ---
diff -up rhythmbox-0.12.1/plugins/iradio/iradio-initial.pls.wknc-url rhythmbox-0.12.1/plugins/iradio/iradio-initial.pls
--- rhythmbox-0.12.1/plugins/iradio/iradio-initial.pls.wknc-url	2009-04-28 14:39:11.250808134 -0400
+++ rhythmbox-0.12.1/plugins/iradio/iradio-initial.pls	2009-04-28 15:56:06.111426708 -0400
@@ -37,13 +37,13 @@ file9=http://ubuntu.hbr1.com:19800/ambie
 title9=HBR1.com - Dream Factory
 genre9=Ambient
 
-# http://www.wknc.org/listen.php
-file10=http://wknc.org:8000/wknclq.ogg.m3u
-title10=WKNC 88.1 FM (NC State) (Modem)
+# http://www.wknc.org/listen/
+file10=http://wknc.sma.ncsu.edu:8000/wkncmq.ogg.m3u
+title10=WKNC 88.1 FM (NC State) (Low Quality)
 genre10=Music
 
-file11=http://wknc.org:8000/wkncmq.ogg.m3u
-title11=WKNC 88.1 FM (NC State) (Broadband)
+file11=http://wknc.sma.ncsu.edu:8000/wknchq.ogg.m3u
+title11=WKNC 88.1 FM (NC State) (High Quality)
 genre11=Music
 
 # http://www.cbc.ca/listen/ogg.html


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/F-11/rhythmbox.spec,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -p -r1.245 -r1.246
--- rhythmbox.spec	28 Apr 2009 09:08:09 -0000	1.245
+++ rhythmbox.spec	29 Apr 2009 17:05:16 -0000	1.246
@@ -1,9 +1,9 @@
 %define desktop_file_utils_version 0.9
 
 Name: rhythmbox
-Summary: Music Management Application 
+Summary: Music Management Application
 Version: 0.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -49,6 +49,8 @@ ExcludeArch:    s390 s390x
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=428034
 Patch0: rb-disable-power-plugin-by-default.patch
+# from upstream
+Patch1: rb-wknc-urls.patch
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -219,6 +221,9 @@ fi
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Wed Apr 29 2009 - Matthias Clasen <mclasen at redhat.com> - 0.12.1-2
+- Update WKNC urls (#498258)
+
 * Tue Apr 28 2009 - Bastien Nocera <bnocera at redhat.com> - 0.12.1-1
 - Update to 0.12.1
 




More information about the fedora-extras-commits mailing list