From d4e0e032eae62f3607bdfed79022e71f65bbfc64 Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Wed, 6 Apr 2022 11:19:07 +0800 Subject: [PATCH] add BuildRequires qt5-qtspeech-devel --- kf5-knotifyconfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-knotifyconfig.spec b/kf5-knotifyconfig.spec index 281b8a2..e1b8815 100644 --- a/kf5-knotifyconfig.spec +++ b/kf5-knotifyconfig.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 3 +Release: 4 Summary: KDE Frameworks 5 Tier 3 module for KNotify configuration License: LGPLv2+ @@ -36,7 +36,7 @@ BuildRequires: phonon-qt5-devel BuildRequires: qt5-qtbase-devel %if !0%{?bootstrap} -#BuildRequires: cmake(Qt5TextToSpeech) +BuildRequires: qt5-qtspeech-devel %endif %if 0%{?tests} @@ -105,6 +105,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Wed Apr 6 2022 pei-jiankang - 5.90.0-4 +- add BuildRequires qt5-qtspeech-devel + * Mon Feb 28 2022 pei-jiankang - 5.90.0-3 - update to version 5.90.0-3