Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package istack-commons for openSUSE:Factory 
checked in at 2023-09-13 20:45:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/istack-commons (Old)
 and      /work/SRC/openSUSE:Factory/.istack-commons.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "istack-commons"

Wed Sep 13 20:45:32 2023 rev:5 rq:1110824 version:3.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/istack-commons/istack-commons.changes    
2022-09-02 21:56:55.552352085 +0200
+++ /work/SRC/openSUSE:Factory/.istack-commons.new.1766/istack-commons.changes  
2023-09-13 20:47:43.020821138 +0200
@@ -1,0 +2,5 @@
+Wed Sep 13 06:24:30 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ istack-commons.spec ++++++
--- /var/tmp/diff_new_pack.C4Xc6w/_old  2023-09-13 20:47:43.940853959 +0200
+++ /var/tmp/diff_new_pack.C4Xc6w/_new  2023-09-13 20:47:43.944854102 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package istack-commons
 #
-# 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
@@ -146,7 +146,9 @@
 
 %build
 pushd %{name}
-%{mvn_build} -f -j -s -- -Dproject.build.sourceEncoding=UTF-8
+%{mvn_build} -f -j -s -- \
+    -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date 
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+    -Dproject.build.sourceEncoding=UTF-8
 popd
 
 %install

Reply via email to