From 4fe761778969e7dcae811d427123f51721c6a815220c1fda235fe623497d8e3a Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 11 Dec 2020 15:50:39 +0000 Subject: [PATCH] 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 --- spdlog-1.8.1.tar.gz | 3 --- spdlog-1.8.2.tar.gz | 3 +++ spdlog.changes | 12 ++++++++++++ spdlog.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 spdlog-1.8.1.tar.gz create mode 100644 spdlog-1.8.2.tar.gz diff --git a/spdlog-1.8.1.tar.gz b/spdlog-1.8.1.tar.gz deleted file mode 100644 index 44bbc87..0000000 --- a/spdlog-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5197b3147cfcfaa67dd564db7b878e4a4b3d9f3443801722b3915cdeced656cb -size 293528 diff --git a/spdlog-1.8.2.tar.gz b/spdlog-1.8.2.tar.gz new file mode 100644 index 0000000..20ac216 --- /dev/null +++ b/spdlog-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20e6bd8f57e866eaf25a5417f0a38a116e537f1a77ac7b5409ca2b180cec0d5 +size 319010 diff --git a/spdlog.changes b/spdlog.changes index ca43ad5..e750711 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 11 15:16:25 UTC 2020 - Luigi Baldoni + +- 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 diff --git a/spdlog.spec b/spdlog.spec index 12e786f..5f603f6 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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