From 5e02823df72488c56493986d1d21e0ef6f490cabb0367d23c26a9b1ca82ba140 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 22 Mar 2022 19:32:11 +0000 Subject: [PATCH] Accepting request 963877 from home:cgiboudeaux:branches:KDE:Qt5 - Update the QCoro build dependency. OBS-URL: https://build.opensuse.org/request/show/963877 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/neochat?expand=0&rev=18 --- neochat.changes | 5 +++++ neochat.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/neochat.changes b/neochat.changes index 76e0315..7079143 100644 --- a/neochat.changes +++ b/neochat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 22 09:03:48 UTC 2022 - Christophe Giboudeaux + +- Update the QCoro build dependency. + ------------------------------------------------------------------- Wed Feb 9 19:07:37 UTC 2022 - Fabian Vogt diff --git a/neochat.spec b/neochat.spec index 3308a70..d5501dc 100644 --- a/neochat.spec +++ b/neochat.spec @@ -49,7 +49,7 @@ BuildRequires: cmake(KF5QQC2DesktopStyle) >= %{_kf5_version} BuildRequires: cmake(KF5Sonnet) >= %{_kf5_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version} BuildRequires: cmake(KQuickImageEditor) >= 0.1 -BuildRequires: cmake(QCoro) +BuildRequires: cmake(QCoro5) BuildRequires: cmake(Qt5Core) >= 5.15.0 BuildRequires: cmake(Qt5Gui) >= 5.15.0 BuildRequires: cmake(Qt5Keychain)