Skip to content

Commit

Permalink
Update docker-client-java to version 8.11.7 / rev 4 via SR 1110688
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1110688
by user fstrba + anag+factory
reproducibility improvements
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 13, 2023
1 parent 5c8bab6 commit 59bb4ca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
Binary file modified packages/d/docker-client-java/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/d/docker-client-java/.rev
Expand Up @@ -26,4 +26,12 @@
<comment>fix build with newer auto</comment>
<requestid>946334</requestid>
</revision>
<revision rev="4" vrev="4">
<srcmd5>70a7ff910240cb12f3691c5940f03ea9</srcmd5>
<version>8.11.7</version>
<time>1694630644</time>
<user>anag+factory</user>
<comment>reproducibility improvements</comment>
<requestid>1110688</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/d/docker-client-java/docker-client-java.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 14:30:08 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Thu Jan 13 17:55:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>

Expand Down
7 changes: 4 additions & 3 deletions packages/d/docker-client-java/docker-client-java.spec
@@ -1,7 +1,7 @@
#
# spec file for package docker-client-java
#
# 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
Expand Down Expand Up @@ -112,9 +112,10 @@ rm -rf src/{main,test}/java/com/spotify/docker/client/auth/gcr
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
-Dmaven.compiler.release=8 \
%endif
-Dsource=8
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8

%install
%mvn_install
Expand Down

0 comments on commit 59bb4ca

Please sign in to comment.