Commit Graph

25 Commits

Author SHA1 Message Date
Jitka Plesnikova
4667ce7a2a 1.6005 bump 2018-04-18 10:03:16 +02:00
Jitka Plesnikova
7b49b4f052 1.6004 bump 2017-02-06 09:09:11 +01:00
Paul Howarth
950408f1b8 1.6003 bump 2017-01-12 08:31:39 +00:00
Jitka Plesnikova
ae18c6510e 1.6002 bump 2016-12-05 09:42:40 +01:00
Jitka Plesnikova
b8fdc48ff2 1.6001 bump 2016-11-25 10:35:56 +01:00
Paul Howarth
912ea68115 Update to 1.6000
- New upstream release 1.6000
  - Sync test files with Math-BigInt-1.999800
  - Update bundled Devel::CheckLib from v1.03 to v1.07
  - Math::BigInt::GMP is now a subclass of Math::BigInt::Lib, so remove pure
    Perl methods from Math::BigInt::GMP that are implemented in the superclass
    Math::BigInt::Lib; the methods removed are _digit(), _num(), _nok(), and
    _log_int() (the version of _log_int() implemented in Math::BigInt::GMP was
    buggy anyway)
  - Fix _check() so it doesn't give a "use of uninitialized value" warning if
    given an undefined "object"
  - Trim whitespace in all files
  - Better use of the functionality in Test::More in t/bigintg.t
- Add support for build --with author_tests
2016-11-18 10:59:25 +00:00
Paul Howarth
95a68b3e0d Update to 1.51
- New upstream release 1.51
  - Sync test files with Math-BigInt-1.999719
2016-04-26 08:28:44 +01:00
Paul Howarth
b60842a671 Update to 1.50
- New upstream release 1.50
  - Sync test files with Math-BigInt-1.999718
2016-04-22 13:53:36 +01:00
Paul Howarth
6acec19e97 Update to 1.49
- New upstream release 1.49
  - Sync test files with Math-BigInt-1.999714
2016-01-03 15:19:13 +00:00
Paul Howarth
297383fa56 Update to 1.48
- New upstream release 1.48
  - Sync test files with Math-BigInt-1.999713
2015-12-31 14:14:49 +00:00
Paul Howarth
19e0d7f06e Update to 1.47
- New upstream release 1.47
  - Fix problems with the new() method when Perl is compiled with support for
    64-bit integers, but on platforms when the underlying OS is 32-bit
    (CPAN RT#71548)
2015-12-15 10:07:26 +00:00
Paul Howarth
ec10668dbc Update to 1.46
- New upstream release 1.46
  - Add patch and new test file 't/mbi-from-big-scalar.t' regarding
    CPAN RT#103517
  - Fix spelling in GMP.xs ('modifing' → 'modifying')
  - Whitespace/formatting in t/bigintg.t to make it more readable and more in
    accordance with the 'perlstyle' manpage
2015-12-04 08:51:22 +00:00
Paul Howarth
2c28212b1f Update to 1.45
- New upstream release 1.45
  - Sync test files with Math-BigInt-1.999709
  - Required version of Test::More is 0.47
2015-11-09 12:15:43 +00:00
Paul Howarth
3b80f4beed Update to 1.44
- New upstream release 1.44
  - Sync test files with Math-BigInt-1.999707
  - Update the README file
  - Replace 'use vars ...' with 'our ...'; we require a Perl newer than 5.6.0
    anyway
  - Required version of Math-BigInt is now 1.999706
  - Add 'Test::More' to TEST_REQUIRES in Makefile.PL
  - Enable 'use warnings'; we require a Perl newer than 5.6.0 anyway
  - Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
    files like 'assertlibzxjE4WfG.exe' on Cygwin
2015-10-30 09:34:09 +00:00
Paul Howarth
dad6e7d7b6 Update to 1.43
- New upstream release 1.43
  - Sync test files with Math-BigInt-1.999703
  - Required version of Math-BigInt is now 1.999703
  - Update author information
2015-09-22 09:45:33 +01:00
Paul Howarth
7cfb7023d2 Update to 1.42
- New upstream release 1.42
  - Sync test files with Math-BigInt-1.999702
  - Required version of Math-BigInt is now 1.999702
2015-09-18 16:31:30 +01:00
Paul Howarth
cd9dded6e8 Update to 1.41
- New upstream release 1.41
  - Synced tests with the Math-BigInt distribution
- Bumped Math::BigInt version requirement to 1.999701
2015-09-14 13:58:37 +01:00
Paul Howarth
d5012c722d Update to 1.40
- New upstream release 1.40
  - Add changes for the newest release
  - Reorder change entries into descending chronological order
  - Update bundled Devel::CheckLib from v1.01 to v1.03
  - Update required version of Math-BigInt to 1.9994
  - Various test fixes to ensure correct backend is used
  - Rather than an early exit(), use skip() to skip tests
2015-08-19 09:42:35 +01:00
Paul Howarth
7ec6ff304e Update to 1.39
- New upstream release 1.39
  - Updated test files with those from Math-BigInt-1.9997
2015-08-18 09:35:45 +01:00
Paul Howarth
c0410dbf7c Update to 1.38
- New upstream release 1.38
  - Updated test files from the Math::BigInt distribution
  - Updated POD
  - Updated bundled Devel::CheckLib from v0.93 to v1.01
- Classify buildreqs by usage
- Use features from recent EU::MM since we need Math::BigInt ≥ 1.9993
- Always run the test suite
- Improve %summary and %description
- Use %license
- Make %files list more explicit
- Remove spurious exec permissions from text files
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
2014-11-13 10:52:22 +00:00
Jitka Plesnikova
ffc4714039 Update to 1.37 2012-06-13 17:02:41 +02:00
Iain Arnell
f1aaf61b69 update to 1.36 2011-06-18 01:53:46 +02:00
Steven Pritchard
273a0c4fa4 *** PLEASE NOTE ***
This release doesn't build.  I will look into the problem.  In the mean
time, I've reported it upstream.

  https://rt.cpan.org/Ticket/Display.html?id=64121

Changelog:
* Update to 1.32.
* Update Source0 URL.
* BR threads.
2010-12-21 17:15:26 -06:00
Steven Pritchard
e3cc51d285 Import. 2008-05-19 23:27:29 +00:00
Kevin Fenzi
61ba4ad571 Setup of module perl-Math-BigInt-GMP 2008-05-19 16:22:14 +00:00