Tue, 02 Jul 2024 03:42:05 UTC | login

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

ID134618
Package Nameperl-Coro
Version6.550
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Coro.git#97220cfc11ccb1e103b3d8a1dbac8a9fe0b58491
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, 26 Mar 2020 09:28:55 UTC
CompletedThu, 26 Mar 2020 09:44:47 UTC
Taskbuild (f33, /rpms/perl-Coro.git:97220cfc11ccb1e103b3d8a1dbac8a9fe0b58491)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Coro.git#97220cfc11ccb1e103b3d8a1dbac8a9fe0b58491'}}
Tags
f33
RPMs
src
perl-Coro-6.550-3.fc33.src.rpm (info) (download)
riscv64
perl-Coro-6.550-3.fc33.riscv64.rpm (info) (download)
perl-Coro-debuginfo-6.550-3.fc33.riscv64.rpm (info) (download)
perl-Coro-debugsource-6.550-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * 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