Accepting request 1248057 from KDE:Qt6
- Use clang 19 on Leap 15.6. The 15.6 update repo got a new llvm version which causes qdoc crashes if both llvm 17 and 19 are present OBS-URL: https://build.opensuse.org/request/show/1248057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=46
This commit is contained in:
commit
fc02a4ee37
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 09:34:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Use clang 19 on Leap 15.6.
|
||||
The 15.6 update repo got a new llvm version which causes issues
|
||||
if both llvm 17 and 19 are present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:23:01 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -47,7 +47,8 @@ Source14: linguist6.png
|
||||
Source99: qt6-tools-rpmlintrc
|
||||
# clang-devel in Leap 15 points to clang7...
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: clang17-devel
|
||||
# Leap 15.6 has llvm 19 since 2025-02-12, we need to use it to avoid doc build issues
|
||||
BuildRequires: clang19-devel
|
||||
%else
|
||||
BuildRequires: clang-devel >= 17
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user