Sun, 29 Sep 2024 09:39:31 UTC | login

Information for build perl-Coro-6.550-2.fc31

ID119130
Package Nameperl-Coro
Version6.550
Release2.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Coro.git#f189f6fa1fc3425562dbcbc83f5d65910ad00bcf
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
StartedSat, 03 Aug 2019 22:13:27 UTC
CompletedSat, 03 Aug 2019 23:09:08 UTC
Taskbuild (f31-candidate, /rpms/perl-Coro.git:f189f6fa1fc3425562dbcbc83f5d65910ad00bcf)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Coro.git#f189f6fa1fc3425562dbcbc83f5d65910ad00bcf'}}
Tags
f31
f32
f33
RPMs
src
perl-Coro-6.550-2.fc31.src.rpm (info) (download)
riscv64
perl-Coro-6.550-2.fc31.riscv64.rpm (info) (download)
perl-Coro-debuginfo-6.550-2.fc31.riscv64.rpm (info) (download)
perl-Coro-debugsource-6.550-2.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.514-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 08 2018 Carl George <carl@george.computer> - 6.514-4 - Avoid NO_PACKLIST usage to work with EL7's MakeMaker * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 6.514-3 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.514-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 01 2017 Petr Pisar <ppisar@redhat.com> - 6.514-1 - 6.514 bump