forked from pool/spdlog
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
563a6cce51 | |||
5f341724d0 | |||
a518636407 | |||
|
c60448733d | ||
84091548dd | |||
|
0d210ffff3 | ||
|
5a87c30ab6 | ||
|
68567892bd | ||
90a1c8f071 | |||
|
c4d558650f | ||
845919e0fc | |||
|
3cf1b68832 |
@@ -1 +1 @@
|
||||
libspdlog1_14
|
||||
libspdlog1_15
|
||||
|
@@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 18:43:13 UTC 2025 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Updated spdlog to 1.15.3 (CVE-2025-6140 [bsc#1244696])
|
||||
|
||||
- Release notes 1.15.3:
|
||||
* Bumped bundled {fmt} library to 11.2.0 by @gabime in #3399
|
||||
* Fixed incorrect behavior in dup_filter_sink when reporting skipped messages by @SleepingSoul in #3390
|
||||
* Fixed MSVC C4530 warning when exceptions are disabled by @roeas in #3393
|
||||
* Added support for modifying max-size and max-files in rotating_file_sink after creation by @gabime in #3397
|
||||
* Added spdlog::register_or_replace(new_logger) to safely replace existing loggers in the registry by @gabime in #3398
|
||||
* Fixed broken links to the wiki and local references by @cgringmuth in #3377 and #3378, and by @non-descriptive in #3381
|
||||
|
||||
- Release notes 1.15.2:
|
||||
* Upgraded bundled {fmt} to version 11.1.4 (faa0a7a)
|
||||
* Fixed #3360, discovered by OSS-Fuzz regarding the %D format flag, in #3361
|
||||
* Fixed #3352: %z (UTC offset) on Apple and POSIX.1-2024-conforming platforms by @toh-ableton in #3366
|
||||
* Updated README with ALT Linux installation instructions by @lubyagin in #3338
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 15:34:25 UTC 2025 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Removed Patch 0001-fix-update-to_string_view-function-for-fmt-11.1-3301.patch as it is included in 1.15.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 14:40:14 UTC 2025 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Updated spdlog to 1.15.1
|
||||
|
||||
- Release notes 1.15.1:
|
||||
* Update bundled fmt version to 11.1.3 by @gabime in #3332
|
||||
* Use fwrite_unlocked() if available by @gabime in #3276 and #3318
|
||||
* On-demand truncation for basic file sinks by @matteodelseppia in #3280
|
||||
* Allow manual rotation of rotating_file_sink by @hjs-ast in #3269
|
||||
* Make null_sink final by @gabime in #3267
|
||||
* Fix: Add explicit fmt:: and std:: to avoid ambiguous calls by @LiAuTraver in #3259
|
||||
* Fix: Pass /utf-8 only when the compiler is MSVC by @miyanyan in #3260
|
||||
* Fix: Support bin_to_hex() when using std::format by @koniarik in #3315
|
||||
* Support custom environment variables for load_env_levels by @ken-matsui in #3327
|
||||
* Fix: Added a lock to rotate_now() by @matteodelseppia in #3281
|
||||
* Fix: Update to_string_view function for fmt 11.1 by @chenrui333 in #3301
|
||||
* Fix: Remove unused to_string_view overload in fmt >= 11.1 by @jdrouhard in #3314
|
||||
* Fix: Use string_view_literals to resolve issues #3287 and #3233 by @yalov in #3291
|
||||
* Fix: Added a lock to set_color_mode(..) in ansicolor_sink by @gabime in #3323
|
||||
* Fix: Corrected comment in daily_file_sink by @F1F88 in #3249
|
||||
* Fix: Compatibility with fmtlib 11.1.1 by @yachoor in #3331
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 00:33:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add 0001-fix-update-to_string_view-function-for-fmt-11.1-3301.patch
|
||||
to cope with fmt 11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 19:49:23 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Updated spdlog to 1.15.0
|
||||
|
||||
- Release notes 1.15.0:
|
||||
* Update bundled fmt to 11.0.2 by @gabime in #3236
|
||||
* Add wide character formatting and output support to console in wincolor_sink. by @DominikGrabiec in #3092
|
||||
* Allow customization of syslog_sink by @Silex in #3124
|
||||
* make example compatible with fmt 11 by @ziyao233 in #3130
|
||||
* Fix building with FMT_ENFORCE_COMPILE_STRING by @AJIOB in #3137
|
||||
* fix: set /Zc:__cplusplus and /MP to MSVC only by @zjyhjqs in #3139
|
||||
* V1.x : fixed "suggest override" errors for gcc 8.5 and gcc 9.1 by @esmirno in #3158
|
||||
* Add info about max_files in the docstrings of hourly/daily file sinks by @themightyoarfish in #3170
|
||||
* use std::lock_guard instead of std::unique_lock by @wsehjk in #3179
|
||||
* fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS by @Allen-20180115 in #3184
|
||||
* Update mdc.h error message by @gabime in #3185
|
||||
* [docs] Update conan install command in README by @uilianries in #3172
|
||||
* Update CMakeLists.txt, Fix spelling errors by @zgzhengSEU in #3193
|
||||
* Fix warning - extra ';' for -Wextra-semi by @hydai in #3198
|
||||
* Improve Cross-Platform Build Instructions in Documentation by @Mq-b in #3229
|
||||
* Exchange promise for condition_variable when flushing (fixes #3221) by @Oipo in #3228
|
||||
* Ensure flush callback gets called in move-assign operator by @Oipo in #3232
|
||||
* Make flush async again in async logger to prevent crashes and hangs by @gabime in #3235
|
||||
* Update README.md by @gabime in #3240
|
||||
* utf8_to_wstrbuf now handles invalid utf8 sequences by @captainurist in #3244 and #3245
|
||||
* Added tsan option to CMake and CI by @gabime in #3237 and #3247 /pull/3244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 18:36:24 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
@@ -19,8 +100,8 @@ Tue Jun 11 07:47:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix build for leap by pulling gcc 13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 15:11:30 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- update fmt dependency to verrsion 10.0
|
||||
|
12
spdlog.spec
12
spdlog.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spdlog
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: spdlog
|
||||
%define lname libspdlog1_14
|
||||
%define sover 1.14
|
||||
Version: 1.14.1
|
||||
%define lname libspdlog1_15
|
||||
%define sover 1.15
|
||||
Version: 1.15.3
|
||||
Release: 0
|
||||
Summary: C++ logging library
|
||||
License: MIT
|
||||
@@ -100,9 +100,7 @@ v="$PWD/spdlog.sym"
|
||||
export LD_LIBRARY_PATH="$PWD/build"
|
||||
%ctest
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
|
||||
size 270896
|
BIN
v1.15.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.15.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user