diff --git a/spdlog.spec b/spdlog.spec index 596f16f..141f271 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -2,7 +2,7 @@ Name: spdlog Version: 1.8.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Super fast C++ logging library License: MIT URL: https://github.com/gabime/%{name} @@ -67,6 +67,9 @@ ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Jul 04 2021 Vitaly Zaitsev - 1.8.5-2 +- Rebuilt due to fmt library update. + * Fri Apr 02 2021 Vitaly Zaitsev - 1.8.5-1 - Updated to version 1.8.5.