Updated to version 1.9.2.

This commit is contained in:
Vitaly Zaitsev 2021-08-13 17:35:56 +02:00
parent e2f65330c7
commit 800161182e
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/v1.8.5.tar.gz
/v1.9.0.tar.gz
/v1.9.1.tar.gz
/v1.9.2.tar.gz

View File

@ -1 +1 @@
SHA512 (v1.9.1.tar.gz) = 9a4c80099fe672b4429999f704e3eaac95c8d10667413fa870d5ca375027bd9738a41236093e96f5f704358460a1a89a666345cae73bfbec9198b3be661c95a3
SHA512 (v1.9.2.tar.gz) = 87b12a792cf2d740ef29db4b6055788a487b6d474662b878711b8a5534efea5f0d97b6ac357834500b66cc65e1ba8934446a695e9691fd5d4b95397b6871555c

View File

@ -1,7 +1,7 @@
%undefine __cmake_in_source_build
Name: spdlog
Version: 1.9.1
Version: 1.9.2
Release: 1%{?dist}
License: MIT
@ -34,7 +34,7 @@ applications that use %{name}.
%prep
%autosetup -p1
find . -name '.gitignore' -delete
sed -i -e "s,\r,," README.md
sed -e "s,\r,," -i README.md
ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp
%build
@ -68,6 +68,9 @@ ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Aug 13 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 1.9.2-1
- Updated to version 1.9.2.
* Tue Jul 27 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 1.9.1-1
- Updated to version 1.9.1.