Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-math for
openSUSE:Factory checked in at 2023-09-10 13:10:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-math (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-math.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-math"
Sun Sep 10 13:10:20 2023 rev:9 rq:1109941 version:3.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-math/apache-commons-math.changes
2022-08-22 11:05:07.581700738 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-math.new.1766/apache-commons-math.changes
2023-09-10 13:11:06.612440712 +0200
@@ -1,0 +2,5 @@
+Sat Sep 9 09:14:09 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-math.spec ++++++
--- /var/tmp/diff_new_pack.Yu1CsC/_old 2023-09-10 13:11:07.648477727 +0200
+++ /var/tmp/diff_new_pack.Yu1CsC/_new 2023-09-10 13:11:07.648477727 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-math
#
-# 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
@@ -50,7 +50,9 @@
%pom_remove_plugin :build-helper-maven-plugin
%build
-%mvn_build -f -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
+%mvn_build -f -- \
+ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+ -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
%install
%mvn_install