Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ices for openSUSE:Factory checked in at 2021-05-10 15:39:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ices (Old) and /work/SRC/openSUSE:Factory/.ices.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ices" Mon May 10 15:39:03 2021 rev:19 rq:891875 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ices/ices.changes 2020-08-17 12:05:36.486701878 +0200 +++ /work/SRC/openSUSE:Factory/.ices.new.2988/ices.changes 2021-05-10 15:41:47.564989404 +0200 @@ -1,0 +2,13 @@ +Sat May 8 13:38:42 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.0.3: + * Add support for m3u and VCLT playlists + * Add support for TLS + * Add support for Ogg/Opus, Ogg/Speex, and Ogg/FLAC + (without transcoding support) + * Add support to run a command after a track finished + * Improved shuffling for playlists + * Several fixes, code improvements, and hardening +- Drop outdated and resolved ices-gcc-warning-fix.diff + +------------------------------------------------------------------- Old: ---- ices-2.0.2.tar.bz2 ices-gcc-warning-fix.diff New: ---- ices-2.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ices.spec ++++++ --- /var/tmp/diff_new_pack.MczelC/_old 2021-05-10 15:41:48.012987651 +0200 +++ /var/tmp/diff_new_pack.MczelC/_new 2021-05-10 15:41:48.016987636 +0200 @@ -1,7 +1,7 @@ # # spec file for package ices # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: ices -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Source Client for icecast Streaming Server License: GPL-2.0-or-later Group: Productivity/Multimedia/Other -URL: https://www.icecast.org/ -Source: http://downloads.us.xiph.org/releases/ices/ices-%{version}.tar.bz2 +URL: https://www.icecast.org/ices/ +Source: https://downloads.xiph.org/releases/ices/ices-%{version}.tar.bz2 Source1: run_ices -Patch0: ices-gcc-warning-fix.diff -Patch1: ices-missing-fclose.diff +Patch0: ices-missing-fclose.diff BuildRequires: alsa-devel BuildRequires: libshout-devel BuildRequires: libtheora-devel @@ -44,8 +43,7 @@ %prep %setup -q -%patch0 -%patch1 -p1 +%patch0 -p1 %build autoreconf --force --install @@ -59,7 +57,7 @@ %files %license COPYING -%doc README AUTHORS TODO +%doc README.md AUTHORS %doc doc/*.html %doc doc/*.css %doc conf/*.xml ++++++ ices-2.0.2.tar.bz2 -> ices-2.0.3.tar.bz2 ++++++ ++++ 83672 lines of diff (skipped) ++++++ ices-missing-fclose.diff ++++++ --- /var/tmp/diff_new_pack.MczelC/_old 2021-05-10 15:41:48.468985868 +0200 +++ /var/tmp/diff_new_pack.MczelC/_new 2021-05-10 15:41:48.468985868 +0200 @@ -1,10 +1,10 @@ ---- - src/playlist_basic.c | 1 + - 1 file changed, 1 insertion(+) +This patch was added to version < 2.0.1 +Sent upstream 2021-05-08 to icec...@xiph.org ---- a/src/playlist_basic.c -+++ b/src/playlist_basic.c -@@ -103,6 +103,7 @@ +diff -Nur ices-2.0.3/src/playlist_basic.c new/src/playlist_basic.c +--- ices-2.0.3/src/playlist_basic.c 2017-07-10 11:19:15.000000000 +0200 ++++ new/src/playlist_basic.c 2021-05-08 15:48:33.217498552 +0200 +@@ -147,6 +147,7 @@ if(data->random) shuffle(data->pl, data->len);