From 9bf2594954429b767eee9577686c5f47db3059fcf05827d9d2cee03e78de69cd Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 27 Jan 2020 15:47:42 +0000 Subject: [PATCH] - require llvm9 (jsc#IBM-369, jsc#SLE-7452) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=913 --- Mesa-drivers.changes | 5 +++++ Mesa-drivers.spec | 6 +++--- Mesa.changes | 5 +++++ Mesa.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 1ea9065..77a9e4b 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch + +- require llvm9 (jsc#IBM-369, jsc#SLE-7452) + ------------------------------------------------------------------- Wed Jan 22 13:47:07 UTC 2020 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index bad9122..a2620c4 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -215,11 +215,11 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %endif %if 0%{with_llvm} -BuildRequires: llvm-devel >= 8.0.0 +BuildRequires: llvm9-devel %endif %if 0%{with_opencl} -BuildRequires: clang-devel +BuildRequires: clang9-devel BuildRequires: libclc %endif @@ -733,7 +733,7 @@ programs against the XA state tracker. rm -rf docs/README.{VMS,WIN32,OS2} %if 0%{with_llvm} -%if %{pkg_vcmp llvm-devel >= 9.0} +%if %{pkg_vcmp llvm9-devel >= 9.0} %patch1 -p1 %endif %endif diff --git a/Mesa.changes b/Mesa.changes index 1ea9065..77a9e4b 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch + +- require llvm9 (jsc#IBM-369, jsc#SLE-7452) + ------------------------------------------------------------------- Wed Jan 22 13:47:07 UTC 2020 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 24733ae..6d4bb5d 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -214,11 +214,11 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %endif %if 0%{with_llvm} -BuildRequires: llvm-devel >= 8.0.0 +BuildRequires: llvm9-devel %endif %if 0%{with_opencl} -BuildRequires: clang-devel +BuildRequires: clang9-devel BuildRequires: libclc %endif @@ -732,7 +732,7 @@ programs against the XA state tracker. rm -rf docs/README.{VMS,WIN32,OS2} %if 0%{with_llvm} -%if %{pkg_vcmp llvm-devel >= 9.0} +%if %{pkg_vcmp llvm9-devel >= 9.0} %patch1 -p1 %endif %endif