From c7a8bc0fc3ffca96e76256d0cc95f5df0ecdf9cf233f0b2e0428eb8e81161a2a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 2 Jun 2022 09:27:34 +0000 Subject: [PATCH] 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 --- Math-BigInt-1.999831.tar.gz | 3 --- Math-BigInt-1.999835.tar.gz | 3 +++ perl-Math-BigInt.changes | 27 +++++++++++++++++++++++++++ perl-Math-BigInt.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Math-BigInt-1.999831.tar.gz create mode 100644 Math-BigInt-1.999835.tar.gz diff --git a/Math-BigInt-1.999831.tar.gz b/Math-BigInt-1.999831.tar.gz deleted file mode 100644 index c727bab..0000000 --- a/Math-BigInt-1.999831.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66b7d1c3268491db079e3aa385038dd93556596c0af4199d30a9ede633f1ae72 -size 2863621 diff --git a/Math-BigInt-1.999835.tar.gz b/Math-BigInt-1.999835.tar.gz new file mode 100644 index 0000000..4483618 --- /dev/null +++ b/Math-BigInt-1.999835.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aad650e492474fd27a8c726c133c9387ee7420c53997df8b2c100920465d70 +size 2867401 diff --git a/perl-Math-BigInt.changes b/perl-Math-BigInt.changes index 566ba05..40f35f7 100644 --- a/perl-Math-BigInt.changes +++ b/perl-Math-BigInt.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed May 25 03:08:02 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index a4e4685..9a8d27e 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -18,7 +18,7 @@ %define cpan_name Math-BigInt Name: perl-Math-BigInt -Version: 1.999831 +Version: 1.999835 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Arbitrary size integer math package