diff --git a/mesa.spec b/mesa.spec index 94626be8caec4905d0bf96c7c61d0fbc4d53b0ba..1ecd5242df175c93c32e12b036f16deac881c3c8 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)