Sat, 23 Nov 2024 13:18:32 UTC | login

Information for build perl-Math-GMP-2.19-3.fc29

ID64313
Package Nameperl-Math-GMP
Version2.19
Release3.fc29
Epoch
SummaryHigh speed arbitrary size integer math
DescriptionMath::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result in speed improvements.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Jul 2018 12:52:27 UTC
CompletedMon, 23 Jul 2018 14:15:24 UTC
Taskbuild (f29-candidate, perl-Math-GMP-2.19-3.fc29.src.rpm)
Tags
f29
f30
RPMs
src
perl-Math-GMP-2.19-3.fc29.src.rpm (info) (download)
riscv64
perl-Math-GMP-2.19-3.fc29.riscv64.rpm (info) (download)
perl-Math-GMP-debuginfo-2.19-3.fc29.riscv64.rpm (info) (download)
perl-Math-GMP-debugsource-2.19-3.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> - 2.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.19-2 - Perl 5.28 rebuild * Sun Apr 08 2018 Paul Howarth <paul@city-fan.org> - 2.19-1 - Update to 2.19 - Fix int() on large unsigned integers (GH#2) * Sat Apr 07 2018 Paul Howarth <paul@city-fan.org> - 2.18-1 - Update to 2.18 - Depend on Alien::GMP to automatically install GMP when missing (CPAN RT#125018, GH#1) - Patch out usage of Alien::GMP, not needed in Fedora * Thu Apr 05 2018 Paul Howarth <paul@city-fan.org> - 2.17-1 - Update to 2.17 - Correct the link to the GitHub repository (CPAN RT#125018) * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Dec 19 2017 Paul Howarth <paul@city-fan.org> - 2.16-1 - Update to 2.16 - Fix behaviour under "use feature 'bitwise'" (CPAN RT#123907) * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 25 2017 Paul Howarth <paul@city-fan.org> - 2.15-1 - Update to 2.15 - Bump required perl version to 5.10.x - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Paul Howarth <paul@city-fan.org> - 2.14-1 - Update to 2.14 - Hopefully fix the GPG signature (CPAN RT#120062) * Fri Nov 18 2016 Paul Howarth <paul@city-fan.org> - 2.13-1 - Update to 2.13 - Fix the tests on older libgmps (CPAN RT#118816) - Refactoring of the test suite * Thu Nov 10 2016 Paul Howarth <paul@city-fan.org> - 2.12-1 - Update to 2.12 - Add support for testing methods that return lists - Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square (CPAN RT#118677)