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 May  9 13:53:25 UTC 2025

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

Log Message:
spdlog: updated to 1.15.3

1.15.3

Bumped bundled {fmt} library to 11.2.0
Fixed incorrect behavior in dup_filter_sink when reporting skipped messages
Fixed MSVC C4530 warning when exceptions are disabled
Added support for modifying max-size and max-files in rotating_file_sink after creation
Added spdlog::register_or_replace(new_logger) to safely replace existing loggers in the registry
Fixed broken links to the wiki and local references


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/spdlog/distinfo
cvs rdiff -u -r1.3 -r1.4 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.27 pkgsrc/devel/spdlog/Makefile:1.28
--- pkgsrc/devel/spdlog/Makefile:1.27   Mon Mar 31 09:44:18 2025
+++ pkgsrc/devel/spdlog/Makefile        Fri May  9 13:53:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/03/31 09:44:18 adam Exp $
+# $NetBSD: Makefile,v 1.28 2025/05/09 13:53:25 adam Exp $
 
-DISTNAME=      spdlog-1.15.2
+DISTNAME=      spdlog-1.15.3
 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.23 pkgsrc/devel/spdlog/distinfo:1.24
--- pkgsrc/devel/spdlog/distinfo:1.23   Mon Mar 31 09:44:18 2025
+++ pkgsrc/devel/spdlog/distinfo        Fri May  9 13:53:25 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2025/03/31 09:44:18 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/05/09 13:53:25 adam Exp $
 
-BLAKE2s (spdlog-1.15.2.tar.gz) = 46a2d8f8d00d630add82e56ce5d7836f3a6efc06712afee5b57520539f324968
-SHA512 (spdlog-1.15.2.tar.gz) = 4e86d79dea4f08b9e4755ada7c9395e03246d00cdc11df8951d32b5f5e823fec103091d11154f32b261a29574784b761efb32477ec6385ffdb2069413e2c91a0
-Size (spdlog-1.15.2.tar.gz) = 275744 bytes
-SHA1 (patch-CMakeLists.txt) = 8dc34f866de225fba7897dc18fdf6dae75a28a51
+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
 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.3 pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt:1.3        Sat Feb  1 18:26:12 2025
+++ pkgsrc/devel/spdlog/patches/patch-CMakeLists.txt    Fri May  9 13:53:25 2025
@@ -1,16 +1,16 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2025/02/01 18:26:12 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2025/05/09 13:53:25 adam Exp $
 
 * Fix shared library name.
   Do not create libspdlog.so.1.11 symlink.
 
---- CMakeLists.txt.orig        2025-02-01 11:08:54.000000000 +0000
+--- CMakeLists.txt.orig        2025-05-09 05:55:57.000000000 +0000
 +++ CMakeLists.txt
-@@ -191,7 +191,7 @@ target_link_libraries(spdlog PUBLIC Thre
+@@ -190,7 +190,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