forked from pool/perl-Math-BigInt
Accepting request 979962 from devel:languages:perl:autoupdate
- updated to 1.999835 see /usr/share/doc/packages/perl-Math-BigInt/CHANGES 1.999835 2022-05-24 * Fix bug related to upgrading in Math::BigInt->brsft(). This bug only showed up in Perl versions 5.16 and older. 1.999834 2022-05-23 * Further improvements to upgrading and downgrading. 1.999833 2022-05-23 * Fix Math::BigFloat->bpi(). The previous attempt at correcting it wasn't sufficient. Added test to verify the fix. * Correct the formatting in the CHANGES file. 1.999832 2022-05-21 * Improve as_int(), as_float(), and as_rat() so that they return a Math::BigInt, Math::BigFloat, and Math::BigRat, respectivly, regardless of upgrading and downgrading. * Improve stringification method bsstr() so that it handles upgrading and downgrading better. * Fix Math::BigFloat->bpi(), which unfortunately didn't handle downgrading. * Avoid unnecessary downgrading/upgrading. * Add missed cases where downgrading/upgrading should be performed. * Avoid unnecessary stringification. OBS-URL: https://build.opensuse.org/request/show/979962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=82
This commit is contained in:
committed by
Git OBS Bridge
parent
72a663ff41
commit
c7a8bc0fc3
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 03:08:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.999835
|
||||
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
|
||||
|
||||
1.999835 2022-05-24
|
||||
* Fix bug related to upgrading in Math::BigInt->brsft(). This bug
|
||||
only showed up in Perl versions 5.16 and older.
|
||||
1.999834 2022-05-23
|
||||
* Further improvements to upgrading and downgrading.
|
||||
1.999833 2022-05-23
|
||||
* Fix Math::BigFloat->bpi(). The previous attempt at correcting it
|
||||
wasn't sufficient. Added test to verify the fix.
|
||||
* Correct the formatting in the CHANGES file.
|
||||
1.999832 2022-05-21
|
||||
* Improve as_int(), as_float(), and as_rat() so that they return a
|
||||
Math::BigInt, Math::BigFloat, and Math::BigRat, respectivly,
|
||||
regardless of upgrading and downgrading.
|
||||
* Improve stringification method bsstr() so that it handles upgrading
|
||||
and downgrading better.
|
||||
* Fix Math::BigFloat->bpi(), which unfortunately didn't handle
|
||||
downgrading.
|
||||
* Avoid unnecessary downgrading/upgrading.
|
||||
* Add missed cases where downgrading/upgrading should be performed.
|
||||
* Avoid unnecessary stringification.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 03:06:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user