Thu, 12 Dec 2024 02:33:38 UTC | login

Information for build perl-IO-AIO-4.79-1.fc37

ID208621
Package Nameperl-IO-AIO
Version4.79
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#ff7ddb97434d73bc93504697a2f315130fd59299
SummaryAsynchronous Input/Output
DescriptionThis module implements asynchronous I/O using whatever means your operating system supports.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Oct 2022 10:21:46 UTC
CompletedFri, 14 Oct 2022 10:32:13 UTC
Taskbuild (f37, /rpms/perl-IO-AIO.git:ff7ddb97434d73bc93504697a2f315130fd59299)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#ff7ddb97434d73bc93504697a2f315130fd59299'}}
Tags
f37
f38
RPMs
src
perl-IO-AIO-4.79-1.fc37.src.rpm (info) (download)
noarch
treescan-4.79-1.fc37.noarch.rpm (info) (download)
riscv64
perl-IO-AIO-4.79-1.fc37.riscv64.rpm (info) (download)
perl-IO-AIO-debuginfo-4.79-1.fc37.riscv64.rpm (info) (download)
perl-IO-AIO-debugsource-4.79-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.76-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 28 2021 Paul Howarth <paul@city-fan.org> - 4.76-1 - Update to 4.76 - Add autoconf test for siginfo_t, which is, of course, not available on Windows - Disable syscalls on Solaris, as perl seems to provide an incompatible syscall prototype that clashes with sys/syscall.h - Add MAP_FIXED_NOREPLACE, MAP_SHARED_VALIDATE, MAP_SYNC and MAP_UNINITIALIZED * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.75-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.75-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.75-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 30 2020 Paul Howarth <paul@city-fan.org> - 4.75-1 - Update to 4.75 - Added pidfd_open, pidfd_getfd and pidfd_send_signal functions - Rework bin/treescan to avoid recursion; this fixes two bugs where a deep directory traversal or a lot of command line arguments could cause it to crash - Support defining syscall numbers in gendef0 - Added (but not documented) open_tree, AT_* and move_mount flags - Added (but not documented) waitid-P_*, FSPICK_*, FSOPEN_*, FSCONFIG_*, MOUNT_ATTR_* constants * Fri Dec 04 2020 Paul Howarth <paul@city-fan.org> - 4.73-1 - Update to 4.73 - def0.h was not up-to-date, running into musl problems - IO::AIO::splice and IO::AIO::tee didn't properly return 64 bit values - Added IO::AIO::accept4 - Added various F_SEAL-related fcntl constants - Removed experimental marker for fdlimit functions - fiemap now includes the last segment even if it overflows the end offset, which is arguably the correct behaviour - Use %license unconditionally