Accepting request 1223890 from KDE:Qt6

- Reintroduce proper %requires_eq on libclang, it's needed to ensure
  that qdoc pulls in a libclang suitable for the used libclang-cpp.

OBS-URL: https://build.opensuse.org/request/show/1223890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2024-11-14 15:07:46 +00:00 committed by Git OBS Bridge
commit 8a3b68089c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 11 14:53:49 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Reintroduce proper %requires_eq on libclang, it's needed to ensure
that qdoc pulls in a libclang suitable for the used libclang-cpp.
-------------------------------------------------------------------
Mon Nov 4 11:58:21 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -243,6 +243,8 @@ Command line client for communication over D-Bus.
Summary: Qt 6 Tool used by Qt to generate documentation
License: GPL-3.0-only
# qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
%requires_eq libclang%{_libclang_sonum}
# Both qdoc and libclang link against libclang-cpp, so make sure it's compatible.
%requires_eq libclang-cpp%{_llvm_sonum}
%description qdoc