From 17a9b099de016e6c1c2c5abcac66a743ec6bb0ec Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Mon, 21 Feb 2022 14:20:42 +0800 Subject: [PATCH] spec: rebuild with llvm12 no cherry-pick in next update Signed-off-by: Liwei Ge --- mesa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 64bb68e..3a1f488 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global llvm_toolset %{nil} %global llvm_pkg_prefix %{nil} @@ -40,7 +41,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 21.1.5 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 1%{?rctag:.%{rctag}}%{anolis_release}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -547,6 +548,9 @@ done %endif %changelog +* Mon Feb 21 2022 Liwei Ge - 21.1.5-1.0.1 +- Rebuild with llvm12 + * Thu Jul 22 2021 Dave Airlie - 21.1.5-1 - Fix vulkan sw with wayland, pull in .4 + .5 fixes -- Gitee