Skip to content

Commit

Permalink
Update jackson-dataformat-xml to version 2.15.2 / rev 3 via SR 1109957
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109957
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent cf6b224 commit 5a4eecd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file modified packages/j/jackson-dataformat-xml/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jackson-dataformat-xml/.rev
Expand Up @@ -15,4 +15,12 @@
<comment>2.15.2</comment>
<requestid>1105102</requestid>
</revision>
<revision rev="3" vrev="2">
<srcmd5>018dafeebadaf4007549738b049c5011</srcmd5>
<version>2.15.2</version>
<time>1694344232</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109957</requestid>
</revision>
</revisionlist>
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:41:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Mon Aug 21 14:20:06 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
Expand Up @@ -59,7 +59,8 @@ This package contains API documentation for %{name}.
%{mvn_file} ":{*}" jackson-dataformats/@1

%build
%{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 5a4eecd

Please sign in to comment.