Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package felix-gogo-shell for
openSUSE:Factory checked in at 2023-09-10 13:10:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/felix-gogo-shell (Old)
and /work/SRC/openSUSE:Factory/.felix-gogo-shell.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "felix-gogo-shell"
Sun Sep 10 13:10:23 2023 rev:5 rq:1109945 version:1.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/felix-gogo-shell/felix-gogo-shell.changes
2023-01-17 17:36:00.133418103 +0100
+++
/work/SRC/openSUSE:Factory/.felix-gogo-shell.new.1766/felix-gogo-shell.changes
2023-09-10 13:11:12.636655940 +0200
@@ -1,0 +2,5 @@
+Sat Sep 9 13:25:10 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ felix-gogo-shell.spec ++++++
--- /var/tmp/diff_new_pack.2XZwTu/_old 2023-09-10 13:11:13.928702101 +0200
+++ /var/tmp/diff_new_pack.2XZwTu/_new 2023-09-10 13:11:13.932702244 +0200
@@ -1,7 +1,7 @@
#
# spec file for package felix-gogo-shell
#
-# 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
@@ -54,10 +54,11 @@
%{mvn_file} : felix/%{bundle}
%build
-%{mvn_build} -f \
+%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -- -Dmaven.compiler.release=8
+ -Dmaven.compiler.release=8 \
%endif
+ -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
%install
%{mvn_install}