SHA256
1
0
forked from pool/spdlog

Compare commits

..

8 Commits

Author SHA256 Message Date
Ana Guerrero
84091548dd Accepting request 1242938 from devel:libraries:c_c++
- Removed Patch 0001-fix-update-to_string_view-function-for-fmt-11.1-3301.patch as it is included in 1.15.1.
- 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

OBS-URL: https://build.opensuse.org/request/show/1242938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=40
2025-02-04 17:10:50 +00:00
Bernd Ritter
0d210ffff3 Modified changelog by adding dash line.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=116
2025-02-03 23:18:34 +00:00
Bernd Ritter
5a87c30ab6 - Removed Patch 0001-fix-update-to_string_view-function-for-fmt-11.1-3301.patch as it is included in 1.15.1.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=115
2025-02-02 15:35:09 +00:00
Bernd Ritter
68567892bd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=114
2025-02-01 14:43:24 +00:00
Ana Guerrero
90a1c8f071 Accepting request 1233567 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1233567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=39
2024-12-29 10:55:42 +00:00
Bernd Ritter
c4d558650f - Add 0001-fix-update-to_string_view-function-for-fmt-11.1-3301.patch
to cope with fmt 11.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=112
2024-12-27 14:15:28 +00:00
Ana Guerrero
845919e0fc Accepting request 1225648 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1225648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=38
2024-11-22 22:50:40 +00:00
Bernd Ritter
3cf1b68832 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=110
2024-11-21 19:52:08 +00:00
5 changed files with 71 additions and 11 deletions

View File

@ -1 +1 @@
libspdlog1_14
libspdlog1_15

View File

@ -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>

View File

@ -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.1
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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc
size 275521