Wed, 18 Sep 2024 10:47:17 UTC | login

Information for build perl-IO-AIO-4.72-4.fc33

ID135348
Package Nameperl-IO-AIO
Version4.72
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#92fb7c4076974ba6b2d939c28c9f10d80d100ac9
SummaryAsynchronous Input/Output
DescriptionThis module implements asynchronous I/O using whatever means your operating system supports.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Mar 2020 11:05:14 UTC
CompletedThu, 26 Mar 2020 11:23:34 UTC
Taskbuild (f33, /rpms/perl-IO-AIO.git:92fb7c4076974ba6b2d939c28c9f10d80d100ac9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-IO-AIO.git#92fb7c4076974ba6b2d939c28c9f10d80d100ac9'}}
Tags
f33
RPMs
src
perl-IO-AIO-4.72-4.fc33.src.rpm (info) (download)
noarch
treescan-4.72-4.fc33.noarch.rpm (info) (download)
riscv64
perl-IO-AIO-4.72-4.fc33.riscv64.rpm (info) (download)
perl-IO-AIO-debuginfo-4.72-4.fc33.riscv64.rpm (info) (download)
perl-IO-AIO-debugsource-4.72-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.72-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.72-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.72-2 - Perl 5.30 rebuild * Wed Apr 03 2019 Paul Howarth <paul@city-fan.org> - 4.72-1 - Update to 4.72 - libeio: If fd 0 is available do not use it for aio_wd, as it collides with IO::AIO::CWD - Added IO::AIO::memfd_create - Correctly include <sys/uio.h> in the vmsplice test - Reduce code size by ~7% on amd64 by declaring more functions as noinline - Documentation fixes and updates - Experimental and undocumented preliminary support for synchronous statx * Sun Mar 10 2019 Paul Howarth <paul@city-fan.org> - 4.71-1 - Update to 4.71 - Due to an error in the linux manpages, the configure tests for readahead, sync_file_range, splice etc. failed; this has been fixed * Mon Mar 04 2019 Paul Howarth <paul@city-fan.org> - 4.70-1 - Update to 4.7 - Significantly speed up scandir for the very special case of a non-POSIX filesystem that nevertheless reports valid dt_type information; the only known filesystem of this type is currently btrfs, which didn't get its act together to implement POSIX semantics in all these years - Add IO::AIO::MCL_ONFAULT for mlockall, add IO::AIO::mlockall - Neither sys/mkdev.h nor sys/sysmacros.h were included, even when they were detected by autoconf * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.60-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 4.60-1 - Update to 4.6 - Add st_btime, st_btimesec, st_btimensec and st_gen accessors, mostly for bsds that expose birthtime and st_gen members (netbsd, freebsd but only st_gen on openbsd because they compiled their perl without support for birthtimes) - Fix madvise and munlock to properly support negative offsets - Allocate fd for the aio_close at boot time, to guarantee it working later, rather than calling abort when it fails; this also avoids close-on-exec race issues after module load - #undef utime on win32, which might help some reports of utime hangs - Minor documentation improvements - Minor configure clean-ups - Use $Config{perllibs} instead of libs for configure, which might help people who didn't install all perl dependencies (might break things as well) - Remove buildreqs needed only due to use of $Config{libs} * Wed Aug 15 2018 Paul Howarth <paul@city-fan.org> - 4.54-1 - Update to 4.54 - Include sys/mkdev.h or sys/sysmacros.h if available - Further tweaks to configure invocation for systems requiring --rpath - No longer rely on custom paths on win32 platforms - Try to work around buggy PAGESIZE macro on solaris * Tue Aug 14 2018 Paul Howarth <paul@city-fan.org> - 4.53-1 - Update to 4.53 - Add $Config{libs} to LIBS for configure, to work around systems with broken library dependencies - Add missing include for prctl() - Add buildreqs needed due to overspecification of libraries in $Config{libs} * Mon Aug 13 2018 Paul Howarth <paul@city-fan.org> - 4.52-1 - Update to 4.52 - Complete rework of the autoconf framework: IO::AIO now uses its own config.h, separate from libeio, and tries to test the actual perl environment, not the standard system environment - Provide nanosecond-accuracy stat time accessors for both perl and IO::AIO stat functions - Removed non-portable C++ functions from eio.c - Try to fix readdir tests on cygwin spuriously failing * Wed Aug 01 2018 Paul Howarth <paul@city-fan.org> - 4.50-1 - Update to 4.5 - aio_mtouch: touch all pages as requested, not just the first page - New function: IO::AIO::mremap - linux-specific mremap, with constants MREMAP_MAYMOVE and MREMAP_FIXED - Add O_ACCMODE - Add (undocumented) MSG_CMSG_CLOEXEC and SOCK_CLOEXEC constants * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.40-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.40-2 - Perl 5.28 rebuild