summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2004-02-26 15:59:21 +0000
committerJeff Moyer <jmoyer@redhat.com>2004-02-26 15:59:21 +0000
commit49282787cbe91a61c62001c8830537efad22619c (patch)
tree69beaf61524b80f25c9b016a40dfde3915c6107d
parent7eed9a6568992355b81de204c725470caa9df6de (diff)
downloadlibaio-49282787cbe91a61c62001c8830537efad22619c.tar.gz
fix compile warninglibaio.0-3-98.1
-rw-r--r--libaio.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/libaio.spec b/libaio.spec
index da3135e..c7bf014 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,6 +1,6 @@
Name: libaio
-Version: 0.3.97
-Release: 2
+Version: 0.3.98
+Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
Group: System Environment/Libraries
@@ -58,6 +58,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.38-1
+- fix compiler warnings.
+
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-2
- make srpm was using rpm to do a build. changed that to use rpmbuild if
it exists, and fallback to rpm if it doesn't.