rpms/streamtuner/F-8 streamtuner.spec,1.13,1.14

Matthias Haase (endur) fedora-extras-commits at redhat.com
Thu Mar 20 12:41:30 UTC 2008


Author: endur

Update of /cvs/extras/rpms/streamtuner/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15903

Modified Files:
	streamtuner.spec 
Log Message:
Patch added to fix shoutcast categories listing error


Index: streamtuner.spec
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/F-8/streamtuner.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- streamtuner.spec	14 Dec 2007 16:46:17 -0000	1.13
+++ streamtuner.spec	20 Mar 2008 12:40:48 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: A stream directory browser
 Name: streamtuner
 Version: 0.99.99
-Release: 18%{?dist}
+Release: 19%{?dist}
 URL: http://streamtuner.sourceforge.net
 Source0: http://download.savannah.nongnu.org/releases/streamtuner/streamtuner-0.99.99.tar.gz
 Source1: %{name}.png
@@ -9,6 +9,7 @@
 Patch1: %{name}-%{version}-pygtk-2.6.patch
 Patch2: %{name}-%{version}-defaultconfig.patch
 Patch3: %{name}-%{version}-pkgconfig.patch
+Patch4: %{name}-%{version}-shoutcast.patch
 License: BSD
 Group: Applications/Internet
 Requires: python, pygtk2, xdg-utils, audacious, xterm
@@ -46,9 +47,10 @@
 %patch1 -p0 -b .%{name}-%{version}-pygtk-2.6
 %patch2 -p0 -b .%{name}-%{version}-defaultconfig.patch
 %patch3 -p1 -b .%{name}-%{version}-pkgconfig.patch
+%patch4 -p0 -b .%{name}-%{version}-shoutcast.patch
 
 %build
-%configure --disable-live365 
+%configure --disable-live365
 %{__make} %{?_smp_mflags}
 
 %install
@@ -116,12 +118,13 @@
 
 
 %changelog
-* Fri Dec 14 2007 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-18
-- broken live365 plugin disabled
+* Thu Mar 20 2008 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-19
+- Patch added to fix shoutcast categories listing error
 
-* Fri Dec 14 2007 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-17
+* Wed Dec 19 2007 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-18.1
 - htmlview changed to xdg-open as default action (opening a web page)
 - html-view replaced by xdg-utils (requires)
+- broken live365 plugin disabled
 
 * Mon Feb 26 2007 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-16
 - bump up release




More information about the fedora-extras-commits mailing list