Accepting request 908612 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/908612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2021-07-28 17:19:35 +00:00 committed by Git OBS Bridge
commit 9cb8c8e74b
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ad181d75aaedbf47c8881e7b947a47cac3d306997e39de24dba60db633e70a7
size 327592

3
spdlog-1.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a452cfa24408baccc9b2bc2d421d68172a7630c99e9504a14754be840d31a62
size 327823

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 27 13:31:38 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.9.1
* Support for {fmt}'s compile time validation of format strings.
* In C++14/17 - format string can be validated at compile time
using FMT_STRING.
* Fixed compilation error in Clang 13 with C++20.
-------------------------------------------------------------------
Wed Jul 21 06:42:27 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -18,7 +18,7 @@
%define _sover 1
Name: spdlog
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: C++ logging library
License: MIT