commit 85cdc8259759ce19ebe8caf4312451a66d997cc6
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed Sep 25 11:02:54 2024 +0200
temporarily require llvm 19 for Fedora 41 and up
temporarily require llvm 19 for Fedora 41 and up
temporarily require llvm 19 for Fedora 41 and up
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 044529b..6356d85 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -73,7 +73,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.2.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-",
"~"); print(ver)}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL:
http://www.mesa3d.org
@@ -143,6 +143,9 @@ BuildRequires: pkgconfig(libomxil-bellagio)
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libglvnd) >= 1.3.2
BuildRequires: llvm-devel >= 7.0.0
+%if 0%{?fedora} >= 41
+BuildRequires: llvm-devel >= 19.0.0
+%endif
%if 0%{?with_teflon}
BuildRequires: flatbuffers-devel
BuildRequires: flatbuffers-compiler
@@ -350,6 +353,9 @@ rm -fr
%{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Wed Sep 25 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.3-3
+- temporarily require llvm 19 for Fedora 41 and up
+
* Fri Sep 20 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 24.2.3-2
- Attempt to complement Fedora