Accepting request 1232707 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1232707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-12-22 16:58:46 +00:00 committed by Git OBS Bridge
commit a51aad48ab
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 12 20:06:08 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- require llvm19/clang19 on sle15 >= sp6
-------------------------------------------------------------------
Mon Dec 9 12:49:53 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -38,14 +38,9 @@ BuildRequires: clang-devel
BuildRequires: llvm-devel
BuildRequires: pkgconfig(LLVMSPIRVLib)
%else
%if 0%{?sle_version} >= 150700
%if 0%{?sle_version} >= 150600
BuildRequires: clang19-devel
BuildRequires: llvm19-devel
%else
%if 0%{?sle_version} >= 150500
BuildRequires: clang18-devel
BuildRequires: llvm18-devel
%endif
%endif
%endif
BuildRequires: python3-base