Mon, 01 Jul 2024 00:31:14 UTC | login

Information for build perl-B-COW-0.004-4.fc33

ID181185
Package Nameperl-B-COW
Version0.004
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-B-COW.git#ab0e7e7ecb7ccff03ec16e56244a2cf33914c08a
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
StartedFri, 14 Aug 2020 10:53:47 UTC
CompletedFri, 14 Aug 2020 11:13:32 UTC
Taskbuild (f33, /rpms/perl-B-COW.git:ab0e7e7ecb7ccff03ec16e56244a2cf33914c08a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-B-COW.git#ab0e7e7ecb7ccff03ec16e56244a2cf33914c08a'}}
Tags
f33
f37
f38
RPMs
src
perl-B-COW-0.004-4.fc33.src.rpm (info) (download)
riscv64
perl-B-COW-0.004-4.fc33.riscv64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-4.fc33.riscv64.rpm (info) (download)
perl-B-COW-debugsource-0.004-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-3 - Perl 5.32 rebuild * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 0.004-2 - Use %{make_build} and %{make_install} * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 0.004-1 - Update to 0.004 - Fix CowREFCNT issues on big endian * Tue Apr 21 2020 Paul Howarth <paul@city-fan.org> - 0.003-2 - Sanitize for Fedora submission * Tue Apr 21 2020 Paul Howarth <paul@city-fan.org> - 0.003-1 - Initial RPM version