Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vorbisgain for openSUSE:Factory checked in at 2023-05-31 21:54:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorbisgain (Old) and /work/SRC/openSUSE:Factory/.vorbisgain.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorbisgain" Wed May 31 21:54:16 2023 rev:15 rq:1089977 version:0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes 2019-09-16 10:52:17.723157521 +0200 +++ /work/SRC/openSUSE:Factory/.vorbisgain.new.1533/vorbisgain.changes 2023-05-31 21:54:18.632939119 +0200 @@ -1,0 +2,15 @@ +Tue May 30 21:26:50 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Use noun phrasing in description. + +------------------------------------------------------------------- +Sun May 28 19:58:38 UTC 2023 - Fabian Niepelt <fniep...@faeyben.de> + +- Add --enable-recursive to the configure options + +------------------------------------------------------------------- +Thu Dec 24 18:34:12 UTC 2020 - Matthias Bach <ma...@marix.org> - 0.37 + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorbisgain.spec ++++++ --- /var/tmp/diff_new_pack.MMqx16/_old 2023-05-31 21:54:19.204942499 +0200 +++ /var/tmp/diff_new_pack.MMqx16/_new 2023-05-31 21:54:19.208942523 +0200 @@ -1,7 +1,7 @@ # # spec file for package vorbisgain # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,10 +20,10 @@ Name: vorbisgain Version: 0.37 Release: 0 -Summary: Calculate the Replay Gain for Ogg Vorbis files +Summary: Replay Gain calculator for Ogg Vorbis files License: LGPL-2.1-only Group: Productivity/Multimedia/Sound/Utilities -Url: https://sjeng.org/vorbisgain.html +URL: https://sjeng.org/vorbisgain.html Source0: https://www.sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz Patch0: vorbisgain-c99.patch BuildRequires: dos2unix @@ -31,8 +31,6 @@ BuildRequires: libvorbis-devel %description -Calculate the Replay Gain for Ogg Vorbis files - VorbisGain is a utility that uses a psychoacoustic method to correct the volume of an Ogg Vorbis file to a predefined standardized loudness. @@ -52,21 +50,21 @@ quality compared to a non-VorbisGain'ed file. %prep -%setup -q -%patch -P0 -p1 +%autosetup -p1 # workaround wrong end-of-line encoding dos2unix -f COPYING NEWS %build -%configure -make %{?_smp_mflags} +%configure --enable-recursive +%make_build %install %make_install %files -%doc README COPYING NEWS +%license COPYING +%doc README NEWS %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog