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:           Sat Feb  1 18:26:12 UTC 2025

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo
        pkgsrc/devel/spdlog/patches: patch-CMakeLists.txt
Removed Files:
        pkgsrc/devel/spdlog/patches: patch-include_spdlog_common.h

Log Message:
spdlog: updated to 1.15.1

1.15.1

Update bundled fmt version to 11.1.3
Use fwrite_unlocked() if available
On-demand truncation for basic file sinks
Allow manual rotation of rotating_file_sink
Make null_sink final
Fix: Add explicit fmt:: and std:: to avoid ambiguous calls
Fix: Pass /utf-8 only when the compiler is MSVC
Fix: Support bin_to_hex() when using std::format
Support custom environment variables for load_env_levels
Fix: Added a lock to rotate_now()
Fix: Update to_string_view function for fmt 11.1
Fix: Remove unused to_string_view overload in fmt >= 11.1
Fix: Use string_view_literals to resolve issues
Fix: Added a lock to set_color_mode(..) in ansicolor_sink
Fix: Corrected comment in daily_file_sink
Fix: Compatibility with fmtlib 11.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/devel/spdlog/patches/patch-include_spdlog_common.h

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.25 pkgsrc/devel/spdlog/Makefile:1.26
--- pkgsrc/devel/spdlog/Makefile:1.25   Sun Nov 10 19:57:53 2024
+++ pkgsrc/devel/spdlog/Makefile        Sat Feb  1 18:26:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/11/10 19:57:53 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/02/01 18:26:12 adam Exp $
 
-DISTNAME=      spdlog-1.15.0
+DISTNAME=      spdlog-1.15.1
 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.21 pkgsrc/devel/spdlog/distinfo:1.22
--- pkgsrc/devel/spdlog/distinfo:1.21   Mon Dec 30 02:08:55 2024
+++ pkgsrc/devel/spdlog/distinfo        Sat Feb  1 18:26:12 2025
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.21 2024/12/30 02:08:55 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2025/02/01 18:26:12 adam Exp $
 
-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-include_spdlog_common.h) = 9f459fea25807ab6336af15531c95e5acd432d19
+BLAKE2s (spdlog-1.15.1.tar.gz) = 42545c5ca191ed780700775ddbb6528e572e043670d2fcaac5dad306230c638d
+SHA512 (spdlog-1.15.1.tar.gz) = d6575b5cd53638345078a1c6a886293892359a07ee6de45e23d0c805bb33f59350f33060bce38824e09ce84525b575acdae7b94fc6e82191f5fd576f6c9252b2
+Size (spdlog-1.15.1.tar.gz) = 275521 bytes
+SHA1 (patch-CMakeLists.txt) = 8dc34f866de225fba7897dc18fdf6dae75a28a51
 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.2 pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.2        Tue Jul 18 04:59:01 2023
+++ pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt    Sat Feb  1 18:26:12 2025
@@ -1,16 +1,16 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2023/07/18 04:59:01 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2025/02/01 18:26:12 adam Exp $
 
 * Fix shared library name.
   Do not create libspdlog.so.1.11 symlink.
 
---- CMakeLists.txt.orig        2023-07-08 14:12:25.000000000 +0000
+--- CMakeLists.txt.orig        2025-02-01 11:08:54.000000000 +0000
 +++ CMakeLists.txt
-@@ -186,7 +186,7 @@ target_link_libraries(spdlog PUBLIC Thre
+@@ -191,7 +191,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})
+-        ${SPDLOG_VERSION_MAJOR}.${SPDLOG_VERSION_MINOR})
++        ${SPDLOG_VERSION_MAJOR})
  set_target_properties(spdlog PROPERTIES DEBUG_POSTFIX d)
  
- if(COMMAND target_precompile_headers AND SPDLOG_ENABLE_PCH)
+ if (COMMAND target_precompile_headers AND SPDLOG_ENABLE_PCH)



Home | Main Index | Thread Index | Old Index