Hello community, here is the log from the commit of package mozjs60 for openSUSE:Factory checked in at 2020-08-29 20:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozjs60 (Old) and /work/SRC/openSUSE:Factory/.mozjs60.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozjs60" Sat Aug 29 20:42:35 2020 rev:14 rq:830010 version:60.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mozjs60/mozjs60.changes 2020-08-23 09:19:51.118640990 +0200 +++ /work/SRC/openSUSE:Factory/.mozjs60.new.3399/mozjs60.changes 2020-08-29 20:42:46.833475942 +0200 @@ -1,0 +2,6 @@ +Thu Aug 27 08:44:30 UTC 2020 - Michel Normand <[email protected]> + +- reset memoryperjob for PowerPC avoid dispatcher to not find worker + and still use %limit_build macro for them. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozjs60.spec ++++++ --- /var/tmp/diff_new_pack.GDGJoF/_old 2020-08-29 20:42:48.489476634 +0200 +++ /var/tmp/diff_new_pack.GDGJoF/_new 2020-08-29 20:42:48.493476636 +0200 @@ -75,6 +75,9 @@ %if %{with system_icu} BuildRequires: pkgconfig(icu-i18n) %endif +%ifarch ppc ppc64 ppc64le +BuildRequires: memory-constraints +%endif %description JavaScript is the Netscape-developed object scripting language used in millions @@ -189,6 +192,9 @@ --disable-jemalloc \ # do not eat all memory +%ifarch ppc ppc64 ppc64le +%limit_build -m 1300 +%endif %make_build ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.GDGJoF/_old 2020-08-29 20:42:48.549476659 +0200 +++ /var/tmp/diff_new_pack.GDGJoF/_new 2020-08-29 20:42:48.553476660 +0200 @@ -11,4 +11,16 @@ <size unit="M">1300</size> </memoryperjob> </hardware> + <overwrite> + <conditions> + <arch>ppc</arch> + <arch>ppc64</arch> + <arch>ppc64le</arch> + </conditions> + <hardware> + <memoryperjob> + <size unit="M">0</size> + </memoryperjob> + </hardware> + </overwrite> </constraints>
