Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MozillaFirefox for openSUSE:Factory checked in at 2023-05-09 13:07:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old) and /work/SRC/openSUSE:Factory/.MozillaFirefox.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox" Tue May 9 13:07:21 2023 rev:396 rq:1085402 version:112.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes 2023-04-27 19:56:52.128491487 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new.1533/MozillaFirefox.changes 2023-05-09 13:07:31.537088040 +0200 @@ -1,0 +2,5 @@ +Sun May 7 19:47:00 UTC 2023 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Fix i586 build by reducing debug info to -g1. (boo#1210168) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaFirefox.spec ++++++ --- /var/tmp/diff_new_pack.E1CZnL/_old 2023-05-09 13:07:37.625124277 +0200 +++ /var/tmp/diff_new_pack.E1CZnL/_new 2023-05-09 13:07:37.633124324 +0200 @@ -252,7 +252,7 @@ %if 0%{?devpkg} == 0 Obsoletes: %{name}-devel < %{version} %endif -ExcludeArch: armv6l armv6hl ppc ppc64 ppc64le %ix86 +ExcludeArch: armv6l armv6hl ppc ppc64 ppc64le %description Mozilla Firefox is a standalone web browser, designed for standards @@ -401,6 +401,10 @@ export CFLAGS="\$CFLAGS -mminimal-toc" %endif %endif +%ifarch %ix86 +# Not enough memory on 32-bit systems, reduce debug info. +export CFLAGS="\$CFLAGS -g1" +%endif export CXXFLAGS="\$CFLAGS" export MOZCONFIG=$RPM_BUILD_DIR/mozconfig EOF