pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-BigInt p5-Math-BigInt: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec2ba1b23a3d
branches:  trunk
changeset: 307162:ec2ba1b23a3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 02 12:29:22 2018 +0000
description:
p5-Math-BigInt: update to 1.999813.

1.999813 2018-04-18

 * Fix CPAN RT #125108. Remove test files try.pl, t/author-bpi-big-mbf.t, and
   t/release-unused-vars.t, which were included in the 1.999812 distribution by
   accident.

1.999812 2018-04-17

 * Fix CPAN RT #120351 regarding bpow(). Add test.

 * Fix CPAN RT #120717 regarding tests now that '.' is not in @INC by default.

 * Fix CPAN RT #122756 regarding testing for 64 bit integer support.

 * Fix case when both accuracy and precision are set, resulting in a NaN. This
   closes CPAN RT #124790.

 * Fix typo in one of the change log entries for version 1.999811.

 * Clearify documentation of rounding modes.

 * Update the documentation of configuration parameters.

 * Fix rounding and accuracy in bpi(). Extra digits in intermediate computation
   were not used, causing the last digits to be inaccurate. In addition, the
   rounding was incorrect in some cases.

 * Use config() as a method, rather than a function. Also use config("xyz")
   rather than config()->{xyz}.

 * Correct more of the problems with rounding in the constructors. If rounding
   arguments are given as arguments to the constructor, the constructor should
   assign those values to the instance. If no rounding arguments are given, and
   the constructor is called as a class method, the class rounding variables
   should be assigned to the instance. Added test file
   t/author-constructors-a-p-r.t to replace t/author-constructors-a-p.t, but
   lots of tests are failing and (for now) commented out.

 * Remove statements used for debugging.

 * Fix typos.

 * Cleaner log/exp-related code in Math::BigFloat.

 * Remove unused variables.

 * Add test file t/release-portability.t.

 * Add test file t/release-whitespaces.t.

 * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
   t/release-pod-coverage.t.

 * Reformat CHANGES to match the specification in CPAN::Changes::Spec and
   CPAN::Meta::Spec.

 * Expand tabs to spaces and clean up whitepace.

 * Include tests that were previously commented out.

 * Use $LIB as the variable name for backend math library.

 * Import "carp" and "croak" from the Carp module.

 * Math::BigInt isa Exporter, so Math::BigInt should require Exporter.
   Math::BigFloat has Math::BigInt in @ISA, so it doesn't need to require
   Exporter.

 * Don't load Test::More when it isn't really needed. This speeds up processing
   of author test files when they are skipped.

diffstat:

 math/p5-Math-BigInt/Makefile |   5 ++---
 math/p5-Math-BigInt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 059cd75c2124 -r ec2ba1b23a3d math/p5-Math-BigInt/Makefile
--- a/math/p5-Math-BigInt/Makefile      Wed May 02 12:25:23 2018 +0000
+++ b/math/p5-Math-BigInt/Makefile      Wed May 02 12:29:22 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:24:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2018/05/02 12:29:22 wiz Exp $
 
-DISTNAME=              Math-BigInt-1.999811
+DISTNAME=              Math-BigInt-1.999813
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            math perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Math/}
 
diff -r 059cd75c2124 -r ec2ba1b23a3d math/p5-Math-BigInt/distinfo
--- a/math/p5-Math-BigInt/distinfo      Wed May 02 12:25:23 2018 +0000
+++ b/math/p5-Math-BigInt/distinfo      Wed May 02 12:29:22 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/05/13 00:52:04 wen Exp $
+$NetBSD: distinfo,v 1.7 2018/05/02 12:29:22 wiz Exp $
 
-SHA1 (Math-BigInt-1.999811.tar.gz) = 42fd2271c1cb29c36ee3662429c649ac5a159d46
-RMD160 (Math-BigInt-1.999811.tar.gz) = 076305b93f279e70c51161dd672900163cbc848a
-SHA512 (Math-BigInt-1.999811.tar.gz) = 2b9e524911c04cc0396702deae9f87091d075ce815ec3687f2071eb94f33f01f4a47ec28f57711083cfc3ce77f419c348dfce2866a567f054ab77ee4fc7f494f
-Size (Math-BigInt-1.999811.tar.gz) = 2896145 bytes
+SHA1 (Math-BigInt-1.999813.tar.gz) = f1f67651948948f239a68c2212bdbb0ac3025093
+RMD160 (Math-BigInt-1.999813.tar.gz) = 50bf2c684ad03f9de406463818c45a3d142f7477
+SHA512 (Math-BigInt-1.999813.tar.gz) = 089e95bcc9a2110215cd4d1aa9b576545aeecb7c0e31ef7754abaa65a9e10f7bce4525461cca7d02fff8e010112dac91817e37bf5de465e4454786df952cb966
+Size (Math-BigInt-1.999813.tar.gz) = 2926381 bytes



Home | Main Index | Thread Index | Old Index