Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package guile for openSUSE:Factory checked in at 2022-04-22 21:52:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guile (Old) and /work/SRC/openSUSE:Factory/.guile.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guile" Fri Apr 22 21:52:40 2022 rev:69 rq:970724 version:3.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/guile/guile.changes 2022-03-24 22:56:55.472187681 +0100 +++ /work/SRC/openSUSE:Factory/.guile.new.1538/guile.changes 2022-04-22 21:53:02.446723032 +0200 @@ -1,0 +2,5 @@ +Tue Mar 29 13:14:36 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- stage2-serialize.patch: Serialize stage2 build only + +------------------------------------------------------------------- New: ---- stage2-serialize.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guile.spec ++++++ --- /var/tmp/diff_new_pack.6NV0v7/_old 2022-04-22 21:53:03.698724459 +0200 +++ /var/tmp/diff_new_pack.6NV0v7/_new 2022-04-22 21:53:03.718724482 +0200 @@ -40,6 +40,8 @@ Patch1: disable-test-out-of-memory.patch Patch2: gcc10-x86-disable-one-test.patch Patch3: adjust-32bit-big-endian-build-flags.patch +# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408 +Patch4: stage2-serialize.patch BuildRequires: gmp-devel BuildRequires: libffi-devel BuildRequires: libltdl-devel @@ -105,6 +107,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # remove broken prebuilt objects rm -r prebuilt/32-bit-big-endian @@ -115,19 +118,14 @@ %endif %build -aclocal +autoreconf -fi %configure \ --disable-static \ --with-pic \ --enable-lto \ --with-threads \ --disable-silent-rules -%if 0%{?_with_ringdisabled} %make_build -%else -# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408 -%make_build -j1 -%endif %check LD_LIBRARY_PATH="." \ ++++++ stage2-serialize.patch ++++++ Index: guile-3.0.8/stage2/Makefile.am =================================================================== --- guile-3.0.8.orig/stage2/Makefile.am +++ guile-3.0.8/stage2/Makefile.am @@ -21,6 +21,7 @@ ## Fifth Floor, Boston, MA 02110-1301 USA +.NOTPARALLEL: GUILE_WARNINGS = -W1 GUILE_OPTIMIZATIONS = -O2 GUILE_BOOTSTRAP_STAGE = stage2