Sun, 29 Sep 2024 21:44:17 UTC | login

Information for build perl-B-COW-0.007-2.fc38

ID225139
Package Nameperl-B-COW
Version0.007
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-B-COW.git#1a0a8917ad952f092e89f124b5cd77eba492ca0c
SummaryAdditional B helpers to check Copy On Write status
DescriptionB::COW provides some naïve additional B helpers to check the Copy On Write (COW) status of one SvPV (a Perl string variable). A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of) Read Only C string, which would be Copied On Write (COW). More than one SV can share the same PV, but when one PV needs to alter it, it would perform a copy of it, decreasing the COWREFCNT counter. One SV can then drop the COW flag when it's the only one holding a pointer to the PV. The COWREFCNT is stored at the end of the PV, after the null byte terminating the string. That value is limited to 255: when we reach 255, a new PV would be created.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 13:55:59 UTC
CompletedTue, 21 Feb 2023 14:22:23 UTC
Taskbuild (f38, /rpms/perl-B-COW.git:1a0a8917ad952f092e89f124b5cd77eba492ca0c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-B-COW.git#1a0a8917ad952f092e89f124b5cd77eba492ca0c'}}
Tags
f38
f39
f40
RPMs
src
perl-B-COW-0.007-2.fc38.src.rpm (info) (download)
riscv64
perl-B-COW-0.007-2.fc38.riscv64.rpm (info) (download)
perl-B-COW-debuginfo-0.007-2.fc38.riscv64.rpm (info) (download)
perl-B-COW-debugsource-0.007-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Oct 21 2022 Paul Howarth <paul@city-fan.org> - 0.007-1 - Update to 0.007 - Advertise XSLoader dependency in metadata * Tue Oct 18 2022 Paul Howarth <paul@city-fan.org> - 0.006-1 - Update to 0.006 - Disable prototypes to silence warning * Sat Oct 15 2022 Paul Howarth <paul@city-fan.org> - 0.005-1 - Update to 0.005 - Add version to Test::More use to ensure correct version - Remove useless MIN_PERL_VERSION_FOR_COW - Update CI workflow - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-9 - Perl 5.36 rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6 - Perl 5.34 rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild