diff --git a/bazel-5.0.0-dist.zip b/bazel-5.1.1-dist.zip similarity index 98% rename from bazel-5.0.0-dist.zip rename to bazel-5.1.1-dist.zip index 1d698d6bd58006aa14aa394751342c85f688e584..be19be117e4432a94caa0cf143332e3c57f9f6e0 100644 Binary files a/bazel-5.0.0-dist.zip and b/bazel-5.1.1-dist.zip differ diff --git a/bazel.spec b/bazel.spec index 822c0020ca815ab7d9ee4d0eadbb64b51adb1b8a..71c55f31645e85e5e12793c1b4d7a4aee53c3847 100644 --- a/bazel.spec +++ b/bazel.spec @@ -1,7 +1,7 @@ %define _disable_source_fetch 0 Name: bazel -Version: 5.0.0 +Version: 5.1.1 Release: 0 Summary: Correct, reproducible, and fast builds for everyone. License: Apache License 2.0 @@ -79,6 +79,9 @@ env ./scripts/generate_bash_completion.sh --bazel=output/bazel --output=output/b %attr(0755,root,root) %{bashcompdir}/bazel %changelog +* Tue Nov 8 2022 Jincheng Miao - 5.1.1-0 +- Update version to 5.1.1 for TF-2.10.0 build + * Sat Oct 22 2022 Jincheng Miao - 5.0.0-0 - Update version to 5.0.0 for TF-2.9 build