Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 39E991A923A for ; Tue, 6 Oct 2020 09:25:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AAB6A84D7A; Tue, 6 Oct 2020 09:25:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31E4C84D66 for ; Tue, 6 Oct 2020 09:25:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id m1rd_YyYKU1Z for ; Tue, 6 Oct 2020 09:25:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E33784D37 for ; Tue, 6 Oct 2020 09:25:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81289FB28; Tue, 6 Oct 2020 09:25:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601976326198460" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 09:25:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/spdlog To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201006092526.81289FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601976326198460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 6 09:25:26 UTC 2020 Modified Files: pkgsrc/devel/spdlog: Makefile PLIST distinfo Log Message: spdlog: update to 1.8.1. 1.8.1 Fixed load_env_levels() and load_argv_levels() #1680 (thanks @Tridacnid ). Fixed stdout sink that produced extra carriage returns on Windows #1675 (thanks @chris-t-w ). Fixed msvc_sink including windows.h #1667 (thanks @Ryan-rsm-McKenzie). Fixed stopwatch's clock to use chrono::steady_clock #1676 (thanks @SuperWig). Added support for Rcpp (R cpp compiler) #1685 (thanks @eddelbuettel). 1.8.0 Upgraded bundled fmt to version 7.0.3. New stopwatch utility for quick & easy logging of elapsed time. Raised CMake requirement to 3.10 and cleanup CMakeLists.txt (#1624). Thanks @tambry. Added get_level() and should_log() functions to the spdlog:: namespace (#1628). Thanks @eyalroz. Fixed tcp_client for macOS (#1640). Thanks @dkruempe. Fixed cfg::load_env_levels() function declaration (#1651). Thanks @bareya. Updated Fedora install info in the readme (#1653). Thanks @gk6k6k. Fixed #1617 (aligned function pattern flag is broken). Thanks @VelocityRa for reporting. Fixed #1581 (compiling under msys in win10). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/spdlog/Makefile \ pkgsrc/devel/spdlog/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/spdlog/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601976326198460 Content-Disposition: inline Content-Length: 3010 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/spdlog/Makefile diff -u pkgsrc/devel/spdlog/Makefile:1.3 pkgsrc/devel/spdlog/Makefile:1.4 --- pkgsrc/devel/spdlog/Makefile:1.3 Mon Aug 24 08:44:56 2020 +++ pkgsrc/devel/spdlog/Makefile Tue Oct 6 09:25:26 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/08/24 08:44:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/10/06 09:25:26 wiz Exp $ -DISTNAME= spdlog-1.7.0 +DISTNAME= spdlog-1.8.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=gabime/} GITHUB_PROJECT= spdlog Index: pkgsrc/devel/spdlog/distinfo diff -u pkgsrc/devel/spdlog/distinfo:1.3 pkgsrc/devel/spdlog/distinfo:1.4 --- pkgsrc/devel/spdlog/distinfo:1.3 Mon Aug 24 08:44:56 2020 +++ pkgsrc/devel/spdlog/distinfo Tue Oct 6 09:25:26 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/08/24 08:44:56 wiz Exp $ +$NetBSD: distinfo,v 1.4 2020/10/06 09:25:26 wiz Exp $ -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 +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 Index: pkgsrc/devel/spdlog/PLIST diff -u pkgsrc/devel/spdlog/PLIST:1.2 pkgsrc/devel/spdlog/PLIST:1.3 --- pkgsrc/devel/spdlog/PLIST:1.2 Fri Jun 5 11:22:44 2020 +++ pkgsrc/devel/spdlog/PLIST Tue Oct 6 09:25:26 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/05 11:22:44 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/10/06 09:25:26 wiz Exp $ include/spdlog/async.h include/spdlog/async_logger-inl.h include/spdlog/async_logger.h @@ -6,7 +6,6 @@ include/spdlog/cfg/argv.h include/spdlog/cfg/env.h include/spdlog/cfg/helpers-inl.h include/spdlog/cfg/helpers.h -include/spdlog/cfg/log_levels.h include/spdlog/common-inl.h include/spdlog/common.h include/spdlog/details/backtracer-inl.h @@ -43,10 +42,12 @@ include/spdlog/fmt/bundled/core.h include/spdlog/fmt/bundled/format-inl.h include/spdlog/fmt/bundled/format.h include/spdlog/fmt/bundled/locale.h +include/spdlog/fmt/bundled/os.h include/spdlog/fmt/bundled/ostream.h include/spdlog/fmt/bundled/posix.h include/spdlog/fmt/bundled/printf.h include/spdlog/fmt/bundled/ranges.h +include/spdlog/fmt/chrono.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h include/spdlog/formatter.h @@ -85,6 +86,7 @@ include/spdlog/sinks/wincolor_sink-inl.h include/spdlog/sinks/wincolor_sink.h include/spdlog/spdlog-inl.h include/spdlog/spdlog.h +include/spdlog/stopwatch.h include/spdlog/tweakme.h include/spdlog/version.h lib/cmake/spdlog/spdlogConfig.cmake --_----------=_1601976326198460--