Skip to content

Commit

Permalink
Update jboss-websocket-1.0-api to version 1.0.0 / rev 3 via SR 1109968
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109968
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent a58f05c commit 3688517
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/j/jboss-websocket-1.0-api/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jboss-websocket-1.0-api/.rev
Expand Up @@ -15,4 +15,12 @@
<comment>Build with source/target levels 8</comment>
<requestid>963929</requestid>
</revision>
<revision rev="3" vrev="3">
<srcmd5>efbd24b5ac593fec8f803aa18dcabd7c</srcmd5>
<version>1.0.0</version>
<time>1694344239</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109968</requestid>
</revision>
</revisionlist>
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:18:52 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

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

Expand Down
@@ -1,7 +1,7 @@
#
# spec file for package jboss-websocket-1.0-api
#
# 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 @@ -50,8 +50,9 @@ This package contains the API documentation for %{name}.
%build
%{mvn_alias} "org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec" "javax.websocket:javax.websocket-api" "javax.websocket:javax.websocket-client-api"
%{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 3688517

Please sign in to comment.