Hello community, here is the log from the commit of package ezstream for openSUSE:Factory checked in at 2020-08-17 16:41:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ezstream (Old) and /work/SRC/openSUSE:Factory/.ezstream.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ezstream" Mon Aug 17 16:41:47 2020 rev:3 rq:827327 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ezstream/ezstream.changes 2018-02-12 10:15:39.612542592 +0100 +++ /work/SRC/openSUSE:Factory/.ezstream.new.3399/ezstream.changes 2020-08-17 16:42:01.229830742 +0200 @@ -1,0 +2,29 @@ +Mon Aug 17 12:15:01 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.0.1: + * Fix a crash, if there is a typo in the <encoder /> setting + * Fix regression setting the stream name. From zygmund2000 on Github. + * Minor example and documentation tweaks + * Major feature release with a new configuration file structure + * New configuration migration tool to help with the upgrade + (ezstream-cfgmigrate) + * Added support for modern libshout functionality: + - WebM and Matroska media formats + - ICY and RoarAudio streaming protocols + - TLS encryption + * Several bug fixes and an extensive unit test suite + * Support the new '@b@' placeholder for separate album metadata + * The command line option -p has been added, causing ezstream to write a + locked PID file to a given location + * The command line options -m and -n have been removed, and new configuration + file settings have been added accordingly + * The real-time status information is now enabled explicitly with the new + command line option -r + * The behaviour of the -s command line argument was changed: + To shuffle lines from standard input, the special file name "-" needs + to be provided. + * TagLib (its C wrapper library) is now a mandatory dependency + * Native support for MS Windows and certain legacy UNIX systems has been + removed + +------------------------------------------------------------------- Old: ---- ezstream-0.6.0.tar.gz New: ---- ezstream-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ezstream.spec ++++++ --- /var/tmp/diff_new_pack.J6lFgH/_old 2020-08-17 16:42:01.913831044 +0200 +++ /var/tmp/diff_new_pack.J6lFgH/_new 2020-08-17 16:42:01.917831046 +0200 @@ -1,7 +1,7 @@ # # spec file for package ezstream # -# Copyright (c) 2018 SUSE LINUX 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,15 +12,15 @@ # 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/ # Name: ezstream -Version: 0.6.0 +Version: 1.0.1 Release: 0 Summary: Icecast media streaming client -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Multimedia/Sound/Players URL: http://www.icecast.org/ezstream.php Source: https://downloads.xiph.org/releases/ezstream/ezstream-%{version}.tar.gz @@ -29,6 +29,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: pkgconfig(check) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(shout) BuildRequires: pkgconfig(taglib_c) @@ -53,7 +54,7 @@ %build autoreconf -fi %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -64,11 +65,14 @@ rm -rf "%{buildroot}%{_datadir}/doc" %files -%doc COPYING NEWS README +%license COPYING +%doc NEWS README.md %doc examples %{_bindir}/ezstream %{_bindir}/ezstream-file.sh -%{_mandir}/man1/ezstream.1* -%{_mandir}/man1/ezstream-file.sh.1* +%{_bindir}/ezstream-cfgmigrate +%{_mandir}/man1/ezstream.1%{?ext_man} +%{_mandir}/man1/ezstream-file.sh.1%{?ext_man} +%{_mandir}/man1/ezstream-cfgmigrate.1%{?ext_man} %changelog ++++++ ezstream-0.6.0.tar.gz -> ezstream-1.0.1.tar.gz ++++++ ++++ 83439 lines of diff (skipped)
