forked from pool/spdlog
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
84091548dd | ||
|
0d210ffff3 | ||
|
5a87c30ab6 | ||
|
68567892bd | ||
|
90a1c8f071 | ||
|
c4d558650f | ||
|
845919e0fc | ||
|
3cf1b68832 |
@ -1 +1 @@
|
|||||||
libspdlog1_14
|
libspdlog1_15
|
||||||
|
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Jul 13 18:36:24 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||||
|
|
||||||
|
12
spdlog.spec
12
spdlog.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package spdlog
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: spdlog
|
Name: spdlog
|
||||||
%define lname libspdlog1_14
|
%define lname libspdlog1_15
|
||||||
%define sover 1.14
|
%define sover 1.15
|
||||||
Version: 1.14.1
|
Version: 1.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ logging library
|
Summary: C++ logging library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -100,9 +100,7 @@ v="$PWD/spdlog.sym"
|
|||||||
export LD_LIBRARY_PATH="$PWD/build"
|
export LD_LIBRARY_PATH="$PWD/build"
|
||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lname}
|
||||||
|
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
|
|
||||||
size 270896
|
|
3
v1.15.1.tar.gz
Normal file
3
v1.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc
|
||||||
|
size 275521
|
Loading…
x
Reference in New Issue
Block a user