2 Commits

Author SHA256 Message Date
e62c568a89 Accepting request 1310991 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1310991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bazel8?expand=0&rev=2
2025-10-13 13:35:23 +00:00
b934ec35a9 - update to 8.4.1
* Speculative fix for repo contents cache race.
- update to 8.4.0
  * Bazel releases that include a bundled JDK now use the system
    trust store for certificates by default. Set
    -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStoreType
    via --host_jvm_args to override the default location.
  * The --experimental_cancel_concurrent_tests option now accepts
    the values on_passed, on_failed and never and cancels concurrent
    test runs on the first matching result. If enabled, it's now
    effective by default and no longer requires
    --test_strategy=standalone to be passed explicitly.
- update to 8.3.0
  * Bazel now prints exactly which startup options have changed
    when the running Bazel server needs to be killed.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel8?expand=0&rev=3
2025-10-13 05:36:52 +00:00
6 changed files with 23 additions and 4 deletions

Binary file not shown.

Binary file not shown.

3
bazel-8.4.1-dist.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c434966629e32ba370741f95f5434a8f0b5279a87991d883a354476e8062565f
size 232766103

BIN
bazel-8.4.1-dist.zip.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Sep 27 14:41:46 UTC 2025 - Christoph G <foss@grueninger.de>
- update to 8.4.1
* Speculative fix for repo contents cache race.
- update to 8.4.0
* Bazel releases that include a bundled JDK now use the system
trust store for certificates by default. Set
-Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStoreType
via --host_jvm_args to override the default location.
* The --experimental_cancel_concurrent_tests option now accepts
the values on_passed, on_failed and never and cancels concurrent
test runs on the first matching result. If enabled, it's now
effective by default and no longer requires
--test_strategy=standalone to be passed explicitly.
- update to 8.3.0
* Bazel now prints exactly which startup options have changed
when the running Bazel server needs to be killed.
-------------------------------------------------------------------
Mon Feb 3 16:04:39 UTC 2025 - Fuminobu Takeyama <ftake@geeko.jp> - 8.0.1

View File

@@ -22,7 +22,7 @@
%define shortver 8
Name: bazel%{shortver}
Version: 8.0.1
Version: 8.4.1
Release: 0
Summary: Tool for the automation of building and testing of software
# From the output of `bazel license`