Script 'mail_helper' called by obssrc
Hello community,

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

Package is "jboss-logging"

Sun Sep 10 13:10:37 2023 rev:5 rq:1109965 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jboss-logging/jboss-logging.changes      
2022-04-10 00:42:05.372990229 +0200
+++ /work/SRC/openSUSE:Factory/.jboss-logging.new.1766/jboss-logging.changes    
2023-09-10 13:11:37.557546292 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 14:15:32 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jboss-logging.spec ++++++
--- /var/tmp/diff_new_pack.zM9gwf/_old  2023-09-10 13:11:38.561582163 +0200
+++ /var/tmp/diff_new_pack.zM9gwf/_new  2023-09-10 13:11:38.561582163 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jboss-logging
 #
-# 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
@@ -60,7 +60,9 @@
 sed -i 's/\r//' LICENSE.txt
 
 %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

Reply via email to