rpms/streamtuner/F-10 streamtuner.spec,1.15,1.16

Matthias Haase endur at fedoraproject.org
Wed Nov 25 16:26:34 UTC 2009


Author: endur

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

Modified Files:
	streamtuner.spec 
Log Message:
patches added to increase stack size (bug #540120) - fix small de lang typo - patch added for desktop-file


Index: streamtuner.spec
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/F-10/streamtuner.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- streamtuner.spec	20 Oct 2008 13:25:45 -0000	1.15
+++ streamtuner.spec	25 Nov 2009 16:26:34 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: A stream directory browser
 Name: streamtuner
 Version: 0.99.99
-Release: 25%{?dist}
+Release: 26%{?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,11 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Nov 25 2009 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-26
+- Patch added to increase stack size (bug #540120)
+- Patch added to fix de lang typo
+- Patch for desktop-file added - app name with leading capital letter now
+
 * Mon Oct 20 2008 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-25
 - Rebuild without live365
 




More information about the fedora-extras-commits mailing list