Fri, 15 Nov 2024 22:23:13 UTC | login

Information for build perl-Coro-6.570-17.fc40

ID283503
Package Nameperl-Coro
Version6.570
Release17.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Coro.git#b09362c97c24f0ba111a2ddd25831e089fec139c
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, 22 Feb 2024 14:38:02 UTC
CompletedThu, 22 Feb 2024 14:51:06 UTC
Taskbuild (f40, /rpms/perl-Coro.git:b09362c97c24f0ba111a2ddd25831e089fec139c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Coro.git#b09362c97c24f0ba111a2ddd25831e089fec139c'}}
Tags
f40
f41
RPMs
src
perl-Coro-6.570-17.fc40.src.rpm (info) (download)
noarch
perl-Coro-tests-6.570-17.fc40.noarch.rpm (info) (download)
riscv64
perl-Coro-6.570-17.fc40.riscv64.rpm (info) (download)
perl-Coro-debuginfo-6.570-17.fc40.riscv64.rpm (info) (download)
perl-Coro-debugsource-6.570-17.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 6.570-13 - Perl 5.38 rebuild * Fri Feb 17 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.570-12 - Fedora don't support arm32, we could use fortify for all architectures RHBZ 2165855 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 16 2023 Siddhesh Poyarekar <siddhesh@redhat.com> - 6.570-10 - Use _fortify_level. * Tue Nov 22 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.570-9 - Fix license for tests package * Tue Nov 15 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.570-8 - Package tests - Update license to SPDX format * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.570-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 6.570-6 - Perl 5.36 rebuild