Updated to version 1.8.2.

This commit is contained in:
Vitaly Zaitsev 2020-12-12 14:26:11 +01:00
parent f6e62b6e80
commit daa8b18b9e
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

@ -13,3 +13,4 @@
/v1.7.0.tar.gz
/v1.8.0.tar.gz
/v1.8.1.tar.gz
/v1.8.2.tar.gz

View File

@ -1 +1 @@
SHA512 (v1.8.1.tar.gz) = ef855f4f91ed8aba89ef0191a9fd70f73a49567332f7eb42da1604e3a7dda3bbe48db3fd0fae317bb11ee95315d8cd62bf586d2de919ca0978d91e5a971b1c3f
SHA512 (v1.8.2.tar.gz) = 7a0a2353a10187cc314253b366fc46be8f9fe2480d2cbac3a96a8e6825ee4b62b0a5ebb3add2b22b5d7ca8fe6dddd963926603e5296e3431c0a4f7ac42beda7f

View File

@ -1,7 +1,7 @@
%undefine __cmake_in_source_build
Name: spdlog
Version: 1.8.1
Version: 1.8.2
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 Dec 12 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.8.2-1
- Updated to version 1.8.2.
* Tue Oct 13 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.8.1-1
- Updated to version 1.8.1.