forked from pool/spdlog
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
This commit is contained in:
parent
d8ecaede85
commit
b3fb4e060e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a452cfa24408baccc9b2bc2d421d68172a7630c99e9504a14754be840d31a62
|
||||
size 327823
|
3
spdlog-1.9.2.tar.gz
Normal file
3
spdlog-1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
|
||||
size 327799
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:18:26 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- 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 <aloisio@gmx.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user