pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-BigInt



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.

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



Home | Main Index | Thread Index | Old Index