Rebuilt due to fmt library update.

This commit is contained in:
Vitaly Zaitsev 2022-07-10 19:44:42 +02:00
parent 24618e20bd
commit be8cd7fe94
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: spdlog
Version: 1.10.0
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Summary: Super fast C++ logging library
@ -66,6 +66,9 @@ ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Sun Jul 10 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.10.0-2
- Rebuilt due to fmt library update.
* Mon Apr 18 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.10.0-1
- Updated to version 1.10.0.