forked from pool/perl-Math-BigInt
Accepting request 447586 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/447586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=58
This commit is contained in:
committed by
Git OBS Bridge
parent
94ed37f017
commit
f73483d108
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b62b2fcfeed5ef42d375778e4ec3b469cab0002b5dc247906dc99f5786fa1fc
|
|
||||||
size 2814121
|
|
3
Math-BigInt-1.999807.tar.gz
Normal file
3
Math-BigInt-1.999807.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e71b067384a409761d44410f9e7d7a943a3a6e48696e7a571f48e00ca5a2bcf3
|
||||||
|
size 2902853
|
@@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 24 06:39:31 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.999807
|
||||||
|
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
|
||||||
|
|
||||||
|
2016-12-23 v1.999807 pjacklam
|
||||||
|
|
||||||
|
* Add a message to Makefile.PL recommending upgrade if old libraries are
|
||||||
|
installed. This message is more or less equivalent to the one appearing in
|
||||||
|
Math-BigInt up until v1.997.
|
||||||
|
|
||||||
|
* Improve the documentation (POD) in Math::BigInt::Lib.
|
||||||
|
|
||||||
|
* Speed up _sqrt() and _root() in Math::BigInt::Lib.
|
||||||
|
|
||||||
|
* Remove checking for exception cases (cases that would return +Inf, -Inf, or
|
||||||
|
NaN) in Math::BigInt::Lib. It has been documented for a long time that such
|
||||||
|
checking should be done by the caller.
|
||||||
|
|
||||||
|
* Add library methods _to_bin(), _to_oct(), _to_hex(), which are equivalent to
|
||||||
|
the _as_bin(), _as_oct(), and _as_hex() methods respectively, except that
|
||||||
|
the _to_*() methods don't use a prefix in the output. This removes the need
|
||||||
|
for the frequent removal of the various prefixes. Now each _as_*() method
|
||||||
|
calls the equivalent _to_*() method, adds a prefix, and returns the output.
|
||||||
|
The _to_*() methods are faster than the equivalent _as_*() methods were.
|
||||||
|
|
||||||
|
* Add author test files for the methods _to_bin(), _to_oct(), and _to_hex().
|
||||||
|
|
||||||
|
* Add library method _to_bytes(). The method _as_bytes() would have been
|
||||||
|
called _to_bytes() if I had thought of it earlier. The method _as_bytes() is
|
||||||
|
now just an alias to _to_bytes(). The _to_bytes() method also fixes a bug
|
||||||
|
that was present in the _as_bytes() method. (CPAN RT #119346).
|
||||||
|
|
||||||
|
* Add author test files for the method _to_bytes().
|
||||||
|
|
||||||
|
* Add more tests for library methods _inc() and _dec(). When trying to bring
|
||||||
|
the Math::BigInt::BitVect library back to life I realized that the test
|
||||||
|
suite didn't catch certain errors in _inc() and _dec().
|
||||||
|
|
||||||
|
* Die if trying to use as_bytes() or from_bytes() with a backend library that
|
||||||
|
doesn't support the corresponding library methods.
|
||||||
|
|
||||||
|
* Correct minor errors in the output messages in the test files.
|
||||||
|
|
||||||
|
* Improve/correct various comments in the source code.
|
||||||
|
|
||||||
|
* More diagnostic output is displayed by the author test files if the
|
||||||
|
AUTHOR_DEBUGGING environment variable is set.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 14 06:46:38 UTC 2016 - coolo@suse.com
|
Wed Dec 14 06:46:38 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
Version: 1.999806
|
Version: 1.999807
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Math-BigInt
|
%define cpan_name Math-BigInt
|
||||||
Summary: Arbitrary size integer/float math package
|
Summary: Arbitrary size integer/float math package
|
||||||
|
Reference in New Issue
Block a user