Skip to content

Commit

Permalink
Update jackson-datatypes-collections to version 2.15.2 / rev 6 via SR…
Browse files Browse the repository at this point in the history
… 1109958

https://build.opensuse.org/request/show/1109958
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 5a4eecd commit 3c40b6e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/j/jackson-datatypes-collections/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jackson-datatypes-collections/.rev
Expand Up @@ -39,4 +39,12 @@
<comment>2.15.2</comment>
<requestid>1105105</requestid>
</revision>
<revision rev="6" vrev="2">
<srcmd5>b895b8866398ba936fc496b864f5401e</srcmd5>
<version>2.15.2</version>
<time>1694344233</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109958</requestid>
</revision>
</revisionlist>
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 13:42:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Mon Aug 21 14:33:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
Expand Up @@ -80,10 +80,11 @@ cp -p hppc/src/main/resources/META-INF/LICENSE .

%build
%{mvn_build} -f -s -- \
-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
-Dsource=8

%install
%mvn_install
Expand Down

0 comments on commit 3c40b6e

Please sign in to comment.