diff --git a/qt6-tools.changes b/qt6-tools.changes index 18f723d..1a7182e 100644 --- a/qt6-tools.changes +++ b/qt6-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 22 13:42:30 UTC 2021 - Antonio Larrosa + +- Use clang11 in SLE15 SP4 and newer too, not just in SLE15 SP3 + ------------------------------------------------------------------- Wed Dec 1 10:06:30 UTC 2021 - Christophe Giboudeaux diff --git a/qt6-tools.spec b/qt6-tools.spec index d706c6b..2561ca0 100644 --- a/qt6-tools.spec +++ b/qt6-tools.spec @@ -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