diff --git a/.gitignore b/.gitignore index d5932de..33c65c8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index db5ca4c..ca93cb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.10.0.tar.gz) = e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666 +SHA512 (spdlog-1.11.0.tar.gz) = 210f3135c7af3ec774ef9a5c77254ce172a44e2fa720bf590e1c9214782bf5c8140ff683403a85b585868bc308286fbdeb1c988e4ed1eb3c75975254ffe75412 diff --git a/spdlog.spec b/spdlog.spec index a65b147..d4f3b41 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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 - 1.11.0-1 +- Updated to version 1.11.0. + * Sat Jul 23 2022 Fedora Release Engineering - 1.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild