[icecast/f17] Upgrade to new upstream release 2.3.3, fixing #831180, #797184, #768176 and #768175.

Andreas Thienemann ixs at fedoraproject.org
Mon Oct 15 16:30:37 UTC 2012


commit 24ddf8f22eec4b42ff5af0f3f7511762d07c3635
Author: Andreas Thienemann <andreas at bawue.net>
Date:   Mon Oct 15 18:30:32 2012 +0200

    Upgrade to new upstream release 2.3.3, fixing #831180, #797184, #768176 and #768175.
    
    - Add systemd reload macro, fixing #814212.

 icecast.service |    1 +
 icecast.spec    |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/icecast.service b/icecast.service
index 2f4b0eb..de7407a 100644
--- a/icecast.service
+++ b/icecast.service
@@ -4,6 +4,7 @@ After=network.target
 
 [Service]
 ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target
diff --git a/icecast.spec b/icecast.spec
index 47da526..45437d6 100644
--- a/icecast.spec
+++ b/icecast.spec
@@ -1,7 +1,7 @@
 Summary: ShoutCast compatible streaming media server
 Name: icecast
-Version: 2.3.2
-Release: 7%{?dist}
+Version: 2.3.3
+Release: 1%{?dist}
 Group: Applications/Multimedia
 License: GPLv2
 URL: http://www.icecast.org/
@@ -106,7 +106,7 @@ fi
 %doc AUTHORS COPYING NEWS ChangeLog TODO
 %doc doc/*.html doc/*.jpg doc/*.css
 %doc conf/*.dist examples/icecast_auth-1.0.tar.gz
-%config(noreplace) %{_sysconfdir}/icecast.xml
+%config(noreplace) %attr(-,root,icecast) %{_sysconfdir}/icecast.xml
 %{_sysconfdir}/logrotate.d/icecast
 %{_unitdir}/icecast.service
 %{_bindir}/icecast
@@ -115,6 +115,10 @@ fi
 %dir %attr(-,icecast,icecast) %{_localstatedir}/log/icecast
 
 %changelog
+* Sun Oct 14 2012 Andreas Thienemann <andreas at bawue.net> - 2.3.3-1
+- Upgrade to new upstream release 2.3.3, fixing #831180, #797184, #768176 and #768175.
+- Add systemd reload macro, fixing #814212.
+
 * Fri Feb 24 2012 Petr Pisar <ppisar at redhat.com> - 2.3.2-7
 - Remove obsolete buildroot and defattr declarations from spec file
 - Move to systemd (bug #782149)
diff --git a/sources b/sources
index 68ea99c..b6af958 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff516b3ccd2bcc31e68f460cd316093f  icecast-2.3.2.tar.gz
+2b5d1b40778922e5f6431b7758c359ad  icecast-2.3.3.tar.gz


More information about the scm-commits mailing list