#36 Update to 24.0.0-rc2
Merged 3 months ago by jexposit. Opened 3 months ago by javierm.
rpms/ javierm/mesa main  into  rawhide

file modified
+4 -4
@@ -61,7 +61,7 @@ 

  

  Name:           mesa

  Summary:        Mesa graphics libraries

- %global ver 24.0.0-rc1

+ %global ver 24.0.0-rc2

  Version:        %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}

  Release:        %autorelease

  License:        MIT AND BSD-3-Clause AND SGI-B-2.0
@@ -650,10 +650,7 @@ 

  

  %files vulkan-drivers

  %{_libdir}/libvulkan_lvp.so

- %{_libdir}/libpowervr_rogue.so

- %{_libdir}/libvulkan_powervr_mesa.so

  %{_datadir}/vulkan/icd.d/lvp_icd.*.json

- %{_datadir}/vulkan/icd.d/powervr_mesa_icd.*.json

  %{_libdir}/libVkLayer_MESA_device_select.so

  %{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

  %if 0%{?with_vulkan_hw}
@@ -673,6 +670,9 @@ 

  %{_datadir}/vulkan/icd.d/freedreno_icd.*.json

  %{_libdir}/libvulkan_panfrost.so

  %{_datadir}/vulkan/icd.d/panfrost_icd.*.json

+ %{_libdir}/libpowervr_rogue.so

+ %{_libdir}/libvulkan_powervr_mesa.so

+ %{_datadir}/vulkan/icd.d/powervr_mesa_icd.*.json

  %endif

  %endif

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (mesa-24.0.0-rc1.tar.xz) = e57b6b63baab77d17c7ba149bd5856fa64e6852ab2b134df8d3bb20b5aedd2b7223f500b6f6fed4095a3b52217eec17ce4e688c47a90220645416c54ce0e9e46

+ SHA512 (mesa-24.0.0-rc2.tar.xz) = d58e86b79a65ac41be1460e73da42ca98bc2f9903ef04746594e2d76b5b723ccac24608fe3a6f2f649a50c1b32414522f9cf12466a0ea0d6ad626d4a2cf73a9e

Also fix a package build issue on s390x due the PowerVR vulkan driver
and ICD loader not being built on that arch. Only incluse those for
aarch64 and x86 where are built.

Pull-Request has been merged by jexposit

3 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/23a88dd1ffa04d84b33056141277cb74

Metadata