Script 'mail_helper' called by obssrc
Hello community,

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

Package is "indriya"

Sun Sep 10 13:10:30 2023 rev:4 rq:1109954 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/indriya/indriya.changes  2022-05-05 
23:07:45.081659009 +0200
+++ /work/SRC/openSUSE:Factory/.indriya.new.1766/indriya.changes        
2023-09-10 13:11:25.109101545 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 13:39:26 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ indriya.spec ++++++
--- /var/tmp/diff_new_pack.8jdNnJ/_old  2023-09-10 13:11:26.141138416 +0200
+++ /var/tmp/diff_new_pack.8jdNnJ/_new  2023-09-10 13:11:26.141138416 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package indriya
 #
-# 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
@@ -61,7 +61,9 @@
 
 find . -name "*.java" | xargs sed -i 
s,'tec.uom.lib.common','tech.uom.lib.common',g
 
-%{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