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 EB6A41A923A for ; Tue, 6 Oct 2020 09:25:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8ECC684D7E; Tue, 6 Oct 2020 09:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15F6684D66 for ; Tue, 6 Oct 2020 09:25:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c9PchXQGGrof for ; Tue, 6 Oct 2020 09:25:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 68A1684D37 for ; Tue, 6 Oct 2020 09:25:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6525DFB28; Tue, 6 Oct 2020 09:25:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601976336219420" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 09:25:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201006092536.6525DFB28@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. --_----------=_1601976336219420 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:36 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: doc: Updated devel/spdlog to 1.8.1 To generate a diff of this commit: cvs rdiff -u -r1.5660 -r1.5661 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.20119 -r1.20120 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601976336219420 Content-Disposition: inline Content-Length: 1263 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.5660 pkgsrc/doc/CHANGES-2020:1.5661 --- pkgsrc/doc/CHANGES-2020:1.5660 Tue Oct 6 05:43:54 2020 +++ pkgsrc/doc/CHANGES-2020 Tue Oct 6 09:25:35 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.5660 2020/10/06 05:43:54 adam Exp $ +$NetBSD: CHANGES-2020,v 1.5661 2020/10/06 09:25:35 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -8425,3 +8425,4 @@ Changes to the packages collection and i Updated www/py-h11 to 0.11.0 [adam 2020-10-06] Updated www/py-django-import-export to 2.4.0 [adam 2020-10-06] Updated net/py-responses to 0.12.0 [adam 2020-10-06] + Updated devel/spdlog to 1.8.1 [wiz 2020-10-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20119 pkgsrc/doc/TODO:1.20120 --- pkgsrc/doc/TODO:1.20119 Mon Oct 5 22:10:16 2020 +++ pkgsrc/doc/TODO Tue Oct 6 09:25:35 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20119 2020/10/05 22:10:16 mef Exp $ +$NetBSD: TODO,v 1.20120 2020/10/06 09:25:35 wiz Exp $ Suggested new packages ====================== @@ -1049,7 +1049,6 @@ For possible Perl packages updates, see o softhsm-2.0.0 o sparse-0.5.0 o spcaview-20060501 - o spdlog-1.8.1 o spl-1.0pre6 o sqlrelay-1.4.0 o squeak-5.0 --_----------=_1601976336219420--