summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2005-08-01 17:59:51 +0000
committerJeff Moyer <jmoyer@redhat.com>2005-08-01 17:59:51 +0000
commit5e8421d136bbabc824072e25cdc5835e27903ab5 (patch)
treee72a6c45de9c62cb6e1c001e2d5cfe732697ea5b
parent0c155c6fc88adb208eb8859ec2ec302311300453 (diff)
downloadlibaio-5e8421d136bbabc824072e25cdc5835e27903ab5.tar.gz
- Add a .proc directive for the ia64 raw syscall macro.libaio.0-3-105.1
-rw-r--r--libaio.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libaio.spec b/libaio.spec
index 1f16c91..a438252 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.104
+Version: 0.3.105
Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
@@ -59,6 +59,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Mon Aug 1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.105-1
+- Add a .proc directive for the ia64 raw syscall macro.
+
* Fri Apr 1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.104-1
- Add Alpha architecture support. (Sergey Tikhonov <tsv@solvo.ru>)