From 547246627d28d04c769bae6c6a4c57bdbc2d5de5 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 28 Jun 2023 10:41:21 +0200 Subject: [PATCH] Rebuilt due to fmt 10 update. --- nheko.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nheko.spec b/nheko.spec index cb259ab..2e6a672 100644 --- a/nheko.spec +++ b/nheko.spec @@ -1,6 +1,6 @@ Name: nheko Version: 0.11.3 -Release: 2%{?dist} +Release: 3%{?dist} # Main source - GPL-3.0-or-later. # cpp-httplib - bundled - MIT. @@ -28,6 +28,7 @@ BuildRequires: cmake(Qt5QuickControls2) BuildRequires: cmake(Qt5QuickWidgets) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(fmt) >= 9.1.0 BuildRequires: cmake(httplib) >= 0.5.12 BuildRequires: cmake(mpark_variant) BuildRequires: cmake(nlohmann_json) >= 3.2.0 @@ -126,6 +127,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}.1* %changelog +* Wed Jun 28 2023 Vitaly Zaitsev - 0.11.3-3 +- Rebuilt due to fmt 10 update. + * Fri Mar 24 2023 Vitaly Zaitsev - 0.11.3-2 - Backported upstream patch with GCC 13 build fix.