Hello community, here is the log from the commit of package seamonkey for openSUSE:Factory checked in at 2019-02-19 12:01:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seamonkey (Old) and /work/SRC/openSUSE:Factory/.seamonkey.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seamonkey" Tue Feb 19 12:01:33 2019 rev:133 rq:677125 version:2.49.4 Changes: -------- --- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes 2018-07-21 10:25:59.426946278 +0200 +++ /work/SRC/openSUSE:Factory/.seamonkey.new.28833/seamonkey.changes 2019-02-19 12:02:22.697076701 +0100 @@ -1,0 +2,5 @@ +Mon Feb 18 08:21:41 UTC 2019 - Guillaume GARDET <[email protected]> + +- Limit memory per thread to avoid build failures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seamonkey.spec ++++++ --- /var/tmp/diff_new_pack.OqmVJ0/_old 2019-02-19 12:02:26.505074741 +0100 +++ /var/tmp/diff_new_pack.OqmVJ0/_new 2019-02-19 12:02:26.509074739 +0100 @@ -1,7 +1,7 @@ # # spec file for package seamonkey # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # 2006-2018 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,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/ # @@ -37,6 +37,7 @@ BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: makeinfo +BuildRequires: memory-constraints BuildRequires: python-devel BuildRequires: python2-xml BuildRequires: startup-notification-devel @@ -211,6 +212,7 @@ %patch100 -p1 %build +%limit_build -m 800 # no need to add build time to binaries modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
