From df2f3362bf6d91a3a3f008946c78afaaadab2be1 Mon Sep 17 00:00:00 2001 From: "Jeffrey E. Moyer" Date: Wed, 13 Oct 2004 18:29:49 +0000 Subject: [PATCH] - Revert syscall return values to be -ERRNO. This was an inadvertant bug introduced when clobber lists changed. Fixes bz 133253. --- .cvsignore | 1 + libaio.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2666a1e..c51cc56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ libaio-0.3.99.tar.gz libaio-0.3.100.tar.gz +libaio-0.3.101.tar.gz diff --git a/libaio.spec b/libaio.spec index f7d0848..01936dd 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,5 +1,5 @@ Name: libaio -Version: 0.3.100 +Version: 0.3.101 Release: 1 Summary: Linux-native asynchronous I/O access library Copyright: LGPL @@ -58,6 +58,10 @@ make install prefix=$RPM_BUILD_ROOT/usr \ %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Wed Oct 13 2004 Jeff Moyer - 0.3.101-1 +- update to 101. Fixes bz 133253 - libaio backwards compatibility severely + broken. + * Tue Sep 14 2004 Jeff Moyer - 0.3.100-1 - update to 100. Fixes bz 129910. Add pseries and iseries to exclusivearch. diff --git a/sources b/sources index 18fc4ee..cd3010c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24de9de8c3b555ec4ff326ead80536a1 libaio-0.3.100.tar.gz +5997a22c3896ba6d5c56d9a9b08ad6c7 libaio-0.3.101.tar.gz