Skip to content

Commit

Permalink
Update disruptor to version 3.4.4 / rev 3 via SR 1109943
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109943
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 7d999eb commit 72ed04a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified packages/d/disruptor/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/d/disruptor/.rev
Expand Up @@ -15,4 +15,12 @@
<comment></comment>
<requestid>939463</requestid>
</revision>
<revision rev="3" vrev="2">
<srcmd5>9e37fdf8bcc15cc1b66d12fac15bc35c</srcmd5>
<version>3.4.4</version>
<time>1694344222</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109943</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/d/disruptor/disruptor.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 09:17:40 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Fri Dec 10 13:48:27 UTC 2021 - Pedro Monreal <pmonreal@suse.com>

Expand Down
6 changes: 4 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72ed04a

Please sign in to comment.