Skip to content

Commit

Permalink
Update janino to version 3.1.10 / rev 4 via SR 1109961
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109961
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 5437561 commit 9a186b2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file modified packages/j/janino/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/janino/.rev
Expand Up @@ -23,4 +23,12 @@
<comment>bsc#1211923</comment>
<requestid>1103981</requestid>
</revision>
<revision rev="4" vrev="2">
<srcmd5>7287c19544ffb7db0eb05c9136aaa4fe</srcmd5>
<version>3.1.10</version>
<time>1694344235</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109961</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/janino/janino.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:46:01 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Tue Aug 15 06:37:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
4 changes: 3 additions & 1 deletion packages/j/janino/janino.spec
Expand Up @@ -88,7 +88,9 @@ popd
%build

pushd %{name}-parent
%{mvn_build} -fs -- -Dmaven.compiler.source=8 -Dmaven.compiler.target=8
%{mvn_build} -fs -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dmaven.compiler.source=8 -Dmaven.compiler.target=8
popd

%install
Expand Down

0 comments on commit 9a186b2

Please sign in to comment.