diff --git a/mesa-23.3.1.tar.xz b/mesa-24.0.3.tar.xz similarity index 66% rename from mesa-23.3.1.tar.xz rename to mesa-24.0.3.tar.xz index 093a63a..78525e2 100644 Binary files a/mesa-23.3.1.tar.xz and b/mesa-24.0.3.tar.xz differ diff --git a/mesa.spec b/mesa.spec index cefb91a..90323b3 100644 --- a/mesa.spec +++ b/mesa.spec @@ -51,12 +51,12 @@ Name: mesa Summary: Mesa graphics libraries -Version: 23.3.1 +Version: 24.0.3 Release: 1 License: MIT URL: http://www.mesa3d.org -Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}.tar.xz +Source0: https://archive.mesa3d.org/%{name}-%{version}.tar.xz Patch1: backport-fix-build-err-on-arm.patch @@ -531,6 +531,14 @@ done %{_libdir}/dri/kms_swrast_dri.so %{_libdir}/dri/swrast_dri.so %{_libdir}/dri/virtio_gpu_dri.so +%ifarch %{arm} aarch64 +%{_libdir}/dri/gm12u320_dri.so +%{_libdir}/dri/ili9163_dri.so +%{_libdir}/dri/ili9486_dri.so +%{_libdir}/dri/panel-mipi-dbi_dri.so +%{_libdir}/dri/sti_dri.so +%{_libdir}/dri/udl_dri.so +%endif %if %{with_hardware} %if 0%{?with_omx} @@ -568,6 +576,9 @@ done %endif %changelog +* Mon Mar 18 2024 liweigang - 24.0.3-1 +- update to version 24.0.3 + * Tue Dec 19 2023 zhangpan - 23.3.1-1 - upgrade to mesa-23.3.1