Accepting request 1095698 from KDE:Qt6
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1095698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=27
This commit is contained in:
commit
bb1fae8869
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 01:27:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Also use llvm 15 on Leap 15.4. A new llvm version was submitted
|
||||||
|
to 15.4 which caused crashes when trying to run qdoc with an
|
||||||
|
older version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 24 07:45:44 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Wed May 24 07:45:44 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -47,15 +47,11 @@ Source13: org.qt.assistant6.desktop
|
|||||||
Source14: linguist6.png
|
Source14: linguist6.png
|
||||||
Source99: qt6-tools-rpmlintrc
|
Source99: qt6-tools-rpmlintrc
|
||||||
# clang-devel in Leap 15 points to clang7...
|
# clang-devel in Leap 15 points to clang7...
|
||||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150400
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
|
||||||
BuildRequires: clang13-devel
|
|
||||||
%else
|
|
||||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150500
|
|
||||||
BuildRequires: clang15-devel
|
BuildRequires: clang15-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: clang-devel >= 8
|
BuildRequires: clang-devel >= 8
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user