Fri, 15 Nov 2024 18:00:47 UTC | login

Information for build perl-IO-AIO-4.81-1.fc40

ID283718
Package Nameperl-IO-AIO
Version4.81
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#d68f180d72bb36b09d926a5be1a77b5603384242
SummaryAsynchronous Input/Output
DescriptionThis module implements asynchronous I/O using whatever means your operating system supports.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 14:38:48 UTC
CompletedThu, 22 Feb 2024 14:53:40 UTC
Taskbuild (f40, /rpms/perl-IO-AIO.git:d68f180d72bb36b09d926a5be1a77b5603384242)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#d68f180d72bb36b09d926a5be1a77b5603384242'}}
Tags
f40
f41
RPMs
src
perl-IO-AIO-4.81-1.fc40.src.rpm (info) (download)
noarch
treescan-4.81-1.fc40.noarch.rpm (info) (download)
riscv64
perl-IO-AIO-4.81-1.fc40.riscv64.rpm (info) (download)
perl-IO-AIO-debuginfo-4.81-1.fc40.riscv64.rpm (info) (download)
perl-IO-AIO-debugsource-4.81-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Feb 21 2024 Paul Howarth <paul@city-fan.org> - 4.81-1 - Update to 4.81 - Work around a bug in musl w.r.t. to O_SEARCH and use EIO_O_PATH instead, verifying the semantics against the subset of O_PATH and O_SEARCH - aio_copy now tries to preallocate the destination file - fexecve configure test used the wrong pointer type * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.80-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.80-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 13 2023 Paul Howarth <paul@city-fan.org> - 4.80-4 - Fix use of incompatible pointer type in configure test for fexecve() * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.80-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4.80-2 - Perl 5.38 rebuild * Sun Apr 02 2023 Paul Howarth <paul@city-fan.org> - 4.80-1 - Update to 4.8 - Remove long-obsolete "paths must be absolute" text in aio_open/stat descriptions - Another workaround for the low-quality musl libc - Test for umount separately, as it is more portable - Some low-quality posix attempts (openbsd, osx) declare the availability of fexecve() but then don't even bother to implement a stub - Avoid use of deprecated patch syntax * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.79-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Sep 26 2022 Paul Howarth <paul@city-fan.org> - 4.79-1 - Update to 4.79 - The autoconf result of the mount check was not used, so it failed to compile on most systems - Fix format string usage for croak in extract_stringvec function * Tue Sep 06 2022 Paul Howarth <paul@city-fan.org> - 4.78-1 - Update to 4.78 - Add IO::AIO::mount and IO::AIO::umount - Add a bunch of symbols from sys/mount.h * Mon Sep 05 2022 Paul Howarth <paul@city-fan.org> - 4.77-1 - Update to 4.77 - Add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants - Add fexecve - Add lots of missing functions to @EXPORT_OK - Use SPDX-format license tags * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.76-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.76-3 - Perl 5.36 rebuild