pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/spdlog spdlog: updated to 1.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fd281c1c301
branches:  trunk
changeset: 387998:1fd281c1c301
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 11 18:36:47 2022 +0000

description:
spdlog: updated to 1.11.0

Version 1.11.0
Update to fmt lib version 9.1.0.
Fix template instantiation warning.
Event handlers improvements.
Allow modifying the used Android buffer ID.
Fix clone in async test.
Custom formatting optimization.
Fix C++14 builds for gcc 4.x.
Add minor version to CMake's SOVERSION
Allow compilation with FMT_ENFORCE_COMPILE_STRING.
Fix pkg-config generation.
Remove unused code from null_mutex.
Fix redundant std::move.
Remove the empty file if in first period in hourly logger.
Add reset_overrun_counter() function to the async logging
Set C++20 in CMake when SPDLOG_USE_STD_FORMAT option is turned on.
Fix mingw test.
Support for any std::chrono::duration type in flush_every(..).
Fix implicit casting of level_enum.
Comment fix.
Fix gcc 4.x build.
Add openSUSE installation instructions.
Fixed missing include file in stopwatch.h.
Support for omitting source info by defining SPDLOG_NO_SOURCE_LOC.
Added SPDLOG_BUILD_PIC build option to CMake.
Fix include windows.h.
Workaround gcc 12 warnings.
Migrate to Github Actions CI.
Replace iterator difference with std::distance
Export targets file to build directory at configure time.
MongoDB sink improvements.
Fix shadow warning in dist_sink.
Fixed msvc warning C4800 in win_eventlog_sink
Check IsDebuggerPresent() in msvc_sink before doing actual work. To use old behavior pass false to the msvc_sink constructor.

diffstat:

 devel/spdlog/Makefile |  5 ++---
 devel/spdlog/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 0dae369b58fb -r 1fd281c1c301 devel/spdlog/Makefile
--- a/devel/spdlog/Makefile     Fri Nov 11 17:36:39 2022 +0000
+++ b/devel/spdlog/Makefile     Fri Nov 11 18:36:47 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/10/10 12:46:32 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/11/11 18:36:47 adam Exp $
 
-DISTNAME=      spdlog-1.10.0
-PKGREVISION=   1
+DISTNAME=      spdlog-1.11.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 0dae369b58fb -r 1fd281c1c301 devel/spdlog/distinfo
--- a/devel/spdlog/distinfo     Fri Nov 11 17:36:39 2022 +0000
+++ b/devel/spdlog/distinfo     Fri Nov 11 18:36:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/20 20:42:45 wiz Exp $
+$NetBSD: distinfo,v 1.11 2022/11/11 18:36:47 adam Exp $
 
-BLAKE2s (spdlog-1.10.0.tar.gz) = db4f6fbb3b292cf812cbf0dd0ed6a082f423b8f139aa7b57a7f544820db4bc61
-SHA512 (spdlog-1.10.0.tar.gz) = e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666
-Size (spdlog-1.10.0.tar.gz) = 368651 bytes
+BLAKE2s (spdlog-1.11.0.tar.gz) = b6fdf69002f5591045e8377fc02a20da4090676d786d9348cc5ed2404f26fc03
+SHA512 (spdlog-1.11.0.tar.gz) = 210f3135c7af3ec774ef9a5c77254ce172a44e2fa720bf590e1c9214782bf5c8140ff683403a85b585868bc308286fbdeb1c988e4ed1eb3c75975254ffe75412
+Size (spdlog-1.11.0.tar.gz) = 373033 bytes



Home | Main Index | Thread Index | Old Index