Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfish-fastinfoset for
openSUSE:Factory checked in at 2023-09-10 13:10:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-fastinfoset (Old)
and /work/SRC/openSUSE:Factory/.glassfish-fastinfoset.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-fastinfoset"
Sun Sep 10 13:10:25 2023 rev:6 rq:1109947 version:1.2.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfish-fastinfoset/glassfish-fastinfoset.changes
2023-08-23 14:58:11.706052456 +0200
+++
/work/SRC/openSUSE:Factory/.glassfish-fastinfoset.new.1766/glassfish-fastinfoset.changes
2023-09-10 13:11:15.504758409 +0200
@@ -1,0 +2,5 @@
+Sat Sep 9 13:31:38 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-fastinfoset.spec ++++++
--- /var/tmp/diff_new_pack.7ImXSH/_old 2023-09-10 13:11:16.596797425 +0200
+++ /var/tmp/diff_new_pack.7ImXSH/_new 2023-09-10 13:11:16.596797425 +0200
@@ -1,7 +1,7 @@
#
# spec file for package glassfish-fastinfoset
#
-# 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
@@ -88,7 +88,9 @@
%if 0%{?rhel}
MVN_OPTIONS=-j
%endif
-%{mvn_build} -f $MVN_OPTIONS -- -Dsource=8
+%{mvn_build} -f $MVN_OPTIONS -- \
+ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+ -Dsource=8
popd
%install