From a66bf73dccf815d3e38fe26f0614335d63efca93 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 25 Mar 2024 11:26:47 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 6226936..4deac08 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global with_hardware 1 %global with_vulkan_hw 1 @@ -634,6 +634,9 @@ popd %endif %changelog +* Mon Mar 25 2024 Bo Ren - 23.3.0-2 +- Rebuild with python3.11 + * Thu Mar 21 2024 mgb01105731 - 23.3.0-1 - Update to 23.3.0 -- Gitee