SHA256
1
0
forked from pool/qt6-tools

Accepting request 942331 from KDE:Qt6

- Use clang11 in SLE15 SP4 and newer too, not just in SLE15 SP3

OBS-URL: https://build.opensuse.org/request/show/942331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-12-24 19:23:15 +00:00 committed by Git OBS Bridge
commit aea28cdc0d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 22 13:42:30 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Use clang11 in SLE15 SP4 and newer too, not just in SLE15 SP3
-------------------------------------------------------------------
Wed Dec 1 10:06:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -45,7 +45,7 @@ Source12: org.qt.qdbusviewer6.desktop
Source13: org.qt.assistant6.desktop
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