Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-tools for openSUSE:Factory 
checked in at 2023-01-12 22:44:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-tools (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-tools.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-tools"

Thu Jan 12 22:44:40 2023 rev:23 rq:1057859 version:6.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-tools/qt6-tools.changes      2023-01-11 
14:35:18.789318648 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-tools.new.32243/qt6-tools.changes   
2023-01-12 22:44:55.693078810 +0100
@@ -1,0 +2,12 @@
+Wed Jan 11 20:07:37 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Leap 15.4 doesn't have llvm11 but llvm13 so just use that in
+  SP4 and llvm15 in SP5.
+
+-------------------------------------------------------------------
+Wed Jan 11 19:29:26 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Fix condition to use llvm11 in SLE 15 SP5 instead of the default
+  llvm7.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-tools.spec ++++++
--- /var/tmp/diff_new_pack.qn76XV/_old  2023-01-12 22:44:57.193087230 +0100
+++ /var/tmp/diff_new_pack.qn76XV/_new  2023-01-12 22:44:57.205087297 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-tools
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,12 +46,16 @@
 # The 48x48 icon was removed from qttools
 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
-BuildRequires:  clang11-devel
+# clang-devel in Leap 15 points to clang7...
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150400
+BuildRequires:  clang13-devel
+%else
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150500
+BuildRequires:  clang15-devel
 %else
 BuildRequires:  clang-devel >= 8
 %endif
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-core-private-devel

Reply via email to