8
0

Accepting request 977720 from devel:languages:perl:autoupdate

- updated to 1.999831
   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
  1.999831 2022-05-16
   * Further improvements to upgrading, downgrading, and rounding.
   * New stringification method bfstr() for representing numbers as fractions.
     E.g., Math::BigFloat -> new("1.25") -> bfstr() returns "5/4".
   * Miscellaneous bug fixes.
   * Fixed errors and typos in the documentation.

OBS-URL: https://build.opensuse.org/request/show/977720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=80
This commit is contained in:
Lars Vogdt
2022-05-20 08:34:08 +00:00
committed by Git OBS Bridge
parent 65bf931410
commit 72a663ff41
4 changed files with 17 additions and 4 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 17 03:06:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.999831
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
1.999831 2022-05-16
* Further improvements to upgrading, downgrading, and rounding.
* New stringification method bfstr() for representing numbers as fractions.
E.g., Math::BigFloat -> new("1.25") -> bfstr() returns "5/4".
* Miscellaneous bug fixes.
* Fixed errors and typos in the documentation.
-------------------------------------------------------------------
Wed Apr 13 03:07:41 UTC 2022 - Tina Müller <timueller+perl@suse.de>