Hello community, here is the log from the commit of package vorbisgain for openSUSE:Factory checked in at 2019-09-16 10:52:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorbisgain (Old) and /work/SRC/openSUSE:Factory/.vorbisgain.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorbisgain" Mon Sep 16 10:52:14 2019 rev:14 rq:730808 version:0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes 2018-02-19 13:02:58.533732828 +0100 +++ /work/SRC/openSUSE:Factory/.vorbisgain.new.7948/vorbisgain.changes 2019-09-16 10:52:17.723157521 +0200 @@ -1,0 +2,6 @@ +Fri Sep 13 19:02:26 UTC 2019 - Matthias Bach <[email protected]> + +- Added vorbisgain-c99.patch ensuring compatibility with C99. + This solves bsc#1150013. + +------------------------------------------------------------------- New: ---- vorbisgain-c99.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorbisgain.spec ++++++ --- /var/tmp/diff_new_pack.bwjChN/_old 2019-09-16 10:52:19.415157302 +0200 +++ /var/tmp/diff_new_pack.bwjChN/_new 2019-09-16 10:52:19.419157302 +0200 @@ -1,7 +1,7 @@ # # spec file for package vorbisgain # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # 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/ # @@ -21,10 +21,11 @@ Version: 0.37 Release: 0 Summary: Calculate the Replay Gain for Ogg Vorbis files -License: LGPL-2.1 +License: LGPL-2.1-only Group: Productivity/Multimedia/Sound/Utilities Url: https://sjeng.org/vorbisgain.html Source0: https://www.sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz +Patch0: vorbisgain-c99.patch BuildRequires: dos2unix BuildRequires: libogg-devel BuildRequires: libvorbis-devel @@ -52,6 +53,7 @@ %prep %setup -q +%patch -P0 -p1 # workaround wrong end-of-line encoding dos2unix -f COPYING NEWS ++++++ vorbisgain-c99.patch ++++++ From: Florian Weimer <[email protected]> Date: 2019-09-09 14:41:30 +0000 Subject: Add missing include files to avoid implicit function declarations. References: bsc#1150013 Upstream: sent Upstream won't do a release for this issue. diff -ur vorbisgain-0.36.orig/configure vorbisgain-0.36/configure --- vorbisgain-0.36.orig/configure 2005-02-06 18:41:37.000000000 +0100 +++ vorbisgain-0.36/configure 2019-09-09 15:58:47.721500962 +0200 @@ -3894,6 +3894,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <ctype.h> +#include <stdlib.h> #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) diff -ur vorbisgain-0.36.orig/misc.c vorbisgain-0.36/misc.c --- vorbisgain-0.36.orig/misc.c 2019-09-09 12:19:42.805189786 +0200 +++ vorbisgain-0.36/misc.c 2019-09-09 12:59:20.848918603 +0200 @@ -23,6 +23,7 @@ #else /* WIN32 */ #include <errno.h> #include <ctype.h> +#include <unistd.h> #ifndef DISABLE_WINSIZE
