Accepting request 780325 from X11:XOrg

- Loosen dependencies to allow building with newer versions of
  clang-devel, similar to llvm-devel.

OBS-URL: https://build.opensuse.org/request/show/780325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=372
This commit is contained in:
Dominique Leuenberger 2020-03-03 09:13:51 +00:00 committed by Git OBS Bridge
commit 99986101b5
4 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Loosen dependencies to allow building with newer versions of
clang-devel, similar to llvm-devel.
-------------------------------------------------------------------
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>

View File

@ -217,7 +217,11 @@ BuildRequires: llvm9-devel
%endif
%if 0%{with_opencl}
%if 0%{?is_opensuse}
BuildRequires: clang-devel >= 9.0.0
%else
BuildRequires: clang9-devel
%endif
BuildRequires: libclc
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Loosen dependencies to allow building with newer versions of
clang-devel, similar to llvm-devel.
-------------------------------------------------------------------
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>

View File

@ -216,7 +216,11 @@ BuildRequires: llvm9-devel
%endif
%if 0%{with_opencl}
%if 0%{?is_opensuse}
BuildRequires: clang-devel >= 9.0.0
%else
BuildRequires: clang9-devel
%endif
BuildRequires: libclc
%endif