From b3fb4e060e367763232452ae102015b40929056ad815fef20e178753f4c9ed0a Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 13 Aug 2021 06:30:47 +0000 Subject: [PATCH] Accepting request 911918 from home:alois:branches:devel:libraries:c_c++ - Update to version 1.9.2 * Fixed clang compiler errors when using spdlog in c++20. * Fixed the Qt sinks to accurately trim the newline chars. * Improved and simplified Qt sinks implementation. * Fixed macro SPDLOG_LEVEL_NAME_xxx to always translate to the spdlog namespace. * Fixed typo in readme. * Fixed the MongoDB sink compilation in c++11. * Fixed double include of same file in thread_pool.h . * Ensure that the CMake exported package is relocatable. * Remove std::distance usage for possible performance gain. * Support of inclusion of bin_to_hex.h in any order with spdlog.h. * Fixed install instructions for "header only" dir. OBS-URL: https://build.opensuse.org/request/show/911918 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=50 --- spdlog-1.9.1.tar.gz | 3 --- spdlog-1.9.2.tar.gz | 3 +++ spdlog.changes | 18 ++++++++++++++++++ spdlog.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 spdlog-1.9.1.tar.gz create mode 100644 spdlog-1.9.2.tar.gz diff --git a/spdlog-1.9.1.tar.gz b/spdlog-1.9.1.tar.gz deleted file mode 100644 index cec8b43..0000000 --- a/spdlog-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a452cfa24408baccc9b2bc2d421d68172a7630c99e9504a14754be840d31a62 -size 327823 diff --git a/spdlog-1.9.2.tar.gz b/spdlog-1.9.2.tar.gz new file mode 100644 index 0000000..2abb7f1 --- /dev/null +++ b/spdlog-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38 +size 327799 diff --git a/spdlog.changes b/spdlog.changes index bcad244..9b54bb6 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Aug 13 06:18:26 UTC 2021 - Luigi Baldoni + +- Update to version 1.9.2 + * Fixed clang compiler errors when using spdlog in c++20. + * Fixed the Qt sinks to accurately trim the newline chars. + * Improved and simplified Qt sinks implementation. + * Fixed macro SPDLOG_LEVEL_NAME_xxx to always translate to the + spdlog namespace. + * Fixed typo in readme. + * Fixed the MongoDB sink compilation in c++11. + * Fixed double include of same file in thread_pool.h . + * Ensure that the CMake exported package is relocatable. + * Remove std::distance usage for possible performance gain. + * Support of inclusion of bin_to_hex.h in any order with + spdlog.h. + * Fixed install instructions for "header only" dir. + ------------------------------------------------------------------- Fri Aug 6 09:42:32 UTC 2021 - Luigi Baldoni diff --git a/spdlog.spec b/spdlog.spec index 53d921b..c4d5dad 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -18,7 +18,7 @@ %define _sover 1 Name: spdlog -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: C++ logging library License: MIT