Hello community, here is the log from the commit of package guix for openSUSE:Factory checked in at 2020-08-25 09:36:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guix (Old) and /work/SRC/openSUSE:Factory/.guix.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guix" Tue Aug 25 09:36:39 2020 rev:16 rq:828959 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/guix/guix.changes 2020-08-12 10:28:34.075968285 +0200 +++ /work/SRC/openSUSE:Factory/.guix.new.3399/guix.changes 2020-08-25 09:37:54.536181100 +0200 @@ -1,0 +2,5 @@ +Thu Aug 13 15:10:34 UTC 2020 - Bernhard Wiedemann <[email protected]> + +- Do not build in parallel for reproducible results (boo#1170378) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guix.spec ++++++ --- /var/tmp/diff_new_pack.oTg4kF/_old 2020-08-25 09:37:57.116182605 +0200 +++ /var/tmp/diff_new_pack.oTg4kF/_new 2020-08-25 09:37:57.120182607 +0200 @@ -99,7 +99,8 @@ --disable-silent-rules \ --with-bash-completion-dir=%{_datadir}/bash-completion/completions # guile 2.2.6 core dumps while build guix with more then 3 threads. See https://issues.guix.gnu.org/issue/36811 -make -j3 +# building in parallel makes build results nondeterministic (boo#1170378) +make %install %make_install
