Mon, 17 Feb 2025 12:35:13 UTC | login

Information for build perl-Clone-0.45-3.fc33

ID182347
Package Nameperl-Clone
Version0.45
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Clone.git#2f6afee8b3ba90437728bb756993b48cbaaa5119
SummaryRecursively copy perl data types
DescriptionThis module provides a clone() method that makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 18:47:23 UTC
CompletedFri, 14 Aug 2020 19:10:50 UTC
Taskbuild (f33, /rpms/perl-Clone.git:2f6afee8b3ba90437728bb756993b48cbaaa5119)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Clone.git#2f6afee8b3ba90437728bb756993b48cbaaa5119'}}
Tags
f33
f37
f38
RPMs
src
perl-Clone-0.45-3.fc33.src.rpm (info) (download)
riscv64
perl-Clone-0.45-3.fc33.riscv64.rpm (info) (download)
perl-Clone-debuginfo-0.45-3.fc33.riscv64.rpm (info) (download)
perl-Clone-debugsource-0.45-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-2 - Perl 5.32 rebuild * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 0.45-1 - Update to 0.45 - Bump B::COW requirement to fix big-endian issue - Re-enable tests * Tue Apr 21 2020 Tom Callaway <spot@fedoraproject.org> - 0.44-1 - Update to 0.44 - Support Perls with COW disabled - Bump B::COW requirement for testing - Disable tests until B::COW is packaged * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jul 30 2019 Paul Howarth <paul@city-fan.org> - 0.43-1 - Update to 0.43 - Fix an issue when cloning a NULL mg_ptr pointer * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 22 2019 Paul Howarth <paul@city-fan.org> - 0.42-1 - Update to 0.42 - Make handling of mg_ptr safer - Change license wording on some test files to make the entire dist released under the same terms as Perl itself (GH#20) * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 26 2018 Paul Howarth <paul@city-fan.org> - 0.41-1 - Update to 0.41 - Check the CowREFCNT of a COWed PV; this should fix some issues people have been having with 0.40 on DBD drives and DBIx::Class - Make buildtools files not executable * Wed Oct 24 2018 Paul Howarth <paul@city-fan.org> - 0.40-1 - Update to 0.40 - Reuse COWed PV when cloning (fixes CPAN RT#97535) - Extra protection against potential infinite loop - Improved tests * Thu Oct 04 2018 Tom Callaway <spot@fedoraproject.org> - 0.39-9 - Remove non-free test files (bz1600131)