From d3d836dd8f2be891f9047f58e3f89c976668f690 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 16:05:25 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 50c631a..9f8168d 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global toolchain clang %undefine _include_frame_pointers @@ -119,6 +119,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %doc CODE_OWNERS.txt %changelog +* Tue Mar 12 2024 Bo Ren - 16.0.6-2 +- Rebuild with python3.11 + * Tue Aug 8 2023 Funda Wang - 16.0.6-1 - New version 16.0.6 -- Gitee