Hello community, here is the log from the commit of package ghc for openSUSE:Factory checked in at 2018-11-06 14:40:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc (Old) and /work/SRC/openSUSE:Factory/.ghc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc" Tue Nov 6 14:40:35 2018 rev:67 rq:646490 version:8.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc/ghc.changes 2018-10-25 08:20:53.963950241 +0200 +++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2018-11-06 14:40:40.540479374 +0100 @@ -1,0 +2,10 @@ +Mon Oct 29 08:25:23 UTC 2018 - Guillaume GARDET <[email protected]> + +- Make use of memory-constraints to avoid OOM errors + +------------------------------------------------------------------- +Fri Oct 26 08:01:13 UTC 2018 - Guillaume GARDET <[email protected]> + +- Remove forced 'make -j2' for aarch64 and %arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc.spec ++++++ --- /var/tmp/diff_new_pack.KQfQ4B/_old 2018-11-06 14:40:41.604477767 +0100 +++ /var/tmp/diff_new_pack.KQfQ4B/_new 2018-11-06 14:40:41.612477755 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -53,6 +53,7 @@ BuildRequires: libffi-devel %endif BuildRequires: libtool +BuildRequires: memory-constraints BuildRequires: ncurses-devel BuildRequires: pkg-config BuildRequires: xz @@ -264,7 +265,8 @@ --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ --with-system-libffi -%ifnarch aarch64 %{arm} s390 s390x +%ifnarch s390 s390x +%limit_build -m 2000 make %{?_smp_mflags} %else make -j 2
