Fri, 28 Jun 2024 07:05:17 UTC | login

Information for build perl-Math-BigInt-GMP-1.6005-4.fc29

ID64308
Package Nameperl-Math-BigInt-GMP
Version1.6005
Release4.fc29
Epoch
SummaryUse the GMP library for Math::BigInt routines
DescriptionProvides support for big integer calculations by means of the GMP library, as a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. Math::BigInt::GMP does not use Math::GMP, but provides its own XS layer to access the GMP library. This cuts out another (perl subroutine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Jul 2018 12:52:25 UTC
CompletedMon, 23 Jul 2018 14:01:29 UTC
Taskbuild (f29-candidate, perl-Math-BigInt-GMP-1.6005-4.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
perl-Math-BigInt-GMP-1.6005-4.fc29.src.rpm (info) (download)
riscv64
perl-Math-BigInt-GMP-1.6005-4.fc29.riscv64.rpm (info) (download)
perl-Math-BigInt-GMP-debuginfo-1.6005-4.fc29.riscv64.rpm (info) (download)
perl-Math-BigInt-GMP-debugsource-1.6005-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6005-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-3 - Perl 5.28 rebuild * Wed Apr 18 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1 - 1.6005 bump * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6004-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6004-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6004-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.6004-2 - Perl 5.26 rebuild * Mon Feb 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.6004-1 - 1.6004 bump * Thu Jan 12 2017 Paul Howarth <paul@city-fan.org> - 1.6003-1 - 1.6003 bump * Mon Dec 05 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6002-1 - 1.6002 bump * Fri Nov 25 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6001-1 - 1.6001 bump * Fri Nov 18 2016 Paul Howarth <paul@city-fan.org> - 1.6000-1 - Update to 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