From 72ed04a5ec08d0f5372f3c6e1cab7811b3317233 Mon Sep 17 00:00:00 2001 From: fstrba <> Date: Sun, 10 Sep 2023 11:10:22 +0000 Subject: [PATCH] Update disruptor to version 3.4.4 / rev 3 via SR 1109943 https://build.opensuse.org/request/show/1109943 by user fstrba + anag+factory Reproducible builds improvement --- packages/d/disruptor/.files | Bin 235 -> 235 bytes packages/d/disruptor/.rev | 8 ++++++++ packages/d/disruptor/disruptor.changes | 5 +++++ packages/d/disruptor/disruptor.spec | 6 ++++-- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/d/disruptor/.files b/packages/d/disruptor/.files index f09cdf58319c13be72230cbe3d5e4b579987f926..c8e1cd6c7455f91f364aecbe2e169df0ac32244a 100644 GIT binary patch delta 114 zcmaFO_?pqFpt!_R3j5(gVZF8q_osD6O&X6 RqZA|K6oZNLMJMuF0RZ2zAOZjY delta 111 zcmaFO_?nTspt!_dK)D!1!DutWCO!Q^VDPu3zL*2b2Eb!le9Fmq%=b_ zQ&S5g!-=}$MyUpt7AXd)NkFB>$tjjbX=%n5MyY0L25F|LK#c}K)A&*{i;GGNO7e^J MiVIScCpuXI0B|QC9{>OV diff --git a/packages/d/disruptor/.rev b/packages/d/disruptor/.rev index 254e3f7a017..62044484905 100644 --- a/packages/d/disruptor/.rev +++ b/packages/d/disruptor/.rev @@ -15,4 +15,12 @@ 939463 + + 9e37fdf8bcc15cc1b66d12fac15bc35c + 3.4.4 + + anag+factory + Reproducible builds improvement + 1109943 + diff --git a/packages/d/disruptor/disruptor.changes b/packages/d/disruptor/disruptor.changes index de0d1c84290..c9f8f5fe20f 100644 --- a/packages/d/disruptor/disruptor.changes +++ b/packages/d/disruptor/disruptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 9 09:17:40 UTC 2023 - Fridrich Strba + +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + ------------------------------------------------------------------- Fri Dec 10 13:48:27 UTC 2021 - Pedro Monreal diff --git a/packages/d/disruptor/disruptor.spec b/packages/d/disruptor/disruptor.spec index 75ccbdcc6f8..b07d47734d1 100644 --- a/packages/d/disruptor/disruptor.spec +++ b/packages/d/disruptor/disruptor.spec @@ -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 @@ cp -p %{SOURCE1} pom.xml %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