Accepting request 1033682 from X11:XOrg

- build with llvm15/clang15 on sle15-sp5/Leap 15.5

OBS-URL: https://build.opensuse.org/request/show/1033682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-11-06 11:41:36 +00:00 committed by Git OBS Bridge
commit e9c07ee19a
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 5 11:05:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- build with llvm15/clang15 on sle15-sp5/Leap 15.5
-------------------------------------------------------------------
Sun Oct 16 17:31:22 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -35,6 +35,10 @@ BuildRequires: cmake
%if 0%{?suse_version} >= 1550
BuildRequires: clang-devel
BuildRequires: llvm-devel
%else
%if 0%{?sle_version} >= 150500
BuildRequires: clang15-devel
BuildRequires: llvm15-devel
%else
%if 0%{?sle_version} >= 150400
BuildRequires: clang13-devel
@ -49,6 +53,7 @@ BuildRequires: llvm9-devel
%endif
%endif
%endif
%endif
BuildRequires: python3-base
Provides: libclc(llvm%{_llvm_sonum})
BuildArch: noarch