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