- require and check for llvm-devel >= 9 instead of llvm9-devel

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=917
This commit is contained in:
Stefan Dirsch 2020-01-29 22:57:56 +00:00 committed by Git OBS Bridge
parent 8e4ed1c980
commit ed85efa52f
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 29 22:56:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- require and check for llvm-devel >= 9 instead of llvm9-devel
-------------------------------------------------------------------
Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -214,7 +214,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
BuildRequires: llvm9-devel
BuildRequires: llvm-devel >= 9.0.0
%endif
%if 0%{with_opencl}
@ -732,7 +732,7 @@ programs against the XA state tracker.
rm -rf docs/README.{VMS,WIN32,OS2}
%if 0%{with_llvm}
%if %{pkg_vcmp llvm9-devel >= 9.0}
%if %{pkg_vcmp llvm-devel >= 9.0}
%patch1 -p1
%endif
%endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 29 22:56:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- require and check for llvm-devel >= 9 instead of llvm9-devel
-------------------------------------------------------------------
Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -213,7 +213,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
BuildRequires: llvm9-devel
BuildRequires: llvm-devel >= 9.0.0
%endif
%if 0%{with_opencl}
@ -731,7 +731,7 @@ programs against the XA state tracker.
rm -rf docs/README.{VMS,WIN32,OS2}
%if 0%{with_llvm}
%if %{pkg_vcmp llvm9-devel >= 9.0}
%if %{pkg_vcmp llvm-devel >= 9.0}
%patch1 -p1
%endif
%endif