Update to 0.3.111
- import 0.3.111, which adds support for preadv2,pwritev2, riscv (Jeff Moyer) Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
This commit is contained in:
parent
dde35c9c95
commit
20be325768
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libaio-0.3.109.tar.gz
|
||||
/libaio-0.3.110.tar.gz
|
||||
/libaio-0.3.111.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
diff -up libaio-0.3.110/src/Makefile.orig libaio-0.3.110/src/Makefile
|
||||
--- libaio-0.3.110/src/Makefile.orig 2014-03-05 09:32:55.683632263 -0500
|
||||
+++ libaio-0.3.110/src/Makefile 2014-03-05 09:34:05.836297667 -0500
|
||||
diff -up libaio-0.3.111/src/Makefile.orig libaio-0.3.111/src/Makefile
|
||||
--- libaio-0.3.111/src/Makefile.orig 2018-03-06 17:24:47.000000000 -0500
|
||||
+++ libaio-0.3.111/src/Makefile 2018-03-07 10:44:49.148004447 -0500
|
||||
@@ -53,11 +53,11 @@ $(libname): $(libaio_sobjs) libaio.map
|
||||
$(CC) $(SO_CFLAGS) -Wl,--version-script=libaio.map -Wl,-soname=$(soname) -o $@ $(libaio_sobjs) $(LINK_FLAGS)
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
Name: libaio
|
||||
Version: 0.3.110
|
||||
Release: 11%{?dist}
|
||||
Version: 0.3.111
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux-native asynchronous I/O access library
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: https://fedorahosted.org/releases/l/i/libaio/libaio-0.3.110.tar.gz
|
||||
Source: http://releases.pagure.org/libaio/libaio-0.3.111.tar.gz
|
||||
|
||||
Patch1: libaio-install-to-destdir-slash-usr.patch
|
||||
|
||||
@ -66,6 +66,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
%attr(0755,root,root) %{usrlibdir}/libaio.so
|
||||
|
||||
%changelog
|
||||
* Wed Mar 07 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.111-1
|
||||
- import 0.3.111, which adds support for preadv2,pwritev2, riscv (Jeff Moyer)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user