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:           Mon Aug 24 08:44:56 UTC 2020

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
spdlog: update to 1.7.0.

* Support for using external fmt version 7.x (bundled version is 6.2.1). Thanks @candrews .(22bee81).
* Fixed to_hex segmentation fault (#1611, 19f2804). Thanks @vitaut, @xvitaly, @kekePower and @lgbaldoni.
* Support for FMT_STRING compile time checking. Thanks @Tridacnid (30ee690).
* Fixed shared library building failure on Windows with non MSVC. Thanks @podsvirov (fe97a03).
* Fixed mingw testcase. Thanks @podsvirov (075dcee).
* Clean CMakeLists.txt. Thanks @Pospelove (cf55e5d).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/spdlog/Makefile \
    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.2 pkgsrc/devel/spdlog/Makefile:1.3
--- pkgsrc/devel/spdlog/Makefile:1.2    Fri Jun  5 11:22:44 2020
+++ pkgsrc/devel/spdlog/Makefile        Mon Aug 24 08:44:56 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/06/05 11:22:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/24 08:44:56 wiz Exp $
 
-DISTNAME=              spdlog-1.6.1
+DISTNAME=              spdlog-1.7.0
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_PROJECT=                spdlog
Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.2 pkgsrc/devel/spdlog/distinfo:1.3
--- pkgsrc/devel/spdlog/distinfo:1.2    Fri Jun  5 11:22:44 2020
+++ pkgsrc/devel/spdlog/distinfo        Mon Aug 24 08:44:56 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/05 11:22:44 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2020/08/24 08:44:56 wiz Exp $
 
-SHA1 (spdlog-1.6.1.tar.gz) = dad49a321f313dd6d9d09b64694f01d76af13432
-RMD160 (spdlog-1.6.1.tar.gz) = 5c218c33a8b295969b4fc771d4a3632c341509ef
-SHA512 (spdlog-1.6.1.tar.gz) = 1e15e7710744212240d79897af8c3bde14fe3b745a1377643d18dc0038f18fc7582236ff21836d3eae2c75cf1f4820ca4c642c5c3f63f9ae138289aa4d00e22e
-Size (spdlog-1.6.1.tar.gz) = 285531 bytes
+SHA1 (spdlog-1.7.0.tar.gz) = e938ebb30b258bcbb4e55a02388c415bad35d8c4
+RMD160 (spdlog-1.7.0.tar.gz) = 79862d275eefbd078b79a62da870e9351cde3920
+SHA512 (spdlog-1.7.0.tar.gz) = e15d461ac7a6d3d3186fe4283e4fbaf56b2ce3011babf892e3b2d3dbdd7e999a861f1f6f67a9d88a5cf488a440add087ea78e96131f49b52ed6c7815a972799a
+Size (spdlog-1.7.0.tar.gz) = 285615 bytes



Home | Main Index | Thread Index | Old Index