9
0

Accepting request 921750 from devel:languages:perl:autoupdate

- updated to 1.999824
   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
  1.999824 2021-09-20
   * Don't allow mixing math libraries. Use the first backend math library that is
     successfully loaded, and ignore any further attempts at loading a different
     backend library. This is a solution to the re-occurring problem of using
     objects using different math libraries.
   * Add missing documentation.
   * Miscellaneous minor improvements.

OBS-URL: https://build.opensuse.org/request/show/921750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=75
This commit is contained in:
2021-09-27 15:58:28 +00:00
committed by Git OBS Bridge
parent ec3aca933f
commit d783ea9a8b
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 22 03:06:37 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.999824
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
1.999824 2021-09-20
* Don't allow mixing math libraries. Use the first backend math library that is
successfully loaded, and ignore any further attempts at loading a different
backend library. This is a solution to the re-occurring problem of using
objects using different math libraries.
* Add missing documentation.
* Miscellaneous minor improvements.
-------------------------------------------------------------------
Tue Jul 13 03:07:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>