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 2026-09-02 16:58:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-tools (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-tools.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-tools"

Wed Sep  2 16:58:22 2026 rev:61 rq:1375214 version:6.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-tools/qt6-tools.changes      2026-08-21 
16:52:24.575025725 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-tools.new.1265/qt6-tools.changes    
2026-09-02 16:58:37.601766409 +0200
@@ -1,0 +2,5 @@
+Sat Aug 29 21:04:51 UTC 2026 - Aaron Puchert <[email protected]>
+
+- Add 0003-CMake-Add-LLVM-23-to-supported-QDoc-Clang-versions.patch.
+
+-------------------------------------------------------------------

New:
----
  0003-CMake-Add-LLVM-23-to-supported-QDoc-Clang-versions.patch

----------(New B)----------
  New:
- Add 0003-CMake-Add-LLVM-23-to-supported-QDoc-Clang-versions.patch.
----------(New E)----------

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

Other differences:
------------------
++++++ qt6-tools.spec ++++++
--- /var/tmp/diff_new_pack.uJirTB/_old  2026-09-02 16:58:38.555799574 +0200
+++ /var/tmp/diff_new_pack.uJirTB/_new  2026-09-02 16:58:38.557799643 +0200
@@ -53,6 +53,8 @@
 Patch1:         0002-CMake-Add-LLVM-22-to-supported-QDoc-Clang-versions.patch
 # PATCH-FIX-UPSTREAM
 Patch2:         0001-QDoc-Use-deterministic-tiebreaker-for-shared-notifie.patch
+# PATCH-FIX-UPSTREAM -- llvm 23 support
+Patch3:         0003-CMake-Add-LLVM-23-to-supported-QDoc-Clang-versions.patch
 # clang-devel in Leap 15 points to clang7...
 %if 0%{?suse_version} == 1500
 # Leap 15.6 has llvm 19 since 2025-02-12, we need to use it to avoid doc build 
issues

++++++ 0003-CMake-Add-LLVM-23-to-supported-QDoc-Clang-versions.patch ++++++
CMake: Add LLVM 23 to supported QDoc Clang versions

Similar to 0b831cc7e1d9d78a70e61034adaa5f89520bca6a.

diff --git a/src/qdoc/cmake/QDocConfiguration.cmake 
b/src/qdoc/cmake/QDocConfiguration.cmake
index d00b147..2d1ac31 100644
--- a/src/qdoc/cmake/QDocConfiguration.cmake
+++ b/src/qdoc/cmake/QDocConfiguration.cmake
@@ -8,7 +8,7 @@ set(QDOC_MINIMUM_CLANG_VERSION "17")
 
 # List of explicitly supported Clang versions for QDoc
 set(QDOC_SUPPORTED_CLANG_VERSIONS
-    "22.1" "21.1" "20.1" "19.1" "18.1" "17.0.6"
+    "23.1" "22.1" "21.1" "20.1" "19.1" "18.1" "17.0.6"
 )
 
 # Check for QDoc coverage dependencies

Reply via email to