From 3be82ebabf78e0d960d6a6affa589d13383d26f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Wed, 1 Feb 2023 10:51:55 +0000 Subject: [PATCH] Rebuild for new llvm --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index e619dd3..88e0cf3 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 +* Wed Feb 1 2023 Funda Wang - 22.3.4-2 +- Rebuild for new llvm + * Fri Jan 27 2023 Funda Wang - 22.3.4-1 - New version 22.3.4 -- Gitee