Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package junit5 for openSUSE:Factory checked in at 2023-09-11 21:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/junit5 (Old) and /work/SRC/openSUSE:Factory/.junit5.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "junit5" Mon Sep 11 21:22:36 2023 rev:5 rq:1110276 version:5.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/junit5/junit5.changes 2022-05-10 15:12:01.383577048 +0200 +++ /work/SRC/openSUSE:Factory/.junit5.new.1766/junit5.changes 2023-09-11 21:27:13.012142323 +0200 @@ -1,0 +2,5 @@ +Mon Sep 11 10:40:34 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ junit5.spec ++++++ --- /var/tmp/diff_new_pack.V8AWWV/_old 2023-09-11 21:27:15.292223606 +0200 +++ /var/tmp/diff_new_pack.V8AWWV/_new 2023-09-11 21:27:15.296223748 +0200 @@ -1,7 +1,7 @@ # # spec file for package junit5 # -# 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 @@ -139,7 +139,9 @@ %{mvn_package} :junit-bom bom %build -%{mvn_build} -f -- -Dencoding=utf-8 -Dsource=8 +%{mvn_build} -f -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dencoding=utf-8 -Dsource=8 # Build docs. Ignore exit asciidoc -- it fails for some reason, but # still produces readable docs.
