Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glassfish-jsp for openSUSE:Factory checked in at 2023-09-10 13:10:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glassfish-jsp (Old) and /work/SRC/openSUSE:Factory/.glassfish-jsp.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-jsp" Sun Sep 10 13:10:27 2023 rev:3 rq:1109950 version:2.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/glassfish-jsp/glassfish-jsp.changes 2022-03-22 19:40:13.431091398 +0100 +++ /work/SRC/openSUSE:Factory/.glassfish-jsp.new.1766/glassfish-jsp.changes 2023-09-10 13:11:19.800911899 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 13:36:14 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glassfish-jsp.spec ++++++ --- /var/tmp/diff_new_pack.EBRiof/_old 2023-09-10 13:11:21.200961918 +0200 +++ /var/tmp/diff_new_pack.EBRiof/_new 2023-09-10 13:11:21.200961918 +0200 @@ -1,7 +1,7 @@ # # spec file for package glassfish-jsp # -# 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 @@ -84,7 +84,9 @@ %{mvn_file} : %{name}/javax.servlet.jsp %{name} %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
