From 74c0f1f9768ef021f6fbd52bd4397d20bb297d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Mon, 13 Feb 2023 14:29:58 +0000 Subject: [PATCH] Rebuild for llvm 15 --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 7020bcb..3a055ab 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 @@ -639,6 +639,9 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %endif %changelog +* Mon Feb 13 2023 Funda Wang - 22.3.5-2 +- Rebuild for llvm 15 + * Thu Feb 9 2023 Funda Wang - 22.3.5-1 - New version 22.3.5 -- Gitee