rpms/streamtuner/devel streamtuner.spec,1.18,1.19

Matthias Haase endur at fedoraproject.org
Wed Nov 25 16:49:06 UTC 2009


Author: endur

Update of /cvs/extras/rpms/streamtuner/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21500

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/devel/streamtuner.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- streamtuner.spec	27 Jul 2009 04:54:58 -0000	1.18
+++ streamtuner.spec	25 Nov 2009 16:49:06 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: A stream directory browser
 Name: streamtuner
 Version: 0.99.99
-Release: 28%{?dist}
+Release: 31%{?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,9 @@ 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 +51,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 +121,11 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Nov 25 2009 Matthias Haase <matthias_haase at bennewitz.com> - 0.99.99-31
+- 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
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.99-28
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list