Skip to content

Commit

Permalink
Update jnr-constants to version 0.10.4 / rev 4 via SR 1109978
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109978
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 408da44 commit 446361e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file modified packages/j/jnr-constants/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jnr-constants/.rev
Expand Up @@ -23,4 +23,12 @@
<comment>0.10.4</comment>
<requestid>1083174</requestid>
</revision>
<revision rev="4" vrev="2">
<srcmd5>ce76469065af7fb4f793c61e948cad5d</srcmd5>
<version>0.10.4</version>
<time>1694344248</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109978</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jnr-constants/jnr-constants.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:30:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sun Dec 18 06:51:14 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

Expand Down
3 changes: 2 additions & 1 deletion packages/j/jnr-constants/jnr-constants.spec
Expand Up @@ -52,7 +52,8 @@ This package contains the API documentation for %{name}.
%pom_remove_plugin :maven-javadoc-plugin

%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 446361e

Please sign in to comment.