Hello community, here is the log from the commit of package libindicator for openSUSE:Factory checked in at 2019-10-17 13:08:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libindicator (Old) and /work/SRC/openSUSE:Factory/.libindicator.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindicator" Thu Oct 17 13:08:04 2019 rev:9 rq:738839 version:16.10.0+bzr20171205 Changes: -------- --- /work/SRC/openSUSE:Factory/libindicator/libindicator.changes 2018-03-26 11:56:43.956519818 +0200 +++ /work/SRC/openSUSE:Factory/.libindicator.new.2352/libindicator.changes 2019-10-17 13:08:07.283953100 +0200 @@ -1,0 +2,7 @@ +Wed Oct 16 08:35:28 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Inject -Wno-error into CFLAGS. It's kinda ridiculous for code + that is not maintained upstream to pass -Werror by default and + then not catching up. So for now we accept warnings. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindicator.spec ++++++ --- /var/tmp/diff_new_pack.vsv71C/_old 2019-10-17 13:08:08.291950505 +0200 +++ /var/tmp/diff_new_pack.vsv71C/_new 2019-10-17 13:08:08.291950505 +0200 @@ -1,7 +1,7 @@ # # spec file for package libindicator # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,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/ # @@ -82,7 +82,7 @@ %patch0 -p1 %build - +export CFLAGS="%{optflags} -Wno-error" %global _configure ../configure NOCONFIGURE=1 gnome-autogen.sh for ver in 2 3; do
