From b08538b7583ec46398e0099335d461b86c113993 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Fri, 13 Jan 2023 08:55:23 +0100 Subject: [PATCH] Updated minimal versions of some build-time requirements. --- nheko.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nheko.spec b/nheko.spec index 158196f..8312df1 100644 --- a/nheko.spec +++ b/nheko.spec @@ -11,7 +11,7 @@ Summary: Desktop client for the Matrix protocol URL: https://github.com/Nheko-Reborn/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake(MatrixClient) >= 0.8.2 +BuildRequires: cmake(MatrixClient) >= 0.9.1 BuildRequires: cmake(Olm) >= 3.2.12 BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core) @@ -30,7 +30,7 @@ BuildRequires: cmake(mpark_variant) BuildRequires: cmake(nlohmann_json) >= 3.2.0 BuildRequires: cmake(spdlog) >= 1.0.0 -BuildRequires: pkgconfig(coeurl) >= 0.2.1 +BuildRequires: pkgconfig(coeurl) >= 0.3.0 BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) BuildRequires: pkgconfig(gstreamer-audio-1.0)