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

- Update to version 1.8.2
  * Perfect forwarding fmt arguments.
  * Fix dup_filter_sink to log current log call's level, instead
    of the filtered log call's level.
  * Ability to get size of messages queue of async thread pool.
  * Add missing include.
  * Updated bin_to_hex example in the readme.
  * Fix async periodic flush test.

OBS-URL: https://build.opensuse.org/request/show/854941
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=40
This commit is contained in:
Luigi Baldoni 2020-12-11 15:50:39 +00:00 committed by Git OBS Bridge
parent 71ea838a8b
commit 4fe7617789
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5197b3147cfcfaa67dd564db7b878e4a4b3d9f3443801722b3915cdeced656cb
size 293528

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 11 15:16:25 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.8.2
* Perfect forwarding fmt arguments.
* Fix dup_filter_sink to log current log call's level, instead
of the filtered log call's level.
* Ability to get size of messages queue of async thread pool.
* Add missing include.
* Updated bin_to_hex example in the readme.
* Fix async periodic flush test.
-------------------------------------------------------------------
Thu Oct 1 10:11:26 UTC 2020 - aloisio@gmx.com

View File

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