From ed44ea30c64307add854ccfaa1de410a3e54a245 Mon Sep 17 00:00:00 2001 From: wxiat Date: Wed, 19 Jul 2023 17:28:56 +0800 Subject: [PATCH] cherry-pick `add sw arch #c1126ff1a67958f28b04b0e7e9aae6f07a4c15c4`. Signed-off-by: wxiat Signed-off-by: Weisson --- mesa.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 0e03d5d..64e5ddb 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} @@ -21,7 +22,7 @@ %define with_vulkan_hw 0 %endif -%ifarch %{arm} aarch64 +%ifarch %{arm} aarch64 sw_64 %define with_xa 1 %endif @@ -38,7 +39,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 23.1.4 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 3%{?rctag:.%{rctag}}%{anolis_release}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -584,6 +585,9 @@ done %endif %changelog +* Wed Mar 20 2024 wxiat - 23.1.4-1.0.1 +- cherry-pick `add sw arch #c1126ff1a67958f28b04b0e7e9aae6f07a4c15c4`. + * Thu Jul 27 2023 Dave Airlie - 23.1.4-1 - Update to 23.1.4 -- Gitee