From 0aa19ea8ade107af40bfa2d04f2575dd35b41ac0 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 9 Aug 2018 17:41:23 +0200 Subject: [PATCH] Updated to version 1.0.0. --- .gitignore | 1 + sources | 2 +- spdlog.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7eba4fe..40e01a2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gabime-spdlog-34bb86b.tar.gz /v0.10.0.tar.gz /v0.17.0.tar.gz +/v1.0.0.tar.gz diff --git a/sources b/sources index e3a70bf..e2cfe99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.17.0.tar.gz) = c3d7c7b2d221b33ad4f4685207ff606d271635bd1ad7edab763a823880386f604d264343139f37b36a3e8654d6382dbed0d431556728676523e390b8fb4b2aef +SHA512 (v1.0.0.tar.gz) = 4d3cbc1926be513256b5837a53fce425f6d352bb4ab262074f205450cd4eadc09feea9dc8d8c03b3f1e9792bcfbcff414be79e51d58234f540946428bbd88cd1 diff --git a/spdlog.spec b/spdlog.spec index 0add806..81fe0a9 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: spdlog -Version: 0.17.0 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Super fast C++ logging library Group: Development/Libraries License: MIT @@ -55,6 +55,9 @@ popd %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Aug 09 2018 Vitaly Zaitsev - 1.0.0-1 +- Updated to version 1.0.0. + * Sat Jul 14 2018 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild