Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package felix-scr for openSUSE:Factory checked in at 2023-09-10 13:10:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/felix-scr (Old) and /work/SRC/openSUSE:Factory/.felix-scr.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "felix-scr" Sun Sep 10 13:10:24 2023 rev:4 rq:1109946 version:2.1.16 Changes: -------- --- /work/SRC/openSUSE:Factory/felix-scr/felix-scr.changes 2020-04-01 19:19:00.175549057 +0200 +++ /work/SRC/openSUSE:Factory/.felix-scr.new.1766/felix-scr.changes 2023-09-10 13:11:14.052706531 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 13:27:49 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ felix-scr.spec ++++++ --- /var/tmp/diff_new_pack.JoK2c3/_old 2023-09-10 13:11:15.228748548 +0200 +++ /var/tmp/diff_new_pack.JoK2c3/_new 2023-09-10 13:11:15.228748548 +0200 @@ -1,7 +1,7 @@ # # spec file for package felix-scr # -# Copyright (c) 2020 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 @@ -77,10 +77,12 @@ %{mvn_file} : felix/%{bundle} %build -%{mvn_build} -f -- -Dfelix.java.version=7 \ +%{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=7 + -Dmaven.compiler.release=8 \ %endif + -Dfelix.java.version=8 \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) %install %mvn_install
