Hello community,

here is the log from the commit of package ices for openSUSE:Factory checked in 
at 2020-08-17 12:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ices (Old)
 and      /work/SRC/openSUSE:Factory/.ices.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ices"

Mon Aug 17 12:05:05 2020 rev:18 rq:827083 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ices/ices.changes        2011-10-18 
14:15:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ices.new.3399/ices.changes      2020-08-17 
12:05:36.486701878 +0200
@@ -1,0 +2,14 @@
+Sat Aug 15 23:12:58 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 2.0.2:
+  * Support for RoarAudio input
+  * Updated Documentation (Closes: #1238)
+  * Fixed double shout_close() (Closes: #720)
+  * Reduced error to warning in case of duplicate serial number.
+  * Fixed handling of <reconnectattempts> when set to zero (Closes: #735)
+  * Did some code cleanup and hardening (Closes: #1795)
+  * Enabled compiler warnings (Closes: #1796)
+  * Added <retry-initial> (Closes: #994)
+  * Upated handling of empty strings in config file (Closes: #1875)
+
+-------------------------------------------------------------------

Old:
----
  ices-2.0.1.tar.bz2

New:
----
  ices-2.0.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ices.spec ++++++
--- /var/tmp/diff_new_pack.eTI5fk/_old  2020-08-17 12:05:38.238702855 +0200
+++ /var/tmp/diff_new_pack.eTI5fk/_new  2020-08-17 12:05:38.242702857 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ices
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ices
-BuildRequires:  alsa-devel libshout-devel libtheora-devel libvorbis-devel 
libxml2-devel pkgconfig speex-devel
-BuildRequires:  libtool
+Version:        2.0.2
+Release:        0
 Summary:        Source Client for icecast Streaming Server
-Version:        2.0.1
-Release:        239
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
-AutoReqProv:    on
-License:        GPL-2.0+
-Url:            http://www.icecast.org/
-Source:         %{name}-%{version}.tar.bz2
+URL:            https://www.icecast.org/
+Source:         
http://downloads.us.xiph.org/releases/ices/ices-%{version}.tar.bz2
 Source1:        run_ices
-Patch:          ices-gcc-warning-fix.diff
+Patch0:         ices-gcc-warning-fix.diff
 Patch1:         ices-missing-fclose.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  alsa-devel
+BuildRequires:  libshout-devel
+BuildRequires:  libtheora-devel
+BuildRequires:  libtool
+BuildRequires:  libvorbis-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
+BuildRequires:  speex-devel
 
 %description
 IceS is a source client for a streaming server. The purpose of this
@@ -40,33 +42,24 @@
 one or more listeners can access the stream.  With this layout, this
 source client can be situated remotely from the icecast server.
 
-
-
-Authors:
---------
-    Xiph.org Foundation <[email protected]>
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 
 %build
 autoreconf --force --install
 %configure
-make
+%make_build
 
 %install
-%makeinstall
-install -c -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/ices
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
+%make_install
+install -c -m 755 %{SOURCE1} %{buildroot}%{_bindir}
+rm -rf %{buildroot}%{_datadir}/ices
 
 %files
-%defattr(-,root,root)
-%doc README AUTHORS COPYING TODO
+%license COPYING
+%doc README AUTHORS TODO
 %doc doc/*.html
 %doc doc/*.css
 %doc conf/*.xml

++++++ ices-2.0.1.tar.bz2 -> ices-2.0.2.tar.bz2 ++++++
++++ 40294 lines of diff (skipped)


Reply via email to