Skip to content

Commit

Permalink
Update jatl to version 0.2.2 / rev 4 via SR 1109962
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109962
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 9a186b2 commit 78421ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/j/jatl/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jatl/.rev
Expand Up @@ -23,4 +23,12 @@
<comment>Build with source/target levels 8</comment>
<requestid>963927</requestid>
</revision>
<revision rev="4" vrev="4">
<srcmd5>8e87d18954e9884ef0073fbf17809d1c</srcmd5>
<version>0.2.2</version>
<time>1694344236</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109962</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jatl/jatl.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:48:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Tue Mar 22 12:10:51 UTC 2022 - Fridrich Strba <fstrba@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/j/jatl/jatl.spec
@@ -1,7 +1,7 @@
#
# spec file for package jatl
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand Down Expand Up @@ -63,8 +63,9 @@ This package contains javadoc for %{name}.
%build

%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
-Dmaven.compiler.release=8 \
%endif
-Dsource=8

Expand Down

0 comments on commit 78421ab

Please sign in to comment.