Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package disruptor for openSUSE:Factory checked in at 2023-09-10 13:10:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/disruptor (Old) and /work/SRC/openSUSE:Factory/.disruptor.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "disruptor" Sun Sep 10 13:10:22 2023 rev:3 rq:1109943 version:3.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/disruptor/disruptor.changes 2021-12-12 00:57:20.062573042 +0100 +++ /work/SRC/openSUSE:Factory/.disruptor.new.1766/disruptor.changes 2023-09-10 13:11:08.984525460 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 09:17:40 UTC 2023 - Fridrich Strba <[email protected]> + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ disruptor.spec ++++++ --- /var/tmp/diff_new_pack.8u8YVL/_old 2023-09-10 13:11:10.380575337 +0200 +++ /var/tmp/diff_new_pack.8u8YVL/_new 2023-09-10 13:11:10.384575479 +0200 @@ -1,7 +1,7 @@ # # spec file for package disruptor # -# Copyright (c) 2021 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 @@ -73,7 +73,9 @@ %build -%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -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) \ + -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 %install %mvn_install
