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:           Sun Nov 10 19:57:54 UTC 2024

Modified Files:
        pkgsrc/devel/spdlog: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/spdlog/patches: patch-example_example.cpp

Log Message:
spdlog: updated to 1.15.0

1.15.0

Update bundled fmt to 11.0.2
Add wide character formatting and output support to console in wincolor_sink.
Allow customization of syslog_sink
make example compatible with fmt 11
Fix building with FMT_ENFORCE_COMPILE_STRING
fix: set /Zc:__cplusplus and /MP to MSVC only
V1.x : fixed "suggest override" errors for gcc 8.5 and gcc 9.1
Add info about max_files in the docstrings of hourly/daily file sinks
use std::lock_guard instead of std::unique_lock
fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS
Update mdc.h error message
[docs] Update conan install command in README
Update CMakeLists.txt, Fix spelling errors
Fix warning - extra ';' for -Wextra-semi
Improve Cross-Platform Build Instructions in Documentation
Exchange promise for condition_variable when flushing (fixes #3221)
Ensure flush callback gets called in move-assign operator
Make flush async again in async logger to prevent crashes and hangs
Update README.md
utf8_to_wstrbuf now handles invalid utf8 sequences
Added tsan option to CMake and CI


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/spdlog/buildlink3.mk
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/spdlog/patches/patch-example_example.cpp

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.24 pkgsrc/devel/spdlog/Makefile:1.25
--- pkgsrc/devel/spdlog/Makefile:1.24   Sun Aug 25 06:18:38 2024
+++ pkgsrc/devel/spdlog/Makefile        Sun Nov 10 19:57:53 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/08/25 06:18:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/11/10 19:57:53 adam Exp $
 
-DISTNAME=      spdlog-1.14.1
-PKGREVISION=   1
+DISTNAME=      spdlog-1.15.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,13 +10,12 @@ HOMEPAGE=   https://github.com/gabime/spdl
 COMMENT=       Fast C++ logging library
 LICENSE=       mit
 
-USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_CXX_FEATURES=      c++11 put_time
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config
 CMAKE_CONFIGURE_ARGS+= -DSPDLOG_BUILD_SHARED=ON
 CMAKE_CONFIGURE_ARGS+= -DSPDLOG_FMT_EXTERNAL=ON
 
-USE_CXX_FEATURES+=     c++11 put_time
-
 PKGCONFIG_OVERRIDE+=   cmake/spdlog.pc.in
 
 LDFLAGS.SunOS+=                -lsocket

Index: pkgsrc/devel/spdlog/buildlink3.mk
diff -u pkgsrc/devel/spdlog/buildlink3.mk:1.9 pkgsrc/devel/spdlog/buildlink3.mk:1.10
--- pkgsrc/devel/spdlog/buildlink3.mk:1.9       Tue Jul 16 10:02:01 2024
+++ pkgsrc/devel/spdlog/buildlink3.mk   Sun Nov 10 19:57:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2024/07/16 10:02:01 prlw1 Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2024/11/10 19:57:53 adam Exp $
 
 BUILDLINK_TREE+=       spdlog
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        spdlog
 SPDLOG_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.spdlog+= spdlog>=1.8.5nb1
-BUILDLINK_ABI_DEPENDS.spdlog?= spdlog>=1.14.1nb1
+BUILDLINK_ABI_DEPENDS.spdlog+= spdlog>=1.14.1nb1
 BUILDLINK_PKGSRCDIR.spdlog?=   ../../devel/spdlog
 
 # Support the use of SPDLOG_FMT_EXTERNAL.

Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.19 pkgsrc/devel/spdlog/distinfo:1.20
--- pkgsrc/devel/spdlog/distinfo:1.19   Wed Jul 10 20:50:57 2024
+++ pkgsrc/devel/spdlog/distinfo        Sun Nov 10 19:57:53 2024
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.19 2024/07/10 20:50:57 wiz Exp $
+$NetBSD: distinfo,v 1.20 2024/11/10 19:57:53 adam Exp $
 
-BLAKE2s (spdlog-1.14.1.tar.gz) = adbf3367de9a7e3962ff6d60fb54ff1da692d346d6d1420b28f236fe5d39748a
-SHA512 (spdlog-1.14.1.tar.gz) = d8f36a3d65a43d8c64900e46137827aadb05559948b2f5a389bea16ed1bfac07d113ee11cf47970913298d6c37400355fe6895cda8fa6dcf6abd9da0d8f199e9
-Size (spdlog-1.14.1.tar.gz) = 270896 bytes
+BLAKE2s (spdlog-1.15.0.tar.gz) = d0c6576303a65066af746b2f0b0ecef666c28e744eb8caf3e421d952fc239ca1
+SHA512 (spdlog-1.15.0.tar.gz) = 3dd98409f4625ae4d46ef5f59a2fc22a6e151a13dba9d37433363e5d84eab7cca73b379eeb637d8f9b1f0f5a42221c0cc9a2a70414dc2b6af6a162e19fba0647
+Size (spdlog-1.15.0.tar.gz) = 276012 bytes
 SHA1 (patch-CMakeLists.txt) = 558c2e168aba82b3a1b442eb756e1fd23213d2fd
-SHA1 (patch-example_example.cpp) = a6d542a4cd20aca8748629d07825cecad6ffee8f
 SHA1 (patch-include_spdlog_tweakme.h) = 0e3f16aaf013535331a11be523dd731503c12717



Home | Main Index | Thread Index | Old Index