Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package json-lib for openSUSE:Factory checked in at 2023-09-13 20:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/json-lib (Old) and /work/SRC/openSUSE:Factory/.json-lib.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "json-lib" Wed Sep 13 20:45:36 2023 rev:7 rq:1110829 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/json-lib/json-lib.changes 2022-03-22 21:36:50.988992275 +0100 +++ /work/SRC/openSUSE:Factory/.json-lib.new.1766/json-lib.changes 2023-09-13 20:47:48.457015068 +0200 @@ -1,0 +2,5 @@ +Wed Sep 13 05:26:51 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ json-lib.spec ++++++ --- /var/tmp/diff_new_pack.IA12WH/_old 2023-09-13 20:47:50.645093125 +0200 +++ /var/tmp/diff_new_pack.IA12WH/_new 2023-09-13 20:47:50.661093696 +0200 @@ -1,7 +1,7 @@ # # spec file for package json-lib # -# 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 @@ -122,6 +122,7 @@ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ %endif + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ -Dproject.build.sourceEncoding=UTF-8 # build Jenkins JSON lib @@ -130,6 +131,7 @@ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ %endif + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ -Dproject.build.sourceEncoding=UTF-8 popd
