Skip to content

Commit

Permalink
Update jetty-minimal to version 9.4.51 / rev 19 via SR 1109972
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109972
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 9bfb36d commit a80bb85
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
Binary file modified packages/j/jetty-minimal/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jetty-minimal/.rev
Expand Up @@ -143,4 +143,12 @@
<comment>Security fixes</comment>
<requestid>1088154</requestid>
</revision>
<revision rev="19" vrev="2">
<srcmd5>af50056f2a624948efcc81f7f58b2183</srcmd5>
<version>9.4.51</version>
<time>1694344243</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109972</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jetty-minimal/jetty-minimal.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:24:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sun May 21 05:09:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
1 change: 1 addition & 0 deletions packages/j/jetty-minimal/jetty-minimal.spec
Expand Up @@ -442,6 +442,7 @@ sed -i '/<SystemProperty name="jetty.state"/d' \
# we don't have all necessary dependencies to run tests
# missing test dep: org.eclipse.jetty.toolchain:jetty-perf-helper
%{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 \
%endif
Expand Down
5 changes: 5 additions & 0 deletions packages/j/jetty-minimal/jetty-unixsocket.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:24:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sun May 21 05:09:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
1 change: 1 addition & 0 deletions packages/j/jetty-minimal/jetty-unixsocket.spec
Expand Up @@ -244,6 +244,7 @@ sed -i '/<SystemProperty name="jetty.state"/d' \
%{mvn_package} :build-resources __noinstall

%{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 \
%endif
Expand Down
5 changes: 5 additions & 0 deletions packages/j/jetty-minimal/jetty-websocket.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:24:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Sun May 21 05:09:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
1 change: 1 addition & 0 deletions packages/j/jetty-minimal/jetty-websocket.spec
Expand Up @@ -307,6 +307,7 @@ sed -i '/<SystemProperty name="jetty.state"/d' \
# we don't have all necessary dependencies to run tests
# missing test dep: org.eclipse.jetty.toolchain:jetty-perf-helper
%{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 \
%endif
Expand Down

0 comments on commit a80bb85

Please sign in to comment.