Rebuilt due to fmt 10 update.

This commit is contained in:
Vitaly Zaitsev 2023-06-28 10:41:21 +02:00
parent 71a771a1b7
commit 547246627d
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 5 additions and 1 deletions

View File

@ -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 <vitaly@easycoding.org> - 0.11.3-3
- Rebuilt due to fmt 10 update.
* Fri Mar 24 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.11.3-2
- Backported upstream patch with GCC 13 build fix.