Skip to content

Commit

Permalink
Update mariadb-java-client to version 2.4.3 / rev 2 via SR 1109984
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109984
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 15cb6db commit 4557dc3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/m/mariadb-java-client/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/m/mariadb-java-client/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>new packages</comment>
<requestid>780160</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>e0da31864952d9ce2a985dc885ec03d9</srcmd5>
<version>2.4.3</version>
<time>1694344253</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109984</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/m/mariadb-java-client/mariadb-java-client.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:38:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Fri Feb 28 07:11:57 UTC 2020 - Fridrich Strba <fstrba@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/m/mariadb-java-client/mariadb-java-client.spec
@@ -1,7 +1,7 @@
#
# spec file for package mariadb-java-client
#
# Copyright (c) 2020 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 @@ -118,7 +118,8 @@ rm src/main/resources/META-INF/MANIFEST.MF

%build
# tests are skipped, while they require running application server
%{mvn_build} -f
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)

%install
%mvn_install
Expand Down

0 comments on commit 4557dc3

Please sign in to comment.