SHA256
1
0
forked from pool/qt6-tools
Ana Guerrero 2024-01-11 20:05:22 +00:00 committed by Git OBS Bridge
commit e691ce253a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 10 18:47:55 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Fix build in SLE15 SP6 by using clang17-devel
-------------------------------------------------------------------
Mon Nov 27 14:00:20 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package qt6-tools
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -47,11 +47,15 @@ Source13: org.qt.assistant6.desktop
Source14: linguist6.png
Source99: qt6-tools-rpmlintrc
# clang-devel in Leap 15 points to clang7...
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150600
BuildRequires: clang17-devel
%else
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
BuildRequires: clang15-devel
%else
BuildRequires: clang-devel >= 8
%endif
%endif
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel