diff --git a/.cvsignore b/.cvsignore index c51cc56..4ff388f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ libaio-0.3.99.tar.gz libaio-0.3.100.tar.gz libaio-0.3.101.tar.gz +libaio-0.3.102.tar.gz diff --git a/libaio.spec b/libaio.spec index 01936dd..bed0114 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,5 +1,5 @@ Name: libaio -Version: 0.3.101 +Version: 0.3.102 Release: 1 Summary: Linux-native asynchronous I/O access library Copyright: LGPL @@ -58,6 +58,12 @@ make install prefix=$RPM_BUILD_ROOT/usr \ %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Thu Oct 14 2004 Jeff Moyer - 0.3.102-1 +- update to 102. Fixes build errors on s390: + - S390 asm had a bug; I forgot to update the clobber list. Lucky for me, + newer compilers complain about such things. + - Also update the s390 asm to look more like the new kernel variants. + * Wed Oct 13 2004 Jeff Moyer - 0.3.101-1 - update to 101. Fixes bz 133253 - libaio backwards compatibility severely broken. diff --git a/sources b/sources index cd3010c..a2bfba0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5997a22c3896ba6d5c56d9a9b08ad6c7 libaio-0.3.101.tar.gz +a3dc49212b83439db29644fca8866d4c libaio-0.3.102.tar.gz