Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spack for openSUSE:Factory checked 
in at 2025-01-07 20:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spack (Old)
 and      /work/SRC/openSUSE:Factory/.spack.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spack"

Tue Jan  7 20:53:54 2025 rev:48 rq:1235522 version:0.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spack/spack.changes      2025-01-05 
15:31:00.953168868 +0100
+++ /work/SRC/openSUSE:Factory/.spack.new.1881/spack.changes    2025-01-07 
20:54:31.699664472 +0100
@@ -1,0 +2,8 @@
+Mon Jan  6 19:01:00 UTC 2025 - Egbert Eich <e...@suse.com>
+
+- Work towards a reproducible doc build (boo#1235144):
+  When building documentation, hard code:
+  * year for license.
+  * cpu count dependent settings.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spack.spec ++++++
--- /var/tmp/diff_new_pack.rZOLuo/_old  2025-01-07 20:54:32.347691274 +0100
+++ /var/tmp/diff_new_pack.rZOLuo/_new  2025-01-07 20:54:32.351691440 +0100
@@ -226,6 +226,12 @@
 done
 %else
 cp %{S:5} lib/spack/docs/
+# For building docs make build reproducible:
+# - hard code year in license checker
+year=$(sed -ne "/Copyright/s@.*\([0-9]\{4\}\).*@\1@p" 
%{_sourcedir}/%{name}.spec)
+sed -ie "/^latest_year/s@\(.* = \).*@\1${year}@" lib/spack/spack/cmd/license.py
+# - hard code cpu count dependent settings
+sed -ie "/max_cpus.* =\|build_jobs/s@cpus_available()@8@" 
lib/spack/spack/config.py
 %endif
 
 %build

Reply via email to