Sun, 29 Sep 2024 21:46:07 UTC | login

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

ID163984
Package Nameperl-B-COW
Version0.004
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-B-COW.git#936368b2812a20ef3fac67075de9a6d396f306a4
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, 14 Jul 2020 18:09:08 UTC
CompletedTue, 14 Jul 2020 18:23:35 UTC
Taskbuild (f33, /rpms/perl-B-COW.git:936368b2812a20ef3fac67075de9a6d396f306a4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-B-COW.git#936368b2812a20ef3fac67075de9a6d396f306a4'}}
Tags
f33
RPMs
src
perl-B-COW-0.004-3.fc33.src.rpm (info) (download)
riscv64
perl-B-COW-0.004-3.fc33.riscv64.rpm (info) (download)
perl-B-COW-debuginfo-0.004-3.fc33.riscv64.rpm (info) (download)
perl-B-COW-debugsource-0.004-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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