diff --git a/.gitignore b/.gitignore index 40e01a2..84c830a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v0.10.0.tar.gz /v0.17.0.tar.gz /v1.0.0.tar.gz +/v1.1.0.tar.gz diff --git a/sources b/sources index e2cfe99..859f4f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.0.0.tar.gz) = 4d3cbc1926be513256b5837a53fce425f6d352bb4ab262074f205450cd4eadc09feea9dc8d8c03b3f1e9792bcfbcff414be79e51d58234f540946428bbd88cd1 +SHA512 (v1.1.0.tar.gz) = 65fbe6e9dffb25e814f72f2ef7982eed213fc16edfabb1377f865c94fd0488190e160dfea83ac06979a41f2fb2fa47a454989ebee0a2c5012bd404b977648439 diff --git a/spdlog.spec b/spdlog.spec index 81fe0a9..2043ba7 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: spdlog -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Super fast C++ logging library Group: Development/Libraries @@ -55,6 +55,9 @@ popd %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Sep 02 2018 Vitaly Zaitsev - 1.1.0-1 +- Updated to version 1.1.0. + * Thu Aug 09 2018 Vitaly Zaitsev - 1.0.0-1 - Updated to version 1.0.0.