Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xml-security for openSUSE:Factory checked in at 2023-09-11 21:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xml-security (Old) and /work/SRC/openSUSE:Factory/.xml-security.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-security" Mon Sep 11 21:22:40 2023 rev:5 rq:1110280 version:2.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xml-security/xml-security.changes 2022-03-30 20:36:32.265346355 +0200 +++ /work/SRC/openSUSE:Factory/.xml-security.new.1766/xml-security.changes 2023-09-11 21:27:19.252364781 +0200 @@ -1,0 +2,5 @@ +Mon Sep 11 10:50:10 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xml-security.spec ++++++ --- /var/tmp/diff_new_pack.eV6ftT/_old 2023-09-11 21:27:20.252400432 +0200 +++ /var/tmp/diff_new_pack.eV6ftT/_new 2023-09-11 21:27:20.252400432 +0200 @@ -1,7 +1,7 @@ # # spec file for package xml-security # -# 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 @@ -69,7 +69,9 @@ %{mvn_file} :%{oname} %{name} %{oname} %build -%{mvn_build} -f -- -Dsource=8 +%{mvn_build} -f -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install
