8
0

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:
Lars Vogdt
2022-06-02 09:27:34 +00:00
committed by Git OBS Bridge
parent 72a663ff41
commit c7a8bc0fc3
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66b7d1c3268491db079e3aa385038dd93556596c0af4199d30a9ede633f1ae72
size 2863621

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18aad650e492474fd27a8c726c133c9387ee7420c53997df8b2c100920465d70
size 2867401

View File

@@ -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> Tue May 17 03:06:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Math-BigInt %define cpan_name Math-BigInt
Name: perl-Math-BigInt Name: perl-Math-BigInt
Version: 1.999831 Version: 1.999835
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Arbitrary size integer math package Summary: Arbitrary size integer math package