diff --git a/bazel.spec b/bazel.spec index b741814957d2a4282668f90f6e7406bf9c5afcd8..fa773e5f8ed7d6608a5ccb84bd2fdfbc0cf2ce3a 100644 --- a/bazel.spec +++ b/bazel.spec @@ -1,7 +1,7 @@ %define __os_install_post %{nil} Name: bazel Version: 3.5.0 -Release: 4 +Release: 5 Summary: a fast, scalable, multi-language and extensible build system License: Apache License 2.0 URL: https://www.bazel.build/ @@ -42,7 +42,10 @@ install -m755 output/bazel %{buildroot}%{_bindir} %attr(0755,root,root) %{_bindir}/bazel %changelog -* Mon 9 Aug 2021 zhangtao - 3.5.0-4 +* Mon Tue 7 2022 wangsongsong +- fix date error in changelog + +* Mon Aug 9 2021 zhangtao - 3.5.0-4 - fix build error with gcc10 * Tue Jul 13 2021 guoxiaoqi - 3.5.0-3 @@ -51,5 +54,5 @@ install -m755 output/bazel %{buildroot}%{_bindir} * Mon May 31 2021 baizhonggui - 3.5.0-2 - Add gcc-g++ in BuildRequires -* Sun Sep 28 2020 Zhipeng Xie - 3.5.0-1 +* Mon Sep 28 2020 Zhipeng Xie - 3.5.0-1 - Package init