Skip to content

Commit

Permalink
Update jackson-dataformats-binary to version 2.15.2 / rev 6 via SR 11…
Browse files Browse the repository at this point in the history
…09955

https://build.opensuse.org/request/show/1109955
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent ca9f70e commit c7f46f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file modified packages/j/jackson-dataformats-binary/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jackson-dataformats-binary/.rev
Expand Up @@ -39,4 +39,12 @@
<comment>2.15.2</comment>
<requestid>1105103</requestid>
</revision>
<revision rev="6" vrev="2">
<srcmd5>93ecdb27430471ccaafb0f3ea87ff3d4</srcmd5>
<version>2.15.2</version>
<time>1694344231</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109955</requestid>
</revision>
</revisionlist>
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:40:21 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

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

Expand Down
Expand Up @@ -119,7 +119,8 @@ sed -i 's/\r//' LICENSE NOTICE
%{mvn_file} ":{*}" jackson-dataformats/@1

%build
%{mvn_build} -s -f
%{mvn_build} -s -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 c7f46f1

Please sign in to comment.