diff --git a/streamtuner.spec b/streamtuner.spec index c918a2a..1a7beed 100644 --- a/streamtuner.spec +++ b/streamtuner.spec @@ -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.patch 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 - 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 - 0.99.99-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild