Hello community, here is the log from the commit of package alttab for openSUSE:Factory checked in at 2020-06-11 14:53:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alttab (Old) and /work/SRC/openSUSE:Factory/.alttab.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alttab" Thu Jun 11 14:53:07 2020 rev:3 rq:813440 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alttab/alttab.changes 2019-11-06 13:52:33.851926063 +0100 +++ /work/SRC/openSUSE:Factory/.alttab.new.3606/alttab.changes 2020-06-11 14:54:30.595243600 +0200 @@ -1,0 +2,5 @@ +Thu Jun 11 09:39:30 UTC 2020 - Paolo Stivanin <[email protected]> + +- Add -fcommon to allow the package to build with GCC10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alttab.spec ++++++ --- /var/tmp/diff_new_pack.LdgeiU/_old 2020-06-11 14:54:32.063248076 +0200 +++ /var/tmp/diff_new_pack.LdgeiU/_new 2020-06-11 14:54:32.067248087 +0200 @@ -1,7 +1,7 @@ # # spec file for package alttab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,10 @@ %setup -q %build +# workaround for GCC10 build failure +export CFLAGS="%(echo %{optflags}) -fcommon" +export CXXFLAGS="$CFLAGS" + ./bootstrap.sh %configure make %{?_smp_mflags}
