aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libaio/libaio.spec
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-07-14 11:45:15 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-07-14 11:45:15 +0100
commit983c202ec48d11507bb55c214a391ce94b715a58 (patch)
tree53e4c4fc887d63fa54f4f0a06dfbe239a7fb8896 /tools/libaio/libaio.spec
parent0df65f6bf971fe86aaabdfcea0ba4834aa43ee18 (diff)
downloadxen-983c202ec48d11507bb55c214a391ce94b715a58.tar.gz
xen-983c202ec48d11507bb55c214a391ce94b715a58.tar.bz2
xen-983c202ec48d11507bb55c214a391ce94b715a58.zip
[IA64] Libaio 0.3.104 in xen-unstable doesn't build on ia64.
This updates to 0.3.106, which does build. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools/libaio/libaio.spec')
-rw-r--r--tools/libaio/libaio.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/libaio/libaio.spec b/tools/libaio/libaio.spec
index 1f16c91b07..bdcc5b25b5 100644
--- a/tools/libaio/libaio.spec
+++ b/tools/libaio/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.104
+Version: 0.3.106
Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
@@ -59,6 +59,16 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Tue Jan 3 2006 Jeff Moyer <jmoyer@redhat.com> - 0.3.106-1
+- Add a .proc directive for the ia64_aio_raw_syscall macro. This sounds a lot
+ like the previous entry, but that one fixed the __ia64_raw_syscall macro,
+ located in syscall-ia64.h. This macro is in raw_syscall.c, which pretty much
+ only exists for ia64. This bug prevented the package from building with
+ newer version of gcc.
+
+* 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>)