Skip to content

Commit

Permalink
Update jnr-posix to version 3.1.16 / rev 5 via SR 1109979
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109979
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 446361e commit b9fb54a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file modified packages/j/jnr-posix/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jnr-posix/.rev
Expand Up @@ -31,4 +31,12 @@
<comment>Don't require sun.nio.misc package</comment>
<requestid>1089738</requestid>
</revision>
<revision rev="5" vrev="3">
<srcmd5>eb3dc1f6488f14864cf6b6aa668e081b</srcmd5>
<version>3.1.16</version>
<time>1694344249</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109979</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jnr-posix/jnr-posix.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:30:59 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Tue May 23 21:36:17 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
4 changes: 3 additions & 1 deletion packages/j/jnr-posix/jnr-posix.spec
Expand Up @@ -58,7 +58,9 @@ Javadoc for %{name}.
%pom_xpath_set pom:configuration/pom:instructions/pom:Import-Package "!sun.misc,!sun.nio.ch,*"

%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 b9fb54a

Please sign in to comment.