Commit Graph

58 Commits

Author SHA1 Message Date
Paul Howarth
af8d6cf985 Clean up for building --with author_tests 2018-04-18 09:56:52 +01:00
Jitka Plesnikova
4667ce7a2a 1.6005 bump 2018-04-18 10:03:16 +02:00
Fedora Release Engineering
33859f991c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 22:41:29 +00:00
Fedora Release Engineering
88702f5359 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 05:27:26 +00:00
Fedora Release Engineering
75ec7affa2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 04:51:51 +00:00
Petr Písař
29950025bb perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 15:15:13 +02:00
Jitka Plesnikova
8fc4c98df8 Perl 5.26 rebuild 2017-06-05 01:34:52 +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
Petr Písař
dded427376 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:27:07 +02:00
Jitka Plesnikova
7ee126ad02 Perl 5.24 rebuild 2016-05-15 14:59:33 +02: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
75ddd70628 Fix FTBFS due to missing buildreq perl-devel
- Fix FTBFS due to missing buildreq perl-devel
- Simplify find command using -empty and -delete
- Drop redundant Group: tag
2016-04-21 10:36:34 +01:00
Fedora Release Engineering
8b4b28db1c - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 14:32:22 +00: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
Dennis Gilmore
9792cead43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 04:20:25 +00:00
Jitka Plesnikova
cde95e8b03 Perl 5.22 rebuild 2015-06-05 15:29:08 +02:00
Jitka Plesnikova
23f7994b1c Fixed test scripts for Perl 5.22 (CPAN RT#96113) 2015-06-03 15:37:48 +02: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
85329dcd2e Perl 5.20 rebuild 2014-08-28 01:01:56 +02:00
Peter Robinson
79dcdf43f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 16:49:59 +00:00
Dennis Gilmore
7c33ebab82 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 01:46:54 -05:00
Dennis Gilmore
cc17cc96a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 18:08:36 -05:00
Petr Písař
6bcf2fd9b8 Perl 5.18 rebuild 2013-07-19 04:59:03 +02:00
Dennis Gilmore
7e942afa13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 07:30:04 -06:00
Dennis Gilmore
319e2d2705 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 11:56:10 -05:00
Jitka Plesnikova
ffc4714039 Update to 1.37 2012-06-13 17:02:41 +02:00
Petr Písař
720ce0a3ea Perl 5.16 rebuild 2012-06-12 17:10:06 +02:00
Dennis Gilmore
f84f3d4df5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 09:56:46 -06:00
Marcela Mašláňová
a291db4f33 rebuild with new gmp 2011-10-12 06:21:20 +02:00
Marcela Mašláňová
dda14efe54 Perl mass rebuild 2011-06-20 15:50:13 +02:00
Iain Arnell
f1aaf61b69 update to 1.36 2011-06-18 01:53:46 +02:00
Dennis Gilmore
5cae9e38ec - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 20:58:58 -06: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
Marcela Mašláňová
d030d60cce - 661697 rebuild for fixing problems with vendorach/lib 2010-12-20 19:39:51 +01:00
Fedora Release Engineering
65106a4f40 dist-git conversion 2010-07-29 07:16:34 +00:00