Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 EF3D71A9239 for ; Tue, 25 Jan 2022 04:12:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 172B284D4E; Tue, 25 Jan 2022 04:12:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E7DB84D38 for ; Tue, 25 Jan 2022 04:12:42 +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 MrWQEiz-9NWm for ; Tue, 25 Jan 2022 04:12:41 +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 6AA0A84CDC for ; Tue, 25 Jan 2022 04:12:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 581D5FB24; Tue, 25 Jan 2022 04:12:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164308396166950" MIME-Version: 1.0 Date: Tue, 25 Jan 2022 04:12:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/spdlog To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220125041241.581D5FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164308396166950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Jan 25 04:12:41 UTC 2022 Modified Files: pkgsrc/devel/spdlog: Makefile PLIST distinfo Log Message: (devel/spdlog) Updated 1.8.5 to 1.9.2 (https://github.com/gabime/spdlog/releases/tag/v1.9.2) Version 1.9.2 Latest @gabime gabime released this Aug 13, 2021 175 commits to v1.x since this release v1.9.2 eb32206 Fixed clang compiler errors when using spdlog in c++20. Thanks @dkavolis (#2037, #2034). Fixed the Qt sinks to accurately trim the newline chars. Thanks @MadMax411 (#2015). Improved and simplified Qt sinks implementation. Thanks @mguludag (#2016, #2018). Fixed macro SPDLOG_LEVEL_NAME_xxx to always translate to the spdlog namespace. Thanks @ashley-b for reporting (#2022). Fixed typo in readme. Thanks @p-ranav (#2024). Fixed the MongoDB sink compilation in c++11. Thanks @jabartek (#2025). Fixed double include of same file in thread_pool.h . Thanks @hbwang15 (#2026). Ensure that the CMake exported package is relocatable. Thanks @daverigby (#2029). Remove std::distance usage for possible performance gain. Thanks @neheb (#2030). Support of inclusion of bin_to_hex.h in any order with spdlog.h. Thanks @dmerkushov (#2035). Fixed install instructions for "header only" dir. Thanks @madeso (#2036). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/spdlog/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/spdlog/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/spdlog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164308396166950 Content-Disposition: inline Content-Length: 3309 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.7 pkgsrc/devel/spdlog/Makefile:1.8 --- pkgsrc/devel/spdlog/Makefile:1.7 Tue Jan 18 14:17:22 2022 +++ pkgsrc/devel/spdlog/Makefile Tue Jan 25 04:12:41 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/01/18 14:17:22 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/25 04:12:41 mef Exp $ -DISTNAME= spdlog-1.8.5 -PKGREVISION= 1 +DISTNAME= spdlog-1.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=gabime/} GITHUB_PROJECT= spdlog Index: pkgsrc/devel/spdlog/PLIST diff -u pkgsrc/devel/spdlog/PLIST:1.5 pkgsrc/devel/spdlog/PLIST:1.6 --- pkgsrc/devel/spdlog/PLIST:1.5 Tue Jan 18 14:17:22 2022 +++ pkgsrc/devel/spdlog/PLIST Tue Jan 25 04:12:41 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/18 14:17:22 tnn Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/01/25 04:12:41 mef Exp $ include/spdlog/async.h include/spdlog/async_logger-inl.h include/spdlog/async_logger.h @@ -34,7 +34,7 @@ include/spdlog/details/thread_pool-inl.h include/spdlog/details/thread_pool.h include/spdlog/details/windows_include.h include/spdlog/fmt/bin_to_hex.h -include/spdlog/fmt/bundled/LICENSE.rst +include/spdlog/fmt/bundled/args.h include/spdlog/fmt/bundled/chrono.h include/spdlog/fmt/bundled/color.h include/spdlog/fmt/bundled/compile.h @@ -44,12 +44,14 @@ 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/bundled/xchar.h include/spdlog/fmt/chrono.h +include/spdlog/fmt/compile.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h +include/spdlog/fmt/xchar.h include/spdlog/formatter.h include/spdlog/fwd.h include/spdlog/logger-inl.h @@ -67,9 +69,11 @@ include/spdlog/sinks/daily_file_sink.h include/spdlog/sinks/dist_sink.h include/spdlog/sinks/dup_filter_sink.h include/spdlog/sinks/hourly_file_sink.h +include/spdlog/sinks/mongo_sink.h include/spdlog/sinks/msvc_sink.h include/spdlog/sinks/null_sink.h include/spdlog/sinks/ostream_sink.h +include/spdlog/sinks/qt_sinks.h include/spdlog/sinks/ringbuffer_sink.h include/spdlog/sinks/rotating_file_sink-inl.h include/spdlog/sinks/rotating_file_sink.h Index: pkgsrc/devel/spdlog/distinfo diff -u pkgsrc/devel/spdlog/distinfo:1.8 pkgsrc/devel/spdlog/distinfo:1.9 --- pkgsrc/devel/spdlog/distinfo:1.8 Tue Oct 26 10:19:56 2021 +++ pkgsrc/devel/spdlog/distinfo Tue Jan 25 04:12:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:19:56 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/01/25 04:12:41 mef Exp $ -BLAKE2s (spdlog-1.8.5.tar.gz) = 1c55f5c35dac97b8aa13f99e408cca68c063696b46dea8d043493d112e869aca -SHA512 (spdlog-1.8.5.tar.gz) = 77cc9df0c40bbdbfe1f3e5818dccf121918bfceac28f2608f39e5bf944968b7e8e24a6fc29f01bc58a9bae41b8892d49cfb59c196935ec9868884320b50f130c -Size (spdlog-1.8.5.tar.gz) = 321229 bytes +BLAKE2s (spdlog-1.9.2.tar.gz) = e5159d9133b1593bf0f192648778d1d5471b8310968091a3473c1de01927d30e +SHA512 (spdlog-1.9.2.tar.gz) = 87b12a792cf2d740ef29db4b6055788a487b6d474662b878711b8a5534efea5f0d97b6ac357834500b66cc65e1ba8934446a695e9691fd5d4b95397b6871555c +Size (spdlog-1.9.2.tar.gz) = 327799 bytes --_----------=_164308396166950--