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 E9BB71A9239 for ; Tue, 9 Nov 2021 14:36:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 13A3085059; Tue, 9 Nov 2021 14:36:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E09984E87 for ; Tue, 9 Nov 2021 14:36: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 vI2GsU-QTNSo for ; Tue, 9 Nov 2021 14:36:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C009184D5F for ; Tue, 9 Nov 2021 14:36:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9DEBFAEC; Tue, 9 Nov 2021 14:36:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16364685961060" MIME-Version: 1.0 Date: Tue, 9 Nov 2021 14:36:36 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-support To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211109143636.B9DEBFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16364685961060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Nov 9 14:36:36 UTC 2021 Modified Files: pkgsrc/devel/ruby-rspec-support: Makefile distinfo Log Message: devel/ruby-rspec-support: update to 3.10.3 3.10.3 (2021-11-03) Bug Fixes: * Use Mutex#owned? to allow RSpec::Support::ReentrantMutex to work in nested Fibers on Ruby 3.0 and later. (Benoit Daloze, #503, #504) * Support end-less methods in RSpec::Support::Source::Token so that RSpec won't hang when an end-less method raises an error. (Yuji Nakayama, #505) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-rspec-support/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-support/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16364685961060 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-support/Makefile diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.14 pkgsrc/devel/ruby-rspec-support/Makefile:1.15 --- pkgsrc/devel/ruby-rspec-support/Makefile:1.14 Wed Feb 3 14:15:47 2021 +++ pkgsrc/devel/ruby-rspec-support/Makefile Tue Nov 9 14:36:36 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/02/03 14:15:47 taca Exp $ +# $NetBSD: Makefile,v 1.15 2021/11/09 14:36:36 taca Exp $ -DISTNAME= rspec-support-3.10.2 +DISTNAME= rspec-support-3.10.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rspec-support/distinfo diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.17 pkgsrc/devel/ruby-rspec-support/distinfo:1.18 --- pkgsrc/devel/ruby-rspec-support/distinfo:1.17 Tue Oct 26 10:19:47 2021 +++ pkgsrc/devel/ruby-rspec-support/distinfo Tue Nov 9 14:36:36 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:19:47 nia Exp $ +$NetBSD: distinfo,v 1.18 2021/11/09 14:36:36 taca Exp $ -BLAKE2s (rspec-support-3.10.2.gem) = b49464c200eb8c817547143c73bc281353a8dc3f916ea0faff784698bcea8966 -SHA512 (rspec-support-3.10.2.gem) = c8825dbf8fc5f044de65400fb3f4d6f4d9352167b40caef904afecdc12ae1e4156590a20f222cf841887549d59a88a057bd503759147cf8ec4ddd05679732e1f -Size (rspec-support-3.10.2.gem) = 38912 bytes +BLAKE2s (rspec-support-3.10.3.gem) = 2259cd65588f8b55bbbaa982cfe65f34818cbc6495bded0288e871a23a8cfeb6 +SHA512 (rspec-support-3.10.3.gem) = edeaf7d77472446fd126b851621ae7a54923e56d64c8ca34a99a9b87c53f8548a06edad86f04c7719a3cd781d9fdd9b7d2c519c084c9579df8c549b191d1c16d +Size (rspec-support-3.10.3.gem) = 39424 bytes --_----------=_16364685961060--