From f4f8b37576cb16a3a4eb236aa22f3482fbda22bf Mon Sep 17 00:00:00 2001 From: huayadong Date: Wed, 4 Sep 2024 16:49:03 +0800 Subject: [PATCH] add Requires: clang-libs for qt5-doctools --- qt5-qttools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 4cd777b..1b1d21a 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -5,7 +5,7 @@ Name: qt5-qttools Version: 5.15.10 -Release: 4 +Release: 5 Summary: Qt5 QtTool module License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -121,7 +121,7 @@ Provides: qt5-qhelpgenerator = %{version} Obsoletes: qt5-qhelpgenerator < 5.8.0 Provides: qt5-qtattributionsscanner = %{version} Obsoletes: qt5-qtattributionsscanner < 5.8.0 -Requires: qt5-qtattributionsscanner = %{version} +Requires: qt5-qtattributionsscanner = %{version} clang-libs %description -n qt5-doctools %{summary}. @@ -351,6 +351,9 @@ cd - %changelog +* Wed Sep 04 2024 huayadong - 5.15.10-5 +- add Requires: clang-libs for qt5-doctools + * Thu Aug 29 2024 Funda Wang - 5.15.10-4 - Disable automatic .la file removal - cleanup spec -- Gitee