9
0

Accepting request 647199 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=68
This commit is contained in:
2018-11-08 15:22:11 +00:00
committed by Git OBS Bridge
parent 05596acb63
commit f0bd3e7627
4 changed files with 40 additions and 8 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Nov 8 06:33:06 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.999816
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
1.999816 2018-10-26
* bnok() for Math::BigInt and Math::BigFloat now support the full Kronenburg
extension. The behaviour is identical to the behaviour of the Maple and
Mathematica function for negative integers n, k. Add tests. This closes CPAN
RT #95628.
* Fix POD errors. This closes CPAN RT #125141.
1.999815 2018-10-19
* Move bitwise operators signed and, signed or, and signed xor from
lib/Math/BigInt/CalcEmu.pm into lib/Math/BigInt/Lib.pm. The file
lib/Math/BigInt/CalcEmu.pm is no longer needed and thus removed.
1.999814 2018-10-01
* Add to_base() and from_base() to Math::BigInt and corresponding library
methods _to_base() and _from_base() to Math::BigInt::Lib. This was inspired
by CPAN RT #122681.
* Fix Makefile.PL to reflect that Test::More is only needed for testing, not
for building.
* In the documentation for each of the to_(bin|hex|oct|bytes) methods, add a
reference to the corresponding from_(bin|hex|oct|bytes) method.
-------------------------------------------------------------------
Sat Apr 21 05:31:55 UTC 2018 - coolo@suse.com