Accepting request 1161229 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1161229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2024-03-25 20:07:10 +00:00 committed by Git OBS Bridge
commit 53c9be9b69
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 18 02:33:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- use clang18-devel, llvm18-devel also for Leap 15.6/15.5 in order to
fix build
-------------------------------------------------------------------
Sat Mar 9 22:30:18 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -38,12 +38,12 @@ BuildRequires: llvm-devel
BuildRequires: pkgconfig(LLVMSPIRVLib)
%else
%if 0%{?sle_version} >= 150600
BuildRequires: clang17-devel
BuildRequires: llvm17-devel
BuildRequires: clang18-devel
BuildRequires: llvm18-devel
%else
%if 0%{?sle_version} >= 150500
BuildRequires: clang15-devel
BuildRequires: llvm15-devel
BuildRequires: clang18-devel
BuildRequires: llvm18-devel
%endif
%endif
%endif