Wed, 26 Jun 2024 07:17:21 UTC | login

Information for build perl-Mouse-2.5.6-1.fc30

ID84910
Package Nameperl-Mouse
Version2.5.6
Release1.fc30
Epoch
SummaryMoose minus the antlers
DescriptionMoose, a powerful metaobject-fueled extension of the Perl 5 object system, is wonderful. (For more information on Moose, please see 'perldoc Moose' after installing the perl-Moose package.) Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 10 Dec 2018 02:49:08 UTC
CompletedMon, 10 Dec 2018 04:26:03 UTC
Taskbuild (f30-candidate, perl-Mouse-2.5.6-1.fc30.src.rpm)
Tags
f30
f31
RPMs
src
perl-Mouse-2.5.6-1.fc30.src.rpm (info) (download)
riscv64
perl-Mouse-2.5.6-1.fc30.riscv64.rpm (info) (download)
perl-Test-Mouse-2.5.6-1.fc30.riscv64.rpm (info) (download)
perl-Mouse-debuginfo-2.5.6-1.fc30.riscv64.rpm (info) (download)
perl-Mouse-debugsource-2.5.6-1.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Aug 14 2018 aul Howarth <paul@city-fan.org> - 2.5.6-1 - Update to 2.5.6 - Fix for threads and XS; use newSVpvs instead of newSVpvs_share (GH#92) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.4-3 - Perl 5.28 re-rebuild of bootstrapped packages * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.4-2 - Perl 5.28 rebuild * Sun May 06 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 2.5.4-1 - Update to 2.5.4 * Sun Feb 18 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 2.5.2-1 - Update to 2.5.2 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Paul Howarth <paul@city-fan.org> - 2.5.1-1 - Update to 2.5.1 - Use PERL_UNUSED_RESULT (GH#83) - Apply several minor patches, especially for packaging (GH#84) * Mon Nov 27 2017 Paul Howarth <paul@city-fan.org> - 2.5.0-1 - Update to 2.5.0 - Fix build under perl 5.8 (GH#63, GH#76, GH#79) - Use version->declare() to declare $VERSION (GH#55, GH#80) - Make 'prove -br t' work with dot-not-in-INC perls (GH#81) - This release by SKAJI → update source URL * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 18 2017 Paul Howarth <paul@city-fan.org> - 2.4.10-1 - Update to 2.4.10 - Support Moose-like oneliners (GH#51) - Various minor fixes (GH#58) - This release by GFUJI → update source URL - BR: perl-interpreter rather than perl - Drop legacy Group: tags * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.9-3 - Perl 5.26 re-rebuild of bootstrapped packages * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.9-2 - Perl 5.26 rebuild * Wed Feb 22 2017 Paul Howarth <paul@city-fan.org> - 2.4.9-1 - Update to 2.4.9 - Fix build issue on newer Perl without '.' in @INC * Thu Feb 16 2017 Paul Howarth <paul@city-fan.org> - 2.4.8-1 - Update to 2.4.8 - Fix stack collapse (GH#71) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jan 15 2017 Paul Howarth <paul@city-fan.org> - 2.4.7-1 - Update to 2.4.7 - Workaround for GH#64 (GH#67); in some case stack is corrupted at more than 23 attributes (this change may make things a bit slow in that case) * Fri Jan 06 2017 Paul Howarth <paul@city-fan.org> - 2.4.6-1 - Update to 2.4.6 - Fix test for older Perls (GH#68) - Define macros for older Visual Studio compiler (GH#66) - Simplify find command using -empty and -delete