From 551d934fed414b8daa9bcc8b0ad4afd617751fd7 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 31 Jul 2023 15:13:21 +0800 Subject: [PATCH] rebuild with llvm15 Signed-off-by: Zhao Hang --- mesa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 94626be..1ecd524 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} @@ -38,7 +39,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 22.3.0 -Release: 2%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{anolis_release}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -554,6 +555,9 @@ done %endif %changelog +* Mon Jul 31 2023 Zhao Hang - 22.3.0-2.0.1 +- Rebuild with llvm15 + * Fri Jan 27 2023 Dave Airlie - 22.3.0-2 - disable glthread for radeonsi (breaks totem) -- Gitee