Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package abiword for openSUSE:Factory checked in at 2021-06-28 15:33:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abiword (Old) and /work/SRC/openSUSE:Factory/.abiword.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abiword" Mon Jun 28 15:33:39 2021 rev:60 rq:902735 version:3.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/abiword/abiword.changes 2020-03-30 23:04:45.896223054 +0200 +++ /work/SRC/openSUSE:Factory/.abiword.new.2625/abiword.changes 2021-06-28 15:34:02.643216490 +0200 @@ -1,0 +2,7 @@ +Sat Jun 26 23:33:26 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Pass '-std=c++14' to CXXFLAGS for openSUSE >= 1550 to fix + building with GCC 11 which uses c++17 by default, whereas + abiword codebase is not c++17 ready yet. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abiword.spec ++++++ --- /var/tmp/diff_new_pack.pIzv2R/_old 2021-06-28 15:34:03.159217123 +0200 +++ /var/tmp/diff_new_pack.pIzv2R/_new 2021-06-28 15:34:03.159217123 +0200 @@ -1,7 +1,7 @@ # # spec file for package abiword # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -132,6 +132,10 @@ # not sure it is not needed any more and the performance cost of this # option is cheaper then random undefined behaviours. CFLAGS="%{optflags} -fno-strict-aliasing" +%if 0%{?suse_version} >= 1550 +# Enforce std=c++14 as codebase is not c++17 (default for gcc 11) ready +CXXFLAGS="%{optflags} -std=c++14" +%endif %configure \ --disable-static \ --enable-dynamic \
