From 5da6f2b0bbb53c3ec1ce0d8a8055980110acdf2d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:47:56 +0100 Subject: [PATCH] move vulkan icd.d from mesa-common to libmesa [release 23.1.3-2mamba;Wed Jul 05 2023] --- Mesa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Mesa.spec b/Mesa.spec index 4c8b69c..3c9d842 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -1,7 +1,7 @@ Name: Mesa Epoch: 1 Version: 23.1.3 -Release: 1mamba +Release: 2mamba Summary: A 3-D graphics library with an API which is very similar to that of OpenGL Group: System/Libraries Vendor: openmamba @@ -226,7 +226,6 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0 %endif %{_datadir}/drirc.d/*.conf %{_datadir}/glvnd/egl_vendor.d/50_mesa.json -%{_datadir}/vulkan/icd.d/*.json %ifnarch arm aarch64 %{_datadir}/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json %endif @@ -268,6 +267,7 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0 %{_libdir}/gallium-pipe/pipe_*.so %endif %{_libdir}/vdpau/libvdpau_*.so.* +%{_datadir}/vulkan/icd.d/*.json %files -n libmesa-devel %defattr(-,root,root) @@ -304,6 +304,9 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0 %{_libdir}/pkgconfig/xatracker.pc %changelog +* Wed Jul 05 2023 Silvan Calarco 23.1.3-2mamba +- move vulkan icd.d from mesa-common to libmesa + * Fri Jun 23 2023 Automatic Build System 23.1.3-1mamba - automatic version update by autodist