Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jatl for openSUSE:Factory checked in at 2023-09-10 13:10:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jatl (Old) and /work/SRC/openSUSE:Factory/.jatl.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jatl" Sun Sep 10 13:10:36 2023 rev:4 rq:1109962 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jatl/jatl.changes 2022-03-22 19:40:37.651116806 +0100 +++ /work/SRC/openSUSE:Factory/.jatl.new.1766/jatl.changes 2023-09-10 13:11:35.253463973 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 13:48:02 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jatl.spec ++++++ --- /var/tmp/diff_new_pack.xnfKw2/_old 2023-09-10 13:11:36.365503703 +0200 +++ /var/tmp/diff_new_pack.xnfKw2/_new 2023-09-10 13:11:36.369503846 +0200 @@ -1,7 +1,7 @@ # # spec file for package jatl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -63,6 +63,7 @@ %build %{mvn_build} -f -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ %endif
