Skip to content

Commit

Permalink
Update jffi to version 1.3.11 / rev 6 via SR 1109974
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109974
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 0e0ad06 commit 264fab3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file modified packages/j/jffi/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jffi/.rev
Expand Up @@ -39,4 +39,12 @@
<comment>1.3.11</comment>
<requestid>1083173</requestid>
</revision>
<revision rev="6" vrev="2">
<srcmd5>2d8a4d6fbc8a24b35ef132d3b700cc50</srcmd5>
<version>1.3.11</version>
<time>1694344245</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109974</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jffi/jffi.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:26:33 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sun Apr 16 01:25:03 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>

Expand Down
3 changes: 2 additions & 1 deletion packages/j/jffi/jffi.spec
Expand Up @@ -115,7 +115,8 @@ ant jar build-native -Duse.system.libffi=1
# maven will look for JAR with native bits in archive/
cp -p dist/jffi-*-Linux.jar archive/

%{mvn_build} -f
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
cp target/%{name}-%{version}-complete.jar target/%{name}-%{version}.jar

%install
Expand Down

0 comments on commit 264fab3

Please sign in to comment.