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: wiz
Date: Sun Oct 12 16:52:18 UTC 2025
Modified Files:
pkgsrc/devel/spdlog: Makefile distinfo
pkgsrc/devel/spdlog/patches: patch-CMakeLists.txt
Log Message:
spdlog: update to 1.16.0.
Bump bundled {fmt} library to 12.0.0
Use std::getenv #3414 by @kfeng123 in #3415
Remove unnecessary and inconsistent "final" from color sinks by @vadz in #3430
Fix ringbuffer sink for zero buffer size by @gabime in #3436
Add option to override CMAKE_DEBUG_POSTFIX by @joshuachp in #3433
Update README.md by @yalov in #3437
Added timeout for TCP calls such as connect, send, recv by @LowLevelLore in #3432
Run tests in the order they are declared by @xvitaly in #3451
Remove the fileapi.h include in os-inl.h by @MasonAngelio in #3444
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt
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.29 pkgsrc/devel/spdlog/Makefile:1.30
--- pkgsrc/devel/spdlog/Makefile:1.29 Sun Sep 21 18:15:05 2025
+++ pkgsrc/devel/spdlog/Makefile Sun Oct 12 16:52:18 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/09/21 18:15:05 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/10/12 16:52:18 wiz Exp $
-DISTNAME= spdlog-1.15.3
-PKGREVISION= 1
+DISTNAME= spdlog-1.16.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.24 pkgsrc/devel/spdlog/distinfo:1.25
--- pkgsrc/devel/spdlog/distinfo:1.24 Fri May 9 13:53:25 2025
+++ pkgsrc/devel/spdlog/distinfo Sun Oct 12 16:52:18 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2025/05/09 13:53:25 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/10/12 16:52:18 wiz Exp $
-BLAKE2s (spdlog-1.15.3.tar.gz) = afab5b9090cac5b770b09ba85c5ff93caa884f2efd82dd5becc1b2a7e39d8620
-SHA512 (spdlog-1.15.3.tar.gz) = 21c35f4091850ea3a0cd6a24867e06e943df70d76cd5a7ec0b15a33e0e9e0cc3584ed7930e1ac6f347e7e06f0e002d0e759884eaf05310014e24ea0e0419fcc4
-Size (spdlog-1.15.3.tar.gz) = 277691 bytes
-SHA1 (patch-CMakeLists.txt) = 514112da35473884d49464162d85c36b31330714
+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
+SHA1 (patch-CMakeLists.txt) = 3a8487ad4613817fa88eafd7a4a56e286aac0619
SHA1 (patch-include_spdlog_tweakme.h) = 0e3f16aaf013535331a11be523dd731503c12717
Index: pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt
diff -u pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.4 pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.5
--- pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.4 Fri May 9 13:53:25 2025
+++ pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt Sun Oct 12 16:52:18 2025
@@ -1,16 +1,16 @@
-$NetBSD: patch-CMakeLists.txt,v 1.4 2025/05/09 13:53:25 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.5 2025/10/12 16:52:18 wiz Exp $
* Fix shared library name.
Do not create libspdlog.so.1.11 symlink.
---- CMakeLists.txt.orig 2025-05-09 05:55:57.000000000 +0000
+--- CMakeLists.txt.orig 2025-10-11 12:53:05.000000000 +0000
+++ CMakeLists.txt
-@@ -190,7 +190,7 @@ target_link_libraries(spdlog PUBLIC Thre
+@@ -193,7 +193,7 @@ target_link_libraries(spdlog PUBLIC Thre
spdlog_enable_warnings(spdlog)
set_target_properties(spdlog PROPERTIES VERSION ${SPDLOG_VERSION} SOVERSION
- ${SPDLOG_VERSION_MAJOR}.${SPDLOG_VERSION_MINOR})
+ ${SPDLOG_VERSION_MAJOR})
- set_target_properties(spdlog PROPERTIES DEBUG_POSTFIX d)
+ set_target_properties(spdlog PROPERTIES DEBUG_POSTFIX ${SPDLOG_DEBUG_POSTFIX})
if(COMMAND target_precompile_headers AND SPDLOG_ENABLE_PCH)
Home |
Main Index |
Thread Index |
Old Index