commit fb112b7f5083d34928c3a6b07bd85d07bc7f4461
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed Sep 6 11:56:17 2023 +0200
Update to 23.2.0-rc3
sync a few spec file bits with Fedora's mesa package
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 16 ++++++++++------
sources | 2 +-
3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2cc9b15..a8bf031 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/mesa-23.1.4.tar.xz
/mesa-23.1.5.tar.xz
/mesa-23.2.0-rc2.tar.xz
+/mesa-23.2.0-rc3.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 2356102..0991721 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -22,10 +22,10 @@ algorithms and decoding only VC1 algorithm.
%endif
%global with_iris 0
%global with_xa 0
-#%%global platform_vulkan ,intel,intel_hasvk
+#%%global intel_platform_vulkan ,intel,intel_hasvk
%endif
-%ifarch aarch64
+%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
%global with_etnaviv 0
%global with_lima 0
@@ -37,7 +37,7 @@ algorithms and decoding only VC1 algorithm.
%global with_panfrost 0
%global with_tegra 0
%global with_xa 0
-#%%global platform_vulkan ,broadcom,freedreno,panfrost
+#%%global extra_platform_vulkan ,broadcom,freedreno,panfrost
%endif
%ifnarch s390x
@@ -60,11 +60,11 @@ algorithms and decoding only VC1 algorithm.
%bcond_with valgrind
%endif
-#%%global vulkan_drivers swrast%%{?base_vulkan}%%{?platform_vulkan}
+#%%global vulkan_drivers
swrast%%{?base_vulkan}%%{?intel_platform_vulkan}%%{?extra_platform_vulkan}
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 23.2.0-rc2
+%global ver 23.2.0-rc3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -80,7 +80,7 @@ Source3: org.mesa3d.vdpau.freeworld.metainfo.xml
Patch10: gnome-shell-glthread-disable.patch
-BuildRequires: meson >= 1.0.0
+BuildRequires: meson >= 1.2.0
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -316,6 +316,10 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Fri Aug 11 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.2.0~rc3.1
+- Update to 23.2.0-rc3
+- sync a few spec file bits with Fedora's mesa package
+
* Fri Aug 11 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.2.0~rc1.1
- Update to 23.2.0-rc2
diff --git a/sources b/sources
index 1ea495c..6669a4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-23.2.0-rc2.tar.xz) =
fc27d23f286aeaf14befa4a48f778ac9e924df12527254cc7e518980c6de0c0ade0547ef3b11e60eaf5cc5491ea6148e0cac4288ed25da7e0bff6b7e5e398873
+SHA512 (mesa-23.2.0-rc3.tar.xz) =
e6b3588f0d469cb42b2cf4df39bbde755f72ebec9a056da0add188dd419c4e342b131d6b551933868705d14b4cd5f707d91ae592ec01a9fb6c1413aa08a183a7
Show replies by date