Received: by mail.netbsd.org (Postfix, from userid 605) id 3E17D84D39; Tue, 2 Aug 2022 05:36:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7652184D0C for ; Tue, 2 Aug 2022 05:36:14 +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 jTBAD2zPxOTc for ; Tue, 2 Aug 2022 05:36:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4E6784CE2 for ; Tue, 2 Aug 2022 05:36:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A111FFB1A; Tue, 2 Aug 2022 05:35:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659418557174310" MIME-Version: 1.0 Date: Tue, 2 Aug 2022 05:35:57 +0000 From: "Adrian Steinmann" Subject: CVS commit: pkgsrc/math/p5-Math-BigInt To: pkgsrc-changes@NetBSD.org Reply-To: ast@netbsd.org X-Mailer: log_accum Message-Id: <20220802053557.A111FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659418557174310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ast Date: Tue Aug 2 05:35:57 UTC 2022 Modified Files: pkgsrc/math/p5-Math-BigInt: Makefile distinfo Log Message: PR category/123 math/p5-Math-BigInt: update to 1.999837 (from 1.999827) * Improve compatibility with older versions of the Math-BigRat distribution. * Re-enable upgrading in Math::BigFloat->bdiv(). * Improvements to upgrading, downgrading, and rounding: . Fix bug related to upgrading in Math::BigInt->brsft() in Perl <= 5.16. . Fix Math::BigFloat->bpi(). . Improve as_int(), as_float(), and as_rat(). * Improve methods div_scale() and round_mode() so they work better with subclasses. This fixes CPAN RT #125430. * Make div_scale() accept a Math::Big(Int|Float|Rat) object as input. This fixes CPAN RT #140599. * Add new methods numerator(), denominator(), and fparts(). * Fix bug in to_ieee754(). Avoid that the significand overflows. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/p5-Math-BigInt/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/p5-Math-BigInt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659418557174310 Content-Disposition: inline Content-Length: 1607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-BigInt/Makefile diff -u pkgsrc/math/p5-Math-BigInt/Makefile:1.19 pkgsrc/math/p5-Math-BigInt/Makefile:1.20 --- pkgsrc/math/p5-Math-BigInt/Makefile:1.19 Tue Jun 28 11:34:39 2022 +++ pkgsrc/math/p5-Math-BigInt/Makefile Tue Aug 2 05:35:57 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/06/28 11:34:39 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/08/02 05:35:57 ast Exp $ -DISTNAME= Math-BigInt-1.999827 +DISTNAME= Math-BigInt-1.999837 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= math perl5 Index: pkgsrc/math/p5-Math-BigInt/distinfo diff -u pkgsrc/math/p5-Math-BigInt/distinfo:1.14 pkgsrc/math/p5-Math-BigInt/distinfo:1.15 --- pkgsrc/math/p5-Math-BigInt/distinfo:1.14 Fri Nov 12 04:27:16 2021 +++ pkgsrc/math/p5-Math-BigInt/distinfo Tue Aug 2 05:35:57 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/11/12 04:27:16 wen Exp $ +$NetBSD: distinfo,v 1.15 2022/08/02 05:35:57 ast Exp $ -BLAKE2s (Math-BigInt-1.999827.tar.gz) = f043e36acc0cd2ffaa7315acb1f3c49c628b9c171ae4c0c4fb1f3a5b59e6e6d4 -SHA512 (Math-BigInt-1.999827.tar.gz) = 3cb3ced93f0185a5929c3f5e9b9626b095eb7ce0c954ef253ba8016ff1cf5f3ea309787fde607f8461b17eab17c8ee6eb0debed77fe6ff0082e5d332fd697811 -Size (Math-BigInt-1.999827.tar.gz) = 3072323 bytes +BLAKE2s (Math-BigInt-1.999837.tar.gz) = f26f54b7166aecd58a6a19c321b4bc2ca20bd0baefba812091494c945db6e14e +SHA512 (Math-BigInt-1.999837.tar.gz) = b548c94ab94fd835ec10924702208ddcf9c9fea401c852937f84421727b7bcb7fc02ffa38b677a8b472ba8039eec2e94f08ffc6199c0e59ff87654d7719610d1 +Size (Math-BigInt-1.999837.tar.gz) = 2869976 bytes --_----------=_1659418557174310--