diff --git a/qt6-tools.changes b/qt6-tools.changes index b972e98..d0af84b 100644 --- a/qt6-tools.changes +++ b/qt6-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 11 19:29:26 UTC 2023 - Antonio Larrosa + +- Fix condition to use llvm11 in SLE 15 SP5 instead of the default + llvm7. + ------------------------------------------------------------------- Fri Jan 6 16:46:53 UTC 2023 - Christophe Marin diff --git a/qt6-tools.spec b/qt6-tools.spec index f13b7d5..88727bd 100644 --- a/qt6-tools.spec +++ b/qt6-tools.spec @@ -47,7 +47,7 @@ Source13: org.qt.assistant6.desktop Source14: linguist6.png 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