From 861cc95b8808df7fa4b517e91c80b22acb403c9d998f5982aa0964fae9e0fe1e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 15 Mar 2019 22:04:02 +0000 Subject: [PATCH] Accepting request 685478 from home:iznogood:branches:X11:XOrg Follow what meson checks for - adjust min ver of llvm. This is just a tweak, no need to forward atm, leave it in devel for now. OBS-URL: https://build.opensuse.org/request/show/685478 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=818 --- Mesa-drivers.spec | 4 ++-- Mesa.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 451d793..2662d6e 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -216,7 +216,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %endif %if 0%{with_llvm} -BuildRequires: llvm-devel >= 6.0.0 +BuildRequires: llvm-devel >= 7.0.0 %endif %if 0%{with_opencl} diff --git a/Mesa.spec b/Mesa.spec index d4099ed..46a5b72 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -215,7 +215,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %endif %if 0%{with_llvm} -BuildRequires: llvm-devel >= 6.0.0 +BuildRequires: llvm-devel >= 7.0.0 %endif %if 0%{with_opencl}