Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glassfish-transaction-api for 
openSUSE:Factory checked in at 2023-09-10 13:10:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-transaction-api (Old)
 and      /work/SRC/openSUSE:Factory/.glassfish-transaction-api.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glassfish-transaction-api"

Sun Sep 10 13:10:28 2023 rev:4 rq:1109951 version:1.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/glassfish-transaction-api/glassfish-transaction-api.changes
      2022-04-04 19:27:21.895868262 +0200
+++ 
/work/SRC/openSUSE:Factory/.glassfish-transaction-api.new.1766/glassfish-transaction-api.changes
    2023-09-10 13:11:21.356967491 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 13:36:59 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glassfish-transaction-api.spec ++++++
--- /var/tmp/diff_new_pack.RjC91h/_old  2023-09-10 13:11:22.349002934 +0200
+++ /var/tmp/diff_new_pack.RjC91h/_new  2023-09-10 13:11:22.349002934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glassfish-transaction-api
 #
-# 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
@@ -55,7 +55,9 @@
 
 %build
 
-%{mvn_build} -- -Dsource=8 -DspecMode=javaee
+%{mvn_build} -- \
+    -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date 
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+    -Dsource=8 -DspecMode=javaee
 
 %install
 %mvn_install

Reply via email to