Accepting request 908611 from home:alois:branches:devel:libraries:c_c++

- 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.

OBS-URL: https://build.opensuse.org/request/show/908611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=48
This commit is contained in:
Luigi Baldoni 2021-07-27 13:35:32 +00:00 committed by Git OBS Bridge
parent fe4c1a6ca2
commit 345b79765e
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