From 7962c3333d0a3c757f6318be81bafb65c78f80d1 Mon Sep 17 00:00:00 2001 From: "Jeffrey E. Moyer" Date: Fri, 1 Apr 2005 22:40:05 +0000 Subject: [PATCH] - Add Alpha architecture support. (Sergey Tikhonov ) --- .cvsignore | 2 +- libaio.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 70cffa8..55c01dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libaio-0.3.103.tar.gz +libaio-0.3.104.tar.gz diff --git a/libaio.spec b/libaio.spec index 6be5fcf..367f5b2 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,13 +1,13 @@ Name: libaio -Version: 0.3.103 -Release: 6 +Version: 0.3.104 +Release: 2 Summary: Linux-native asynchronous I/O access library License: 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 ppc ppc64 ppc64pseries ppc64iseries +ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries alpha alphaev6 %description The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a @@ -70,6 +70,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \ %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Fri Apr 1 2005 Jeff Moyer - 0.3.104-2 +- Add Alpha architecture support. (Sergey Tikhonov ) + * Wed Mar 16 2005 Jeff Moyer - 0.3.103-6 - Rebuild with gcc 4. diff --git a/sources b/sources index 57b5f12..9db4178 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39b466795914a4fbef32bc48e0929f9a libaio-0.3.103.tar.gz +2a4a17ed8f95d08b52cc72a41a6f5c60 libaio-0.3.104.tar.gz