Wed, 04 Dec 2024 05:39:19 UTC | login

Information for build perl-Coro-6.550-4.fc33

ID164324
Package Nameperl-Coro
Version6.550
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Coro.git#add028d272356c576222a2ee07f9244321a8637a
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
StartedThu, 16 Jul 2020 03:38:37 UTC
CompletedThu, 16 Jul 2020 03:53:40 UTC
Taskbuild (f33, /rpms/perl-Coro.git:add028d272356c576222a2ee07f9244321a8637a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Coro.git#add028d272356c576222a2ee07f9244321a8637a'}}
Tags
f33
RPMs
src
perl-Coro-6.550-4.fc33.src.rpm (info) (download)
riscv64
perl-Coro-6.550-4.fc33.riscv64.rpm (info) (download)
perl-Coro-debuginfo-6.550-4.fc33.riscv64.rpm (info) (download)
perl-Coro-debugsource-6.550-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Wed Aug 15 2018 Petr Pisar <ppisar@redhat.com> - 6.520-1 - 6.52 bump