rpms/streamtuner/F-12 streamtuner.spec,1.19,1.20

Matthias Haase endur at fedoraproject.org
Wed Nov 25 15:53:38 UTC 2009


Author: endur

Update of /cvs/extras/rpms/streamtuner/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2389

Modified Files:
	streamtuner.spec 
Log Message:
revious patches really added to specfile - patch for desktop-file added - app name with leading capital letter now


Index: streamtuner.spec
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/F-12/streamtuner.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- streamtuner.spec	25 Nov 2009 15:19:30 -0000	1.19
+++ streamtuner.spec	25 Nov 2009 15:53:38 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: A stream directory browser
 Name: streamtuner
 Version: 0.99.99
-Release: 29%{?dist}
+Release: 30%{?dist}
 URL: http://streamtuner.sourceforge.net
 Source0: http://download.savannah.nongnu.org/releases/streamtuner/streamtuner-0.99.99.tar.gz
 Source1: %{name}.png
@@ -10,6 +10,10 @@ Patch1: %{name}-%{version}-pygtk-2.6.pat
 Patch2: %{name}-%{version}-defaultconfig.patch
 Patch3: %{name}-%{version}-pkgconfig.patch
 Patch4: %{name}-%{version}-shoutcast.patch
+Patch5: %{name}-%{version}-desktop-file.patch
+Patch6: %{name}-%{version}-stack-increase.patch
+Patch7: %{name}-%{version}-de-typo.patch
+
 License: BSD
 Group: Applications/Internet
 Requires: python, pygtk2, xdg-utils, audacious, xterm
@@ -48,6 +52,9 @@ to develop applications for Streamtuner.
 %patch2 -p0 -b .%{name}-%{version}-defaultconfig.patch
 %patch3 -p1 -b .%{name}-%{version}-pkgconfig.patch
 %patch4 -p1 -b .%{name}-%{version}-shoutcast.patch
+%patch5 -p1 -b .%{name}-%{version}-desktop-file.patch
+%patch6 -p0 -b .%{name}-%{version}-stack-increase.patch
+%patch7 -p1 -b .%{name}-%{version}-de-typo.patch
 
 iconv -f latin1 -t utf8 < NEWS > NEWS.utf8
 touch -c -r NEWS NEWS.utf8
@@ -115,6 +122,10 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Nov 25 2009 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-30
+- Previous patches really added to specfile 
+- Patch for desktop-file added - app name with leading capital letter now
+
 * Wed Nov 25 2009 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-29
 - Patch added to increase stack size (bug #540120)
 - Patch added to fix de lang typo




More information about the fedora-extras-commits mailing list