commit ff4ea14d6ccf26821608a0386555a9782c8b57d0
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri May 17 18:33:04 2024 +0200
disable teflon on ix86, too
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 56ad7ee..f089f2a 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -19,11 +19,11 @@ algorithms and decoding only VC1 algorithm.
#%%global base_vulkan ,amd
%endif
-%ifnarch %{ix86}
+#%%ifnarch %{ix86}
%if !0%{?rhel}
%global with_teflon 0
%endif
-%endif
+#%%endif
%ifarch %{ix86} x86_64
%global with_crocus 0
@@ -71,7 +71,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.1.0-rc4
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL:
http://www.mesa3d.org
@@ -341,6 +341,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri May 16 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.0~rc4-2
+- disable teflon on ix86, too
+
* Thu May 16 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.0~rc4-1
- Update to 24.1.0-rc4
- Sync a few more bits with mesa.spec from fedora