diff --git a/.gitignore b/.gitignore index 0f7e32c..ed47fff 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /v1.5.0.tar.gz /v1.6.1.tar.gz /v1.7.0.tar.gz +/v1.8.0.tar.gz diff --git a/sources b/sources index a6e78c5..dee6dc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.7.0.tar.gz) = e15d461ac7a6d3d3186fe4283e4fbaf56b2ce3011babf892e3b2d3dbdd7e999a861f1f6f67a9d88a5cf488a440add087ea78e96131f49b52ed6c7815a972799a +SHA512 (v1.8.0.tar.gz) = 18e9718a0dd58d33b1aef120e9e16123172db07be3758e906b82dee9fbfd0197108a5aa502aabe31dde189a90ff1ee1c14017e8b14fca0aee69e9df84cbf8283 diff --git a/spdlog.spec b/spdlog.spec index 2b72142..8d5576b 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: spdlog -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} Summary: Super fast C++ logging library License: MIT @@ -65,6 +65,9 @@ sed -i -e "s,\r,," README.md %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Sep 05 2020 Vitaly Zaitsev - 1.8.0-1 +- Updated to version 1.8.0. + * Tue Jul 21 2020 Vitaly Zaitsev - 1.7.0-1 - Updated to version 1.7.0.