- require llvm-devel *without* any explicit version number for

factory/TW to imply 'distro default llvm version', which we 
  usually bump up when a new stable llvm comes out

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1013
This commit is contained in:
Stefan Dirsch 2020-12-01 12:34:31 +00:00 committed by Git OBS Bridge
parent 8a9f9bac16
commit 1aa6f4c6ff
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 1 12:31:55 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- require llvm-devel *without* any explicit version number for
factory/TW to imply 'distro default llvm version', which we
usually bump up when a new stable llvm comes out
-------------------------------------------------------------------
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -210,7 +210,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 11.0.0
BuildRequires: llvm-devel
%else
%if 0%{?sle_version} >= 150300
BuildRequires: llvm11-devel
@ -222,7 +222,7 @@ BuildRequires: llvm9-devel
%if 0%{with_opencl}
%if 0%{?suse_version} >= 1550
BuildRequires: clang-devel >= 11.0.0
BuildRequires: clang-devel
%else
%if 0%{?sle_version} >= 150300
BuildRequires: clang11-devel

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 1 12:31:55 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- require llvm-devel *without* any explicit version number for
factory/TW to imply 'distro default llvm version', which we
usually bump up when a new stable llvm comes out
-------------------------------------------------------------------
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -209,7 +209,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 11.0.0
BuildRequires: llvm-devel
%else
%if 0%{?sle_version} >= 150300
BuildRequires: llvm11-devel
@ -221,7 +221,7 @@ BuildRequires: llvm9-devel
%if 0%{with_opencl}
%if 0%{?suse_version} >= 1550
BuildRequires: clang-devel >= 11.0.0
BuildRequires: clang-devel
%else
%if 0%{?sle_version} >= 150300
BuildRequires: clang11-devel