forked from pool/spdlog
Accepting request 881381 from devel:libraries:c_c++
- Update to version 1.8.5 * Fix compiling with C++17: remove constexpr on level_string_views. - Update to version 1.8.4 * Remove version requirement from find_package when searching external fmt. - Update to version 1.8.3 * New hourly file sink . Creates new file every hour. Can be limited to retain only the last N files. * New daily sink filename custom formatting. Users now can pass custom strftime pattern to the log filename. For example: daily_logger_format_mt. * Add SPDLOG_DISABLE_DEFAULT_LOGGER as a CMake option. * Improve color terminal detection. * Ensure SPDLOG_FMT_EXTERNAL is honored in the bench program. * Skip CMake module mode when finding fmt. * Open files with "ab" mode even if truncating to better support logrotate. * Fix compiling error and typo in hourly file sink. * Add constexpr to SPDLOG_LEVEL_NAMES declaration. * Initializer list style consistency. * Fix call to non-constexpr function. * Better numeric_limits<>::max/min fix when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined. * Simplified wincolor sink code and intensify the red and yellow colors. * Set default value to registry::err_handler_ to resolve Klocwork warning. * Formatter bench: Fix compilation by avoiding function name decay mechanics. * Fix warning whe the compilation flag -Wswitch-default is present. OBS-URL: https://build.opensuse.org/request/show/881381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=17
This commit is contained in:
commit
6f83848449
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20e6bd8f57e866eaf25a5417f0a38a116e537f1a77ac7b5409ca2b180cec0d5
|
||||
size 319010
|
3
spdlog-1.8.5.tar.gz
Normal file
3
spdlog-1.8.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8
|
||||
size 321229
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 19:43:50 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 1.8.5
|
||||
* Fix compiling with C++17: remove constexpr on
|
||||
level_string_views.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 18:58:40 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 1.8.4
|
||||
* Remove version requirement from find_package when searching
|
||||
external fmt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 21:58:14 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 1.8.3
|
||||
* New hourly file sink . Creates new file every hour. Can be
|
||||
limited to retain only the last N files.
|
||||
* New daily sink filename custom formatting. Users now can
|
||||
pass custom strftime pattern to the log filename. For
|
||||
example: daily_logger_format_mt.
|
||||
* Add SPDLOG_DISABLE_DEFAULT_LOGGER as a CMake option.
|
||||
* Improve color terminal detection.
|
||||
* Ensure SPDLOG_FMT_EXTERNAL is honored in the bench program.
|
||||
* Skip CMake module mode when finding fmt.
|
||||
* Open files with "ab" mode even if truncating to better
|
||||
support logrotate.
|
||||
* Fix compiling error and typo in hourly file sink.
|
||||
* Add constexpr to SPDLOG_LEVEL_NAMES declaration.
|
||||
* Initializer list style consistency.
|
||||
* Fix call to non-constexpr function.
|
||||
* Better numeric_limits<>::max/min fix when
|
||||
SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined.
|
||||
* Simplified wincolor sink code and intensify the red and
|
||||
yellow colors.
|
||||
* Set default value to registry::err_handler_ to resolve
|
||||
Klocwork warning.
|
||||
* Formatter bench: Fix compilation by avoiding function name
|
||||
decay mechanics.
|
||||
* Fix warning whe the compilation flag -Wswitch-default is
|
||||
present.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 15:16:25 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spdlog
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define _sover 1
|
||||
Name: spdlog
|
||||
Version: 1.8.2
|
||||
Version: 1.8.5
|
||||
Release: 0
|
||||
Summary: C++ logging library
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user