Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MozillaFirefox for openSUSE:Factory checked in at 2022-01-26 21:26:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old) and /work/SRC/openSUSE:Factory/.MozillaFirefox.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox" Wed Jan 26 21:26:30 2022 rev:357 rq:948332 version:96.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes 2022-01-23 12:16:05.956303020 +0100 +++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new.1938/MozillaFirefox.changes 2022-01-26 21:26:32.966172376 +0100 @@ -1,0 +2,5 @@ +Mon Jan 24 07:42:03 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Enable -fimplicit-constexpr for GCC 12+. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaFirefox.spec ++++++ --- /var/tmp/diff_new_pack.mQ9hdq/_old 2022-01-26 21:26:35.158157262 +0100 +++ /var/tmp/diff_new_pack.mQ9hdq/_new 2022-01-26 21:26:35.162157234 +0100 @@ -401,6 +401,9 @@ %if 0%{?clang_build} == 0 export CC=gcc export CXX=g++ +%if 0%{?gcc_version:%{gcc_version}} >= 12 +export CFLAGS="$CFLAGS -fimplicit-constexpr" +%endif %endif %endif %ifarch %arm %ix86