Sun, 05 May 2024 19:42:35 UTC | login

Information for build perl-forks-0.36-28.fc40

ID285485
Package Nameperl-forks
Version0.36
Release28.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-forks.git#062b3f50cd49664b716a4e5e1f37bc0985ac3f94
SummaryA drop-in replacement for Perl threads using fork()
DescriptionThe forks.pm module is a drop-in replacement for threads.pm. It has the same syntax as the threads.pm module (it even takes over its name space) but has some significant differences: - you do _not_ need a special (threaded) version of Perl - it is _much_ more economic with memory usage on OS's that support COW - it is more efficient in the start-up of threads - it is slightly less efficient in the stopping of threads - it is less efficient in inter-thread communication If for nothing else, it allows you to use the Perl threading model in non-threaded Perl builds and in older versions of Perl (5.6.0 and higher are supported).
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 17:43:59 UTC
CompletedThu, 22 Feb 2024 17:51:36 UTC
Taskbuild (f40, /rpms/perl-forks.git:062b3f50cd49664b716a4e5e1f37bc0985ac3f94)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-forks.git#062b3f50cd49664b716a4e5e1f37bc0985ac3f94'}}
Tags
f40
RPMs
src
perl-forks-0.36-28.fc40.src.rpm (info) (download)
riscv64
perl-forks-0.36-28.fc40.riscv64.rpm (info) (download)
perl-forks-debuginfo-0.36-28.fc40.riscv64.rpm (info) (download)
perl-forks-debugsource-0.36-28.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-25 - Perl 5.38 rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-22 - Perl 5.36 rebuild