Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package google-gson for openSUSE:Factory checked in at 2023-09-10 13:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-gson (Old) and /work/SRC/openSUSE:Factory/.google-gson.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-gson" Sun Sep 10 13:10:29 2023 rev:8 rq:1109953 version:2.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/google-gson/google-gson.changes 2022-05-25 20:35:11.728280661 +0200 +++ /work/SRC/openSUSE:Factory/.google-gson.new.1766/google-gson.changes 2023-09-10 13:11:23.801054812 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 13:38:45 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-gson.spec ++++++ --- /var/tmp/diff_new_pack.TIlzsv/_old 2023-09-10 13:11:24.985097114 +0200 +++ /var/tmp/diff_new_pack.TIlzsv/_new 2023-09-10 13:11:24.985097114 +0200 @@ -1,7 +1,7 @@ # # spec file for package google-gson # -# 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 @@ -77,7 +77,9 @@ %pom_xpath_set "pom:plugins/pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration" "<release>8</release>" %build -%{mvn_build} -f -- -Dsource=8 +%{mvn_build} -f -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install