Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt-creator for openSUSE:Factory checked in at 2023-01-12 22:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Thu Jan 12 22:44:41 2023 rev:15 rq:1057860 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2023-01-07 17:22:55.591305740 +0100 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.32243/qt-creator.changes 2023-01-12 22:44:57.429088554 +0100 @@ -1,0 +2,5 @@ +Wed Jan 11 20:38:07 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Use llvm13 on Leap 15.4 and llvm15 on 15.5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.Uh97Ty/_old 2023-01-12 22:44:58.149092596 +0100 +++ /var/tmp/diff_new_pack.Uh97Ty/_new 2023-01-12 22:44:58.153092618 +0100 @@ -63,14 +63,19 @@ Patch12: 0001-Disable-some-plugins.patch ## BuildRequires: cmake -# clang-devel in Leap 15.3 points to clang7... -%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300 -BuildRequires: clang11-devel -BuildRequires: llvm11-devel +# clang-devel in Leap 15 points to clang7... +%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150400 +BuildRequires: clang13-devel +BuildRequires: llvm13-devel +%else +%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150500 +BuildRequires: clang15-devel +BuildRequires: llvm15-devel %else BuildRequires: clang-devel >= 10.0 BuildRequires: llvm-devel %endif +%endif BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: python3 >= 3.5