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:           Tue Apr 30 18:09:10 UTC 2024

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
spdlog: updated to 1.14.1

Version 1.14.1

Fixed compatibility issue between c++17 and c++11
Fixed creating folders under windows when full path with drive letter is given
Added mdc sample. Note: mdc is not supported in async loggers.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.17 -r1.18 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.21 pkgsrc/devel/spdlog/Makefile:1.22
--- pkgsrc/devel/spdlog/Makefile:1.21   Fri Apr 26 17:20:24 2024
+++ pkgsrc/devel/spdlog/Makefile        Tue Apr 30 18:09:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/04/26 17:20:24 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/04/30 18:09:09 adam Exp $
 
-DISTNAME=      spdlog-1.14.0
+DISTNAME=      spdlog-1.14.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.17 pkgsrc/devel/spdlog/distinfo:1.18
--- pkgsrc/devel/spdlog/distinfo:1.17   Fri Apr 26 17:20:24 2024
+++ pkgsrc/devel/spdlog/distinfo        Tue Apr 30 18:09:10 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2024/04/26 17:20:24 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/04/30 18:09:10 adam Exp $
 
-BLAKE2s (spdlog-1.14.0.tar.gz) = b8f4e001a4318f1b581398ff7c22337a250b3342a7b70c9f51076aa62e192699
-SHA512 (spdlog-1.14.0.tar.gz) = 801a059901fbc3d79b63ecc8495c8198db0fdaf842ff79aa35e94027330219def22c3cb3d724d0f0e9573790a393de688d9445621f12417bb642568b93ce46d7
-Size (spdlog-1.14.0.tar.gz) = 270013 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 558c2e168aba82b3a1b442eb756e1fd23213d2fd
 SHA1 (patch-include_spdlog_tweakme.h) = 0e3f16aaf013535331a11be523dd731503c12717



Home | Main Index | Thread Index | Old Index