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 2021-03-24 16:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-tools (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-tools.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-tools"

Wed Mar 24 16:15:17 2021 rev:4 rq:880722 version:6.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-tools/qt6-tools.changes      2021-03-18 
22:55:45.571583922 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-tools.new.2401/qt6-tools.changes    
2021-03-24 16:16:03.356134403 +0100
@@ -1,0 +2,6 @@
+Mon Mar 22 17:21:47 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Work around boo#1179155 and explicitly require clang11
+  for Leap 15.3.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qt6-tools.spec ++++++
--- /var/tmp/diff_new_pack.TNTCKX/_old  2021-03-24 16:16:03.972135049 +0100
+++ /var/tmp/diff_new_pack.TNTCKX/_new  2021-03-24 16:16:03.972135049 +0100
@@ -45,7 +45,12 @@
 Source12:       org.qt.qdbusviewer6.desktop
 Source13:       org.qt.assistant6.desktop
 Source99:       qt6-tools-rpmlintrc
-BuildRequires:  clang-devel
+# clang-devel in Leap 15.3 points to clang7...
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300
+BuildRequires:  clang11-devel
+%else
+BuildRequires:  clang-devel >= 8
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  qt6-core-private-devel
 BuildRequires:  qt6-dbus-private-devel
@@ -228,8 +233,7 @@
 Summary:        Qt 6 Tool used by Qt to generate documentation
 License:        GPL-3.0-only
 # qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
-%global _clang_major_version %(printf %{pkg_version clang-devel} | cut -d. -f1)
-%requires_eq    libclang%{_clang_major_version}
+%requires_eq    libclang%{_llvm_sonum}
 
 %description qdoc
 Qt 6 Tool used by Qt to generate documentation.

Reply via email to