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:           Mon Jan  5 18:20:47 UTC 2026

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
spdlog: updated to 1.17.0

1.17.0

Bump bundled {fmt} library to 12.1.0
Fix the %z formatter (UTC offset):
Windows: Replaced implementation for better accuracy and speed (~2.5x)
FreeBSD: Fixed incorrect implementation
Fixed issue where the offset was not displaying as +00:00 when the formatter was configured to show UTC time.
Removed unreliable fallback for Unix systems lacking tm_gmtoff. If compilation fails on such platforms, use SPDLOG_NO_TZ_OFFSET=ON (%z will display +??:?? instead of compilation error).
Set CMAKE_BUILD_TYPE only in top-level project
Change access scope for ANSI target_file_ from private to protected
Fix UWP detection
Fix include <fcntl.h> in tcp_client.h to avoid compilation failures
Tests: Fix unit tests to respect default level names
Docs: Fix misleading comment in blocking_queue header
Fix sign-compare warning
Fix sign conversion warnings in qt_sinks.h


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.25 -r1.26 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.30 pkgsrc/devel/spdlog/Makefile:1.31
--- pkgsrc/devel/spdlog/Makefile:1.30   Sun Oct 12 16:52:18 2025
+++ pkgsrc/devel/spdlog/Makefile        Mon Jan  5 18:20:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/10/12 16:52:18 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/01/05 18:20:47 adam Exp $
 
-DISTNAME=      spdlog-1.16.0
+DISTNAME=      spdlog-1.17.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.25 pkgsrc/devel/spdlog/distinfo:1.26
--- pkgsrc/devel/spdlog/distinfo:1.25   Sun Oct 12 16:52:18 2025
+++ pkgsrc/devel/spdlog/distinfo        Mon Jan  5 18:20:47 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2025/10/12 16:52:18 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/01/05 18:20:47 adam Exp $
 
-BLAKE2s (spdlog-1.16.0.tar.gz) = 37a38ce5bb30a1c745f29e94d9e244d22a3b8a8a53fb877c77b99c55b4ca002c
-SHA512 (spdlog-1.16.0.tar.gz) = 3c330162201fb405a08040327e08bc3f90336f431b8865d250e1cf171e48eb8a07a0245a8f60118022869de1ee38209b14da76bf6bcc2ec3da60f1853adaf958
-Size (spdlog-1.16.0.tar.gz) = 280382 bytes
+BLAKE2s (spdlog-1.17.0.tar.gz) = c3eb8080cd7b93997428610362c43277570974edc3d4cda79ef7c3659ee6f16f
+SHA512 (spdlog-1.17.0.tar.gz) = 8df117055d19ff21c9c9951881c7bdf27cc0866ea3a4aa0614b2c3939cedceab94ac9abaa63dc4312b51562b27d708cb2f014c68c603fd1c1051d3ed5c1c3087
+Size (spdlog-1.17.0.tar.gz) = 281801 bytes
 SHA1 (patch-CMakeLists.txt) = 3a8487ad4613817fa88eafd7a4a56e286aac0619
 SHA1 (patch-include_spdlog_tweakme.h) = 0e3f16aaf013535331a11be523dd731503c12717



Home | Main Index | Thread Index | Old Index