From 90564fba53fb86f77548f35d970271e6b0d5c9ff83368c56d86db403984dd3d8 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Fri, 26 Apr 2024 06:19:52 +0000 Subject: [PATCH] - Update spdlog to 1.14.0 - Release notes 1.14.0: * Updated bundled fmt to version 10.2.1. * Mapped Diagnostic Context (MDC) support by @massimiliano96 in #2907. DC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers. * Add milliseconds support to stopwatch by @brodao2 in #3034 * Add std::string_view overloads for logger accessor by @BenLeadbetter in #3023 * Make async_logger::flush() synchronous - wait for the flush operation to complete before returning by @walkerlala in #3049 * Use _stat() on Windows to be more UTF8 friendly by @liubing in #2978 * Add details about how compile time macros work by @egaban in #2981 * Fix typos found by codespell by @DimitriPapadopoulos in #3011 * Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed by @cohdan in #3009 * Fix the problem of compilation failure under MINGW by @NU-LL in #3022 * Add missing include in circular_q.h by @magnus-nomono in #3026 * Fix #3038 by @Tomas-Zhu in #3044 * Don't remove previous defaullt logger from registry in set_default_logger. Fix #3016 * Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. by @shaharv in #3048 * Updated INSTALL.md has to better reflect compiler info. #3052 * Fixed README.md example by @darallium in #3066 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=98 --- baselibs.conf | 2 +- spdlog.changes | 24 ++++++++++++++++++++++++ spdlog.spec | 6 +++--- v1.13.0.tar.gz | 3 --- v1.14.0.tar.gz | 3 +++ 5 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 v1.13.0.tar.gz create mode 100644 v1.14.0.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 0cf19f8..5012740 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libspdlog1_13 +libspdlog1_14 diff --git a/spdlog.changes b/spdlog.changes index 83d1f35..f287a79 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Apr 26 06:15:49 UTC 2024 - Bernd Ritter + +- Update spdlog to 1.14.0 + +- Release notes 1.14.0: + * Updated bundled fmt to version 10.2.1. + * Mapped Diagnostic Context (MDC) support by @massimiliano96 in #2907. + DC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers. + * Add milliseconds support to stopwatch by @brodao2 in #3034 + * Add std::string_view overloads for logger accessor by @BenLeadbetter in #3023 + * Make async_logger::flush() synchronous - wait for the flush operation to complete before returning by @walkerlala in #3049 + * Use _stat() on Windows to be more UTF8 friendly by @liubing in #2978 + * Add details about how compile time macros work by @egaban in #2981 + * Fix typos found by codespell by @DimitriPapadopoulos in #3011 + * Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed by @cohdan in #3009 + * Fix the problem of compilation failure under MINGW by @NU-LL in #3022 + * Add missing include in circular_q.h by @magnus-nomono in #3026 + * Fix #3038 by @Tomas-Zhu in #3044 + * Don't remove previous defaullt logger from registry in set_default_logger. Fix #3016 + * Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. by @shaharv in #3048 + * Updated INSTALL.md has to better reflect compiler info. #3052 + * Fixed README.md example by @darallium in #3066 + ------------------------------------------------------------------- Fri Jan 12 12:25:23 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index 348cda0..27f7f13 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -17,9 +17,9 @@ Name: spdlog -%define lname libspdlog1_13 -%define sover 1.13 -Version: 1.13.0 +%define lname libspdlog1_14 +%define sover 1.14 +Version: 1.14.0 Release: 0 Summary: C++ logging library License: MIT diff --git a/v1.13.0.tar.gz b/v1.13.0.tar.gz deleted file mode 100644 index 61c0077..0000000 --- a/v1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9 -size 264003 diff --git a/v1.14.0.tar.gz b/v1.14.0.tar.gz new file mode 100644 index 0000000..13c214e --- /dev/null +++ b/v1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc +size 270013