From 15131cd78c021ab034a9199c44ece9ee8d943573 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sat, 17 Oct 2020 22:04:40 +0200 Subject: [PATCH] Rebuilt due to Qt update. --- nheko.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nheko.spec b/nheko.spec index 51fbe4d..38e1399 100644 --- a/nheko.spec +++ b/nheko.spec @@ -11,7 +11,7 @@ Name: nheko Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Desktop client for the Matrix protocol License: GPLv3+ @@ -60,6 +60,9 @@ BuildRequires: clang BuildRequires: llvm %endif +# Require exact version of Qt due to compiled QML usage. +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} + Requires: hicolor-icon-theme %description @@ -116,6 +119,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Sat Oct 17 2020 Vitaly Zaitsev - 0.7.2-3 +- Rebuilt due to Qt update. + * Tue Jul 28 2020 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild