pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/spdlog spdlog: update to 1.8.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2f6cf9c65a7
branches:  trunk
changeset: 444273:c2f6cf9c65a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 12:03:24 2021 +0000

description:
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.

diffstat:

 devel/spdlog/Makefile |   4 ++--
 devel/spdlog/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 49b84ee722d8 -r c2f6cf9c65a7 devel/spdlog/Makefile
--- a/devel/spdlog/Makefile     Mon Jan 04 12:01:53 2021 +0000
+++ b/devel/spdlog/Makefile     Mon Jan 04 12:03:24 2021 +0000
@@ -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
diff -r 49b84ee722d8 -r c2f6cf9c65a7 devel/spdlog/distinfo
--- a/devel/spdlog/distinfo     Mon Jan 04 12:01:53 2021 +0000
+++ b/devel/spdlog/distinfo     Mon Jan 04 12:03:24 2021 +0000
@@ -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