Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openscad for openSUSE:Factory checked in at 2021-05-16 23:41:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openscad (Old) and /work/SRC/openSUSE:Factory/.openscad.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscad" Sun May 16 23:41:48 2021 rev:9 rq:893375 version:2021.01 Changes: -------- --- /work/SRC/openSUSE:Factory/openscad/openscad.changes 2021-05-02 18:39:07.072180329 +0200 +++ /work/SRC/openSUSE:Factory/.openscad.new.2988/openscad.changes 2021-05-16 23:44:08.393133443 +0200 @@ -1,0 +2,12 @@ +Sat May 8 07:00:15 UTC 2021 - Samu Voutilainen <[email protected]> + +- Reintroduce memory-contraints macro %limit_build -m 2500. + Constraint memoryperjob is allowing too small workers for + the jobs it provides. + +------------------------------------------------------------------- +Thu May 6 05:08:29 UTC 2021 - Samu Voutilainen <[email protected]> + +- Increased memoryperjob constraint to 2500 MB. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscad.spec ++++++ --- /var/tmp/diff_new_pack.mPgVIe/_old 2021-05-16 23:44:08.969131209 +0200 +++ /var/tmp/diff_new_pack.mPgVIe/_new 2021-05-16 23:44:08.969131209 +0200 @@ -39,6 +39,7 @@ BuildRequires: libcgal-devel BuildRequires: libqscintilla-qt5-devel BuildRequires: libspnav-devel +BuildRequires: memory-constraints BuildRequires: opencsg-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Concurrent) @@ -64,6 +65,9 @@ %build %qmake5 PREFIX=%{_prefix} CONFIG+=qopenglwidget CONFIG+=c++14 +# As of 08.05.2021, memoryperjob constraint is not working correctly, +# so limit memory per job here. +%limit_build -m 2500 %make_build %install ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.mPgVIe/_old 2021-05-16 23:44:08.993131116 +0200 +++ /var/tmp/diff_new_pack.mPgVIe/_new 2021-05-16 23:44:08.993131116 +0200 @@ -7,8 +7,10 @@ <memory> <size unit="G">5</size> </memory> + <!-- <memoryperjob> - <size unit="M">2200</size> + <size unit="M">2500</size> </memoryperjob> + --> </hardware> </constraints>
