Hello community, here is the log from the commit of package buzztrax for openSUSE:Factory checked in at 2018-01-06 18:51:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buzztrax (Old) and /work/SRC/openSUSE:Factory/.buzztrax.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buzztrax" Sat Jan 6 18:51:10 2018 rev:8 rq:561870 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/buzztrax/buzztrax.changes 2017-10-31 15:43:57.225874671 +0100 +++ /work/SRC/openSUSE:Factory/.buzztrax.new/buzztrax.changes 2018-01-06 18:51:17.897318945 +0100 @@ -1,0 +2,7 @@ +Fri Jan 5 12:12:57 UTC 2018 - [email protected] + +- Fix build against fluidsynth-1.1.9 by adding workaround flag + -Wno-error=deprecated-declarations. Reported upstream: + https://github.com/Buzztrax/buzztrax/issues/74 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buzztrax.spec ++++++ --- /var/tmp/diff_new_pack.WVJxUA/_old 2018-01-06 18:51:18.617285304 +0100 +++ /var/tmp/diff_new_pack.WVJxUA/_new 2018-01-06 18:51:18.621285117 +0100 @@ -1,7 +1,7 @@ # # spec file for package buzztrax # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -217,9 +217,11 @@ export CPP=cpp-7 export CXX=g++-7 %endif +export CFLAGS="%{optflags} -Wno-error=deprecated-declarations" %if 0%{?gcc_version} >= 7 -export CFLAGS="%{optflags} -Wno-error=format-truncation= -Wno-error=format-overflow=" +export CFLAGS="$CFLAGS -Wno-error=format-truncation= -Wno-error=format-overflow=" %endif + /bin/sh ./autogen.sh --noconfigure %configure --disable-static \ --disable-schemas-compile \
