From be2374c95c9cca4352ea3816fa9f199812b61292 Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Thu, 27 Oct 2022 07:00:48 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification --- clang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 89a4cde..9bedfb5 100644 --- a/clang.spec +++ b/clang.spec @@ -6,7 +6,7 @@ Name: clang Version: 12.0.1 -Release: 1 +Release: 2 License: GPL-2.0-only and Apache-2.0 and MIT Summary: An "LLVM native" C/C++/Objective-C compiler URL: http://llvm.org @@ -266,6 +266,9 @@ ln -s clang++ %{buildroot}%{_bindir}/clang++-%{maj_ver} %{_bindir}/git-clang-format %changelog +* Thu Oct 27 2022 dongyuzhen - 12.0.1-2 +- Rebuild for next release + * Wed Dec 29 2021 panxiaohe - 12.0.1-1 - update to 12.0.1 - add clang-resource-filesystem sub-package -- Gitee