pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/spdlog



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 11 18:36:48 UTC 2022

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/spdlog/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/spdlog/Makefile
diff -u pkgsrc/devel/spdlog/Makefile:1.11 pkgsrc/devel/spdlog/Makefile:1.12
--- pkgsrc/devel/spdlog/Makefile:1.11   Mon Oct 10 12:46:32 2022
+++ pkgsrc/devel/spdlog/Makefile        Fri Nov 11 18:36:47 2022
@@ -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}

Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.10 pkgsrc/devel/spdlog/distinfo:1.11
--- pkgsrc/devel/spdlog/distinfo:1.10   Wed Apr 20 20:42:45 2022
+++ pkgsrc/devel/spdlog/distinfo        Fri Nov 11 18:36:47 2022
@@ -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