From daa8b18b9efbf85165cdaa7436594bb885aa563f Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sat, 12 Dec 2020 14:26:11 +0100 Subject: [PATCH] Updated to version 1.8.2. --- .gitignore | 1 + sources | 2 +- spdlog.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 617844a..05e0ada 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /v1.7.0.tar.gz /v1.8.0.tar.gz /v1.8.1.tar.gz +/v1.8.2.tar.gz diff --git a/sources b/sources index 152fa99..56da4bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.8.1.tar.gz) = ef855f4f91ed8aba89ef0191a9fd70f73a49567332f7eb42da1604e3a7dda3bbe48db3fd0fae317bb11ee95315d8cd62bf586d2de919ca0978d91e5a971b1c3f +SHA512 (v1.8.2.tar.gz) = 7a0a2353a10187cc314253b366fc46be8f9fe2480d2cbac3a96a8e6825ee4b62b0a5ebb3add2b22b5d7ca8fe6dddd963926603e5296e3431c0a4f7ac42beda7f diff --git a/spdlog.spec b/spdlog.spec index 246a0b0..4d92b9b 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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 - 1.8.2-1 +- Updated to version 1.8.2. + * Tue Oct 13 2020 Vitaly Zaitsev - 1.8.1-1 - Updated to version 1.8.1.