8
0

Accepting request 456370 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=61
This commit is contained in:
Stephan Kulow
2017-02-13 06:23:08 +00:00
committed by Git OBS Bridge
parent dfc305b9b4
commit 1b27162eff
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:279e7311f4ac0a00a61ffca2c3c508ba39a71b7510b4112af60979cf36d583c6
size 2883035

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49eb9b86b47d3fcf7b6a79000715a4b3d4f274a33e0080b17e8b48296213ff34
size 2895493

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Feb 11 06:04:38 UTC 2017 - coolo@suse.com
- updated to 1.999809
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
2017-02-10 v1.999809 pjacklam
* When a new method is added to Math::BigInt or Math::BigFloat, and this new
method requires a new backend library method, die with a suitable error
message if the installed backend library does not support this new method.
The error message says that the method requires a newer version of the
backend library.
* Fix typos in Math::BigFloat and Math::BigInt.
* Add bfib() and blucas() to Math::BigInt. They return Fibonacci and Lucas
numbers, respectively. The actual computation of the numbers is done by the
backend library. Documented both methods in POD. Add test files bfib-mbi.t
and blucas-mbi.t.
* Add _fib() and _lucas() to Math::BigInt::Lib. They return Fibonacci and
Lucas numbers, respectively. Document both methods in POD. Add test files
author-lib-arithmetic-unary-_fib.t and author-lib-arithmetic-unary-_lucas.t.
-------------------------------------------------------------------
Thu Jan 12 06:02:47 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt
Version: 1.999808
Version: 1.999809
Release: 0
%define cpan_name Math-BigInt
Summary: Arbitrary size integer/float math package