Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mold for openSUSE:Factory checked in at 2022-05-20 17:51:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mold (Old) and /work/SRC/openSUSE:Factory/.mold.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mold" Fri May 20 17:51:10 2022 rev:14 rq:978268 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mold/mold.changes 2022-05-12 22:58:38.444658274 +0200 +++ /work/SRC/openSUSE:Factory/.mold.new.1538/mold.changes 2022-05-20 17:52:10.279304943 +0200 @@ -1,0 +2,10 @@ +Fri May 13 09:31:25 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Use better CC and TEST_CC variables. + +------------------------------------------------------------------- +Fri May 13 09:21:22 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Add memory per job constraint. + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mold.spec ++++++ --- /var/tmp/diff_new_pack.GPyQuz/_old 2022-05-20 17:52:10.767305388 +0200 +++ /var/tmp/diff_new_pack.GPyQuz/_new 2022-05-20 17:52:10.771305392 +0200 @@ -67,9 +67,6 @@ %if %{suse_version} < 1550 export CC=gcc-10 export CXX=g++-10 -%else -export CC=gcc -export CXX=g++ %endif export CXXFLAGS="%{optflags} -Wno-sign-compare" @@ -93,6 +90,10 @@ %{build_args} %check +%if %{suse_version} < 1550 +export TEST_CC=gcc-10 +export TEST_CXX=g++-10 +%endif make test -k -e \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ ++++++ _constraints ++++++ <constraints> <hardware> <memoryperjob> <size unit="M">1800</size> </memoryperjob> </hardware> </constraints>