Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jctools for openSUSE:Factory checked in at 2023-09-10 13:10:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jctools (Old) and /work/SRC/openSUSE:Factory/.jctools.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jctools" Sun Sep 10 13:10:41 2023 rev:4 rq:1109970 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jctools/jctools.changes 2022-03-23 20:21:17.638561730 +0100 +++ /work/SRC/openSUSE:Factory/.jctools.new.1766/jctools.changes 2023-09-10 13:11:43.101744370 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 14:21:06 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jctools.spec ++++++ --- /var/tmp/diff_new_pack.kKjb1e/_old 2023-09-10 13:11:44.233784815 +0200 +++ /var/tmp/diff_new_pack.kKjb1e/_new 2023-09-10 13:11:44.237784958 +0200 @@ -1,7 +1,7 @@ # # spec file for package jctools # -# 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 @@ -95,7 +95,9 @@ %{mvn_package} :jctools-parent __noinstall %build -%{mvn_build} -sf -- -Dsource=8 +%{mvn_build} -sf -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install
