update to 0.3.113 [release 0.3.113-1mamba;Fri Dec 30 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 03:45:17 +01:00
parent d2042e7ccd
commit 258df7fa63
2 changed files with 12 additions and 13 deletions

View File

@ -2,5 +2,3 @@
AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group. AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group.
Support for kernel AIO has been included in the 2.6 Linux kernel.

View File

@ -1,23 +1,22 @@
Name: libaio Name: libaio
Version: 0.3.112 Version: 0.3.113
Release: 1mamba Release: 1mamba
Summary: Kernel Asynchronous I/O (AIO) Support for Linux Summary: Kernel Asynchronous I/O (AIO) Support for Linux
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lse.sourceforge.net/io/aio.html URL: https://lse.sourceforge.net/io/aio.html
Source: http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_%{version}.orig.tar.xz Source: https://pagure.io/libaio/archive/libaio-%{version}/libaio-%{version}.tar.gz
#Source: http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_%{version}.orig.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group. AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group.
Support for kernel AIO has been included in the 2.6 Linux kernel.
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
@ -25,13 +24,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}
%description devel %description devel
AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group. AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group.
This package contains static libraries and header files needed for development.
Support for kernel AIO has been included in the 2.6 Linux kernel. %debug_package
This package contains static libraries and header files need for development.
%prep %prep
%setup -q %setup -q
%build %build
@ -47,15 +44,19 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libaio.so.* %{_libdir}/libaio.so.*
%doc COPYING ChangeLog TODO %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/libaio.h %{_includedir}/libaio.h
%{_libdir}/libaio.a %{_libdir}/libaio.a
%{_libdir}/libaio.so %{_libdir}/libaio.so
%doc ChangeLog TODO
%changelog %changelog
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.113-1mamba
- update to 0.3.113
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.112-1mamba * Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.112-1mamba
- update to 0.3.112 - update to 0.3.112