diff --git a/mesa.spec b/mesa.spec index ea9f06ae4d7913d5b5436d2198cfdf3631c7fd94..1233596faa9a1039c19406032f319d048a1f5348 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: 22.1.5 -Release: 2%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{anolis_release}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -548,6 +549,9 @@ done %endif %changelog +* Wed Jul 19 2023 wxiat - 22.1.5-2.0.1 +- add sw arch + * Thu Sep 01 2022 Dave Airlie