Updated to version 1.11.0.

This commit is contained in:
Vitaly Zaitsev 2022-11-03 08:37:21 +01:00
parent 9f2e9fb652
commit 2ff25311a5
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/v1.9.1.tar.gz
/v1.9.2.tar.gz
/v1.10.0.tar.gz
/spdlog-1.11.0.tar.gz

View File

@ -1 +1 @@
SHA512 (v1.10.0.tar.gz) = e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666
SHA512 (spdlog-1.11.0.tar.gz) = 210f3135c7af3ec774ef9a5c77254ce172a44e2fa720bf590e1c9214782bf5c8140ff683403a85b585868bc308286fbdeb1c988e4ed1eb3c75975254ffe75412

View File

@ -1,11 +1,11 @@
Name: spdlog
Version: 1.10.0
Release: 3%{?dist}
Version: 1.11.0
Release: 1%{?dist}
License: MIT
Summary: Super fast C++ logging library
URL: https://github.com/gabime/%{name}
Source0: %{url}/archive/v%{version}.tar.gz
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: catch-devel >= 2.8.0
BuildRequires: cmake
@ -66,6 +66,9 @@ ln -svf %{_includedir}/catch2/catch.hpp ./tests/catch.hpp
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Nov 03 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.11.0-1
- Updated to version 1.11.0.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild