From e48bca16e64db41b40d0fae0acccc1f0c7d82eea Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:45:10 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- clang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index c0674c0..831b2fe 100644 --- a/clang.spec +++ b/clang.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global toolchain clang @@ -472,6 +472,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %{__ninja} check-all -C %{__cmake_buildd %{python3_sitelib}/clang/ %changelog +* Mon Mar 25 2024 Bo Ren - 17.0.6-2 +- Rebuild with python3.11 + * Tue Mar 12 2024 Xiaoping Liu - 17.0.6-1 - update to 17.0.6 -- Gitee