Accepting request 942121 from home:alarrosa:branches:KDE:Qt6

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

OBS-URL: https://build.opensuse.org/request/show/942121
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-tools?expand=0&rev=15
This commit is contained in:
Christophe Giboudeaux 2021-12-24 10:37:02 +00:00 committed by Git OBS Bridge
parent 846d649e51
commit acd6ff08ba
2 changed files with 8 additions and 2 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> Wed Dec 1 10:06:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -36,7 +36,7 @@ Summary: Qt 6 Tools libraries and tools
# qdoc is GPL-3.0-only WITH Qt-GPL-exception-1.0 + (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) == GPL-3.0-only # qdoc is GPL-3.0-only WITH Qt-GPL-exception-1.0 + (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) == GPL-3.0-only
# src/shared contains BSD-3-Clause and LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) files. The # src/shared contains BSD-3-Clause and LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) files. The
# 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows. # 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows.
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0 License: ((GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0) OR LGPL-3.0-only
URL: https://www.qt.io URL: https://www.qt.io
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source10: org.qt.designer6.desktop Source10: org.qt.designer6.desktop
@ -45,7 +45,7 @@ Source12: org.qt.qdbusviewer6.desktop
Source13: org.qt.assistant6.desktop Source13: org.qt.assistant6.desktop
Source99: qt6-tools-rpmlintrc Source99: qt6-tools-rpmlintrc
# clang-devel in Leap 15.3 points to clang7... # 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 BuildRequires: clang11-devel
%else %else
BuildRequires: clang-devel >= 8 BuildRequires: clang-devel >= 8
@ -242,6 +242,7 @@ License: GPL-3.0-only
%description qdoc %description qdoc
Qt 6 Tool used by Qt to generate documentation. Qt 6 Tool used by Qt to generate documentation.
### Private only library ### ### Private only library ###
%package -n libQt6DesignerComponents6 %package -n libQt6DesignerComponents6