[streamtuner] update to 2.1.3

leigh123linux leigh123linux at fedoraproject.org
Sun Aug 17 09:38:42 UTC 2014


commit 58eaef3776eb611e85d916794a05698374450a22
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sun Aug 17 10:38:24 2014 +0100

    update to 2.1.3

 .gitignore       |    1 +
 sources          |    2 +-
 streamtuner.spec |   16 ++++++++--------
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0641eba..0dd390a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 streamtuner-0.99.99.tar.gz
 /streamtuner2-2.0.8.src.tgz
 /streamtuner2-2.1.1.src.txz
+/streamtuner2-2.1.3.src.txz
diff --git a/sources b/sources
index 0260967..6fea94b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e35f2e07d2e23b11e80ed5e058140743  streamtuner2-2.1.1.src.txz
+50fa8bb422906fe7680e753b45fd72d0  streamtuner2-2.1.3.src.txz
diff --git a/streamtuner.spec b/streamtuner.spec
index 89d5c56..bae92d1 100644
--- a/streamtuner.spec
+++ b/streamtuner.spec
@@ -1,8 +1,8 @@
 %define _name   streamtuner2
 
 Name:           streamtuner
-Version:        2.1.1
-Release:        8%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        An internet radio browser
 Group:          Applications/Multimedia
 License:        Public Domain
@@ -18,7 +18,6 @@ Requires:       python-simplejson
 Requires:       pygtk2
 Requires:       pyxdg
 Requires:       audacious
-Requires:       gtk-doc
 Requires:       perl
 Requires:       xterm
 # required for youtube record
@@ -31,7 +30,6 @@ Obsoletes:      streamtuner-devel
 
 # Patches
 Patch0:         streamtuner2-default-config-desktop-file.patch
-Patch1:         fix_myoggradio.patch
 
 %description
 Streamtuner lists radio directory services like Shoutcast, Xiph, Live365, 
@@ -46,7 +44,6 @@ is therefore easier to extend.
 # add newline at end of file to make patching easier
 echo >> streamtuner2.desktop
 %patch0 -p1 -b .default-config-desktop-file
-%patch1 -p1 -b .fix_myoggradio
 
 %build
 
@@ -97,9 +94,6 @@ sed -i -e 's/^Value=/Version=/g' %{buildroot}%{_datadir}/applications/%{_name}.d
 # install man file
 install -Dpm 644 help/streamtuner2.1 %{buildroot}%{_mandir}/man1/streamtuner2.1
 
-# temporary remove broken live365 plugin
-rm %{buildroot}%{_datadir}/streamtuner2/channels/live365.*
-
 desktop-file-install                         \
   --dir %{buildroot}%{_datadir}/applications \
   --add-category Audio                       \
@@ -124,6 +118,12 @@ desktop-file-install                         \
 %{_mandir}/man1/streamtuner2.1.*
 
 %changelog
+* Sun Aug 17 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.1.3-1
+- update to 2.1.3
+- drop upstream patch
+- readd live365 plugin
+- drop requires gtk-doc
+
 * Thu Jul 03 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.1.1-8
 - add requires youtube-dl (required for youtube record)
 


More information about the scm-commits mailing list