Accepting request 331017 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/331017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2015-09-15 18:50:46 +00:00
committed by Git OBS Bridge
parent ff9babc570
commit a0d9a0f1b7
5 changed files with 71 additions and 9 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Sep 15 08:52:31 UTC 2015 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
2015-09-11 0.32 pjacklam
CHANGES
* Add changes from version 0.30 to 0.31.
* Re-order change entries to decreasing order after version number.
inc/Module/Install.pm
* Update bundled version from 1.08 to 1.16.
lib/Math/BigInt/FastCalc.pm
* Increase version number to 0.32
* Update author information.
Makefile.PL
* Required version of Math::BigInt and Math::BigInt::Calc is 1.999701.
t/01load.t
* Display more information about loaded modules.
t/bigfltpm.inc
* Sync tests with Math-BigInt distribution.
t/bigfltpm.t
* Adjust number of tests.
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
t/bigintpm.inc
* Fix spelling errors.
t/bigintpm.t
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
* Adjust number of tests.
t/mbimbf.t
* Make sure we test Math::BigInt::FastCalc, not Math::BigInt::Calc.
t/*.t
* Add "use warnings" to test scripts, since Perl 5.6.2 is required anyway,
and "use warnings" was introduced in Perl 5.6.1.
* Modified test scripts so the difference between the test files in the
Math-BigInt distribution and the backend distributions are as few and as
small as possible. This makes for easier release management.
-------------------------------------------------------------------
Tue Apr 14 17:41:30 UTC 2015 - coolo@suse.com