Skip to content

Commit

Permalink
Update jboss-logging to version 3.4.1 / rev 5 via SR 1109965
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109965
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent a15c5df commit 7c2f3b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified packages/j/jboss-logging/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jboss-logging/.rev
Expand Up @@ -31,4 +31,12 @@
<comment>bsc#1197642</comment>
<requestid>967931</requestid>
</revision>
<revision rev="5" vrev="4">
<srcmd5>4637c7f8d98c214e322ea599f0af51b2</srcmd5>
<version>3.4.1</version>
<time>1694344237</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109965</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jboss-logging/jboss-logging.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:15:32 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Fri Apr 8 21:50:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>

Expand Down
6 changes: 4 additions & 2 deletions packages/j/jboss-logging/jboss-logging.spec
@@ -1,7 +1,7 @@
#
# spec file for package jboss-logging
#
# 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 @@ -60,7 +60,9 @@ cp -p src/main/resources/META-INF/LICENSE.txt .
sed -i 's/\r//' LICENSE.txt

%build
%{mvn_build} -f -- -Dsource=8
%{mvn_build} -f -- \
-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 7c2f3b0

Please sign in to comment.