Hello community, here is the log from the commit of package vorbisgain for openSUSE:Factory checked in at 2018-02-19 13:02:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorbisgain (Old) and /work/SRC/openSUSE:Factory/.vorbisgain.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorbisgain" Mon Feb 19 13:02:43 2018 rev:13 rq:577867 version:0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes 2017-08-24 18:54:48.449072047 +0200 +++ /work/SRC/openSUSE:Factory/.vorbisgain.new/vorbisgain.changes 2018-02-19 13:02:58.533732828 +0100 @@ -1,0 +2,9 @@ +Sun Feb 18 18:35:21 UTC 2018 - [email protected] + +- Update to 0.37 + * use mktemp for temporary files (fixes a race condition that + could eat data) +- drop dos2unix fix, fixed upstream +- clean with spec-cleaner + +------------------------------------------------------------------- Old: ---- vorbisgain-0.36.zip New: ---- vorbisgain-0.37.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorbisgain.spec ++++++ --- /var/tmp/diff_new_pack.sNOWW5/_old 2018-02-19 13:02:59.497698063 +0100 +++ /var/tmp/diff_new_pack.sNOWW5/_new 2018-02-19 13:02:59.501697920 +0100 @@ -1,7 +1,7 @@ # # spec file for package vorbisgain # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,16 @@ Name: vorbisgain -Version: 0.36 +Version: 0.37 Release: 0 Summary: Calculate the Replay Gain for Ogg Vorbis files License: LGPL-2.1 Group: Productivity/Multimedia/Sound/Utilities Url: https://sjeng.org/vorbisgain.html -Source0: https://www.sjeng.org/ftp/vorbis/vorbisgain-%{version}.zip +Source0: https://www.sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz BuildRequires: dos2unix BuildRequires: libogg-devel BuildRequires: libvorbis-devel -BuildRequires: unzip %description Calculate the Replay Gain for Ogg Vorbis files @@ -62,15 +61,10 @@ %install %make_install -install -d -m755 %{buildroot}%{_docdir}/vorbisgain -install -m644 README %{buildroot}%{_docdir}/vorbisgain -install -m644 COPYING %{buildroot}%{_docdir}/vorbisgain -install -m644 NEWS %{buildroot}%{_docdir}/vorbisgain %files -%{_bindir}/vorbisgain -%{_mandir}/man1/vorbisgain.1%{ext_man} -%docdir %{_docdir}/vorbisgain -%{_docdir}/vorbisgain +%doc README COPYING NEWS +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{ext_man} %changelog
