- use llvm11 on factory/TW and sle15-sp3/Leap 15.3

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1011
This commit is contained in:
Stefan Dirsch 2020-11-30 14:22:39 +00:00 committed by Git OBS Bridge
parent 55adf45796
commit c56a967204
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- use llvm11 on factory/TW and sle15-sp3/Leap 15.3
-------------------------------------------------------------------
Sun Nov 29 12:35:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -209,8 +209,8 @@ BuildRequires: pkgconfig(wayland-client) >= 1.11
BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 10.0.0
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
BuildRequires: llvm-devel >= 11.0.0
%else
BuildRequires: llvm9-devel
%endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- use llvm11 on factory/TW and sle15-sp3/Leap 15.3
-------------------------------------------------------------------
Sun Nov 29 12:35:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -208,8 +208,8 @@ BuildRequires: pkgconfig(wayland-client) >= 1.11
BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 10.0.0
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
BuildRequires: llvm-devel >= 11.0.0
%else
BuildRequires: llvm9-devel
%endif