Updated to version 1.8.0.

This commit is contained in:
Vitaly Zaitsev 2020-09-05 13:09:19 +02:00
parent 17e81392b9
commit c2c717f63e
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/v1.5.0.tar.gz
/v1.6.1.tar.gz
/v1.7.0.tar.gz
/v1.8.0.tar.gz

View File

@ -1 +1 @@
SHA512 (v1.7.0.tar.gz) = e15d461ac7a6d3d3186fe4283e4fbaf56b2ce3011babf892e3b2d3dbdd7e999a861f1f6f67a9d88a5cf488a440add087ea78e96131f49b52ed6c7815a972799a
SHA512 (v1.8.0.tar.gz) = 18e9718a0dd58d33b1aef120e9e16123172db07be3758e906b82dee9fbfd0197108a5aa502aabe31dde189a90ff1ee1c14017e8b14fca0aee69e9df84cbf8283

View File

@ -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 <vitaly@easycoding.org> - 1.8.0-1
- Updated to version 1.8.0.
* Tue Jul 21 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.7.0-1
- Updated to version 1.7.0.