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 Jan  4 12:03:24 UTC 2021

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
spdlog: update to 1.8.2.

    Bump fmt to version 7.1.3
    Download automatically googlebenchmark for bench tests (#1709) Thanks @kitattyor.
    Add CPack debian package settings (#1712) and fix typo in comment (#1711). Thanks @ChristofKaufmann.
    Perfect forwarding fmt arguments (#1726). Thanks @dkavolis.
    Fix dup_filter_sink to log current log call's level, instead of the filtered log call's level (#1710). Thanks @Tridacnid for reporting.
    Ability to get size of messages queue of async thread pool (#1735) Thanks @o2gy84.
    Add missing include (#1742). Thanks @jwittbrodt.
    Updated bin_to_hex example in the readme (#1744). Thanks @ArnaudBienner.
    Fix async periodic flush test (#1749). Thanks @bluescarni.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/spdlog/Makefile:1.5
--- pkgsrc/devel/spdlog/Makefile:1.4    Tue Oct  6 09:25:26 2020
+++ pkgsrc/devel/spdlog/Makefile        Mon Jan  4 12:03:24 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/10/06 09:25:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/04 12:03:24 wiz Exp $
 
-DISTNAME=              spdlog-1.8.1
+DISTNAME=              spdlog-1.8.2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_PROJECT=                spdlog
Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.4 pkgsrc/devel/spdlog/distinfo:1.5
--- pkgsrc/devel/spdlog/distinfo:1.4    Tue Oct  6 09:25:26 2020
+++ pkgsrc/devel/spdlog/distinfo        Mon Jan  4 12:03:24 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/10/06 09:25:26 wiz Exp $
+$NetBSD: distinfo,v 1.5 2021/01/04 12:03:24 wiz Exp $
 
-SHA1 (spdlog-1.8.1.tar.gz) = a0fe45cfb77cb4201e9a0e40325c1792dd434a28
-RMD160 (spdlog-1.8.1.tar.gz) = 6113fba7c9ad6efbf7d302a367f20d20cd030f44
-SHA512 (spdlog-1.8.1.tar.gz) = ef855f4f91ed8aba89ef0191a9fd70f73a49567332f7eb42da1604e3a7dda3bbe48db3fd0fae317bb11ee95315d8cd62bf586d2de919ca0978d91e5a971b1c3f
-Size (spdlog-1.8.1.tar.gz) = 293528 bytes
+SHA1 (spdlog-1.8.2.tar.gz) = 4437f350ca7fa89a0cd8faca1198afb36823f775
+RMD160 (spdlog-1.8.2.tar.gz) = db24b8bc46c2cfcfb76c71c8040f32f884d0ffbf
+SHA512 (spdlog-1.8.2.tar.gz) = 7a0a2353a10187cc314253b366fc46be8f9fe2480d2cbac3a96a8e6825ee4b62b0a5ebb3add2b22b5d7ca8fe6dddd963926603e5296e3431c0a4f7ac42beda7f
+Size (spdlog-1.8.2.tar.gz) = 319010 bytes



Home | Main Index | Thread Index | Old Index