f3ffe49ea8- Get rid of the static library (Bug 556059)
Jeffrey E. Moyer
2010-01-19 17:38:16 +0000
825015effaFix typo that causes a failure to update the common directory. (releng #2781)
Bill Nottingham
2009-11-25 23:50:50 +0000
105bdfb5f9- Pull in upstream .109 to get ARM architecture support. - Remove the broken sparc patch; it should go upstream first. Note: I'm working on merging the sparc support upstream.
Jeffrey E. Moyer
2009-10-09 21:38:13 +0000
eb3f28c203Fix the install to / patch. It didn't put the .so.1 in the right place previously, which resulted in applications not finding the library.
Jeffrey E. Moyer
2009-01-20 15:16:41 +0000
fad21b2af7add sparc support
Dennis Gilmore
2008-10-02 02:48:29 +0000
1e4d1099bfremove ExclusiveArch line
Dennis Gilmore
2008-10-02 01:49:49 +0000
e4754a3444- Install to / instead of /usr for early users of libaio (Jeff Moyer) - Resolves: bz#459158
Jeffrey E. Moyer
2008-09-03 20:17:42 +0000
f329b9ae61fix license tag
Tom Callaway
2008-08-05 20:46:16 +0000
2cbe3bf719- Update to the latest upstream which adds eventfd support and fixes broken test cases. (Rusty Russell)
Jeffrey E. Moyer
2008-06-06 16:14:08 +0000
2c068cf44b- Autorebuild for GCC 4.3
Jesse Keating
2008-02-19 06:41:45 +0000
9861cec63emakefile update to properly grab makefile.common
Bill Nottingham
2007-10-15 18:59:15 +0000
bbd7f11902rebuild
Jeffrey E. Moyer
2006-07-17 13:07:32 +0000
43fafbaecabumped for rebuild
Jesse Keating
2006-07-12 17:24:24 +0000
a2ee4f437d- rebuild for -devel deps
Jeremy Katz
2006-06-07 21:57:23 +0000
b4472d66b2bump for bug in double-long on ppc(64)
Jesse Keating
2006-02-11 03:51:58 +0000
8238eebd1dbump for new gcc/glibc
Jesse Keating
2006-02-07 12:28:30 +0000
e4933c4c03- Update to the latest sources, which contain the following change: 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.
Jeffrey E. Moyer
2006-01-04 16:14:14 +0000
52975225e5- bump.
Jeffrey E. Moyer
2005-03-16 21:04:19 +0000
54c9154ff3- Rebuild with gcc 4.
Jeffrey E. Moyer
2005-03-16 21:03:21 +0000
b70895fbf9- Build the library twice. Once with the old SONAME and once with the new one. This fixes the wrong SONAME problem by keeping a library around with the wrong name (libaio.so.1.0.0) and generating a new one (libaio.so.1.0.1).
Jeffrey E. Moyer
2005-02-14 18:08:23 +0000
771222c632- S390 asm had a bug; I forgot to update the clobber list. Lucky for me, newer compilers complain about such things. - Also update the s390 asm to look more like the new kernel variants.
Jeffrey E. Moyer
2004-10-14 16:13:18 +0000
df2f3362bf- Revert syscall return values to be -ERRNO. This was an inadvertant bug introduced when clobber lists changed. Fixes bz 133253.
Jeffrey E. Moyer
2004-10-13 18:29:49 +0000
2173b03884- update to 100. Fixes bz 129910. Add pseries and iseries to exclusivearch.
Jeffrey E. Moyer
2004-09-14 21:20:14 +0000
1f958c87afauto-import changelog data from libaio-0.3.99-3.src.rpm Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
cvsdist
2004-09-09 07:20:10 +0000
0f80e6536bauto-import changelog data from libaio-0.3.99-2.src.rpm Tue Mar 30 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.99-2 - Apparently the 0.3.93 patch was not meant for 0.3.96. Backed it out. Tue Mar 30 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.99-1 - Fix compat calls. - make library .so.1.0.0 and make symlinks properly. - Fix header file for inclusion in c++ code.
cvsdist
2004-09-09 07:19:54 +0000
13613f7d29auto-import changelog data from libaio-0.3.98-2.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-2 - bah. fix version nr in changelog. Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-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. Tue Feb 24 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-1 - Use libc syscall(2) instead of rolling our own calling mechanism. This change is inspired due to a failure to build with newer gcc, since clobber lists were wrong. - Add -fpic to the CFLAGS for all architectures. Should address bz #109457. - change a #include from <linux/types.h> to <sys/types.h>. Fixes a build issue on s390. Mon Jul 07 2003 Bill Nottingham <notting@redhat.com> 0.3.96-3 - fix paths on lib64 arches Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.96-2 - optimization in io_getevents from Arjan van de Ven in 0.3.96-1 - deal with ia64 in 0.3.96-2 Wed May 28 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.95-1 - ppc bugfix from Julie DeWandel Tue May 20 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.94-1 - symbol versioning fix from Ulrich Drepper
cvsdist
2004-09-09 07:19:49 +0000
f3abf09133auto-import changelog data from libaio-0.3.93-4.src.rpm Mon Jan 27 2003 Benjamin LaHaise <bcrl@redhat.com> - bump to 0.3.93-3 for rebuild. 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> Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.92 test release - build on x86-64 Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.91 test release - build on ia64 - remove libredhat-kernel from the .spec file Thu Sep 05 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.90 test release
cvsdist
2004-09-09 07:17:57 +0000
bb2dbb0264auto-import changelog data from libaio-0.3.13-5.src.rpm Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild
cvsdist
2004-09-09 07:17:43 +0000
a31e52cf62auto-import changelog data from libaio-0.3.13-4.src.rpm Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
cvsdist
2004-09-09 07:17:36 +0000
6050f93bb5auto-import changelog data from libaio-0.3.13-3.src.rpm Mon Apr 29 2002 Benjamin LaHaise <bcrl@redhat.com> - add requires initscripts >= 6.47-1 to get boot time libredhat-kernel linkage correct. - typo fix Thu Apr 25 2002 Benjamin LaHaise <bcrl@redhat.com> - make /usr/lib/libredhat-kernel.so point to /lib/libredhat-kernel.so.1.0.0
cvsdist
2004-09-09 07:17:24 +0000
bbca786cf7auto-import changelog data from libaio-0.3.12-1.src.rpm Mon Apr 15 2002 Tim Powers <timp@redhat.com> - make the post scriptlet not use /bin/sh Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com> - add /lib/libredhat-kernel* to %files. Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com> - make the dummy install as /lib/libredhat-kernel.so.1.0.0 so that ldconfig will link against it if no other is installed.
cvsdist
2004-09-09 07:17:12 +0000
30111f6e72auto-import changelog data from libaio-0.3.8-1.src.rpm Tue Jan 22 2002 Benjamin LaHaise <bcrl@redhat.com> - add io_getevents Tue Jan 22 2002 Michael K. Johnson <johnsonm@redhat.com> - Make linker happy with /usr/lib symlink for libredhat-kernel.so Mon Jan 21 2002 Michael K. Johnson <johnsonm@redhat.com> - Added stub library Sun Jan 20 2002 Michael K. Johnson <johnsonm@redhat.com> - Initial packaging
cvsdist
2004-09-09 07:16:49 +0000
3953da9248Setup of module libaio
cvsdist
2004-09-09 07:16:47 +0000