Accepting request 1000698 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1000698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2022-09-02 19:56:28 +00:00 committed by Git OBS Bridge
commit e25f8c83f9
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 25 13:33:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- fixed build on Leap 15.3 by buildrequiring clang13/llvm13
-------------------------------------------------------------------
Fri Apr 1 21:44:03 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -34,13 +34,18 @@ BuildRequires: cmake
BuildRequires: clang-devel
BuildRequires: llvm-devel
%else
%if 0%{?sle_version} >= 150300
%if 0%{?sle_version} >= 150400
BuildRequires: clang13-devel
BuildRequires: llvm13-devel
%else
%if 0%{?sle_version} >= 150300
BuildRequires: clang11-devel
BuildRequires: llvm11-devel
%else
%else
BuildRequires: clang9-devel
BuildRequires: llvm9-devel
%endif
%endif
%endif
%endif
BuildRequires: python3-base
Provides: libclc(llvm%{_llvm_sonum})