Thu, 04 Jul 2024 17:03:29 UTC | login

Information for build perl-Coro-6.570-1.fc33

ID182580
Package Nameperl-Coro
Version6.570
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Coro.git#818913f1a96e7a097c3ab8bd9d12222671ceec33
SummaryThe only real threads in perl
DescriptionThis module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 20:29:54 UTC
CompletedFri, 14 Aug 2020 20:57:59 UTC
Taskbuild (f33, /rpms/perl-Coro.git:818913f1a96e7a097c3ab8bd9d12222671ceec33)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Coro.git#818913f1a96e7a097c3ab8bd9d12222671ceec33'}}
Tags
f33
f37
f38
RPMs
src
perl-Coro-6.570-1.fc33.src.rpm (info) (download)
riscv64
perl-Coro-6.570-1.fc33.riscv64.rpm (info) (download)
perl-Coro-debuginfo-6.570-1.fc33.riscv64.rpm (info) (download)
perl-Coro-debugsource-6.570-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Aug 03 2020 Petr Pisar <ppisar@redhat.com> - 6.570-1 - 6.57 bump * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.550-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.550-4 - Perl 5.32 rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.550-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.550-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 22 2019 Petr Pisar <ppisar@redhat.com> - 6.550-1 - 6.55 bump * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 6.540-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.540-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Dec 19 2018 Petr Pisar <ppisar@redhat.com> - 6.540-1 - 6.42 bump