SHA256
1
0
forked from pool/qt6-tools

Accepting request 1057852 from KDE:Qt:6.4

- Fix condition to use llvm11 in SLE 15 SP5 instead of the default
  llvm7.

OBS-URL: https://build.opensuse.org/request/show/1057852
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-tools?expand=0&rev=34
This commit is contained in:
Christophe Marin 2023-01-11 20:01:51 +00:00 committed by Git OBS Bridge
parent b664b3550b
commit fe2f5e2cc2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 11 19:29:26 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Fix condition to use llvm11 in SLE 15 SP5 instead of the default
llvm7.
-------------------------------------------------------------------
Fri Jan 6 16:46:53 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -47,7 +47,7 @@ Source13: org.qt.assistant6.desktop
Source14: linguist6.png
Source99: qt6-tools-rpmlintrc
# clang-devel in Leap 15.3 points to clang7...
%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150300
BuildRequires: clang11-devel
%else
BuildRequires: clang-devel >= 8