Thu, 25 Apr 2024 15:28:28 UTC | login

Information for build perl-forks-0.36-15.fc33

ID136963
Package Nameperl-forks
Version0.36
Release15.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-forks.git#c964e14f493e479e133140b3ad14d596ceacb9c5
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, 26 Mar 2020 15:01:14 UTC
CompletedThu, 26 Mar 2020 15:19:55 UTC
Taskbuild (f33, /rpms/perl-forks.git:c964e14f493e479e133140b3ad14d596ceacb9c5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-forks.git#c964e14f493e479e133140b3ad14d596ceacb9c5'}}
Tags
f33
RPMs
src
perl-forks-0.36-15.fc33.src.rpm (info) (download)
riscv64
perl-forks-0.36-15.fc33.riscv64.rpm (info) (download)
perl-forks-debuginfo-0.36-15.fc33.riscv64.rpm (info) (download)
perl-forks-debugsource-0.36-15.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-13 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-10 - Perl 5.28 rebuild