summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen LaHaise <bcrl@kvack.org>2002-12-16 20:07:32 +0000
committerBen LaHaise <bcrl@kvack.org>2002-12-16 20:07:32 +0000
commit05732096c6b5fadbc6ffd09025bcb2287211cc39 (patch)
treed48b100f58b49bd6815e114e85605bb58807b449
parent2a624567458a3e63a1651a7ec034d182bd748d93 (diff)
downloadlibaio-05732096c6b5fadbc6ffd09025bcb2287211cc39.tar.gz
update spec filelibaio.0-3-93.2
-rw-r--r--libaio.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/libaio.spec b/libaio.spec
index 03b16a3..474cc88 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,13 +1,13 @@
Name: libaio
-Version: 0.3.92
-Release: 1
+Version: 0.3.93
+Release: 2
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
Group: System Environment/Libraries
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
# Fix ExclusiveArch as we implement this functionality on more architectures
-ExclusiveArch: i386 x86_64 ia64 s390 s390x
+ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc
%description
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
@@ -56,6 +56,11 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT
%attr(0644,root,root) /usr/lib/libaio.a
%changelog
+* Mon Dec 16 2002 Benjamin LaHaise <bcrl@redhat.com>
+- libaio 0.3.93 test release
+- add powerpc support from Gianni Tedesco <gianni@ecsc.co.uk>
+- add s/390 support from Arnd Bergmann <arnd@bergmann-dalldorf.de>
+
* Fri Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com>
- libaio 0.3.92 test release
- build on x86-64