Changelog for
libaio-debuginfo-0.3.103-3.i386.rpm :
Thu Jan 27 23:00:00 2005 Jeff Moyer
- 0.3.103-3
- Move away from the separate compat packege, as it won\'t be installed by
default and ISV\'s don\'t necessarily ship RPM\'s. As such, the compat
package would have to be explicitly installed.
- Build the library twice. Once with the old SONAME and once with the new
one. The compat approach taken before did not work since the library uses
versioned interfaces.
Fri Jan 21 23:00:00 2005 Jeff Moyer - 0.3.103-2
- Add a compat library with soname libaio.so.1.0.0.
- Revert libaio.so.1 to SONAME .so.1.
Fri Oct 15 00:00:00 2004 Jeff Moyer - 0.3.102-1
- update to 102. Fixes build errors on s390:
- 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.
Thu Oct 14 00:00:00 2004 Jeff Moyer - 0.3.101-1
- update to 101. Fixes bz 133253 - libaio backwards compatibility severely
broken.
Wed Sep 15 00:00:00 2004 Jeff Moyer - 0.3.100-1
- update to 100. Fixes bz 129910. Add pseries and iseries to
exclusivearch.
Wed Jun 16 00:00:00 2004 Elliot Lee
- rebuilt
Wed Mar 31 00:00:00 2004 Jeff Moyer - 0.3.99-2
- Apparently the 0.3.93 patch was not meant for 0.3.96. Backed it out.
Wed Mar 31 00:00:00 2004 Jeff Moyer - 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.
Thu Feb 26 23:00:00 2004 Jeff Moyer 0.3.98-2
- bah. fix version nr in changelog.
Thu Feb 26 23:00:00 2004 Jeff Moyer 0.3.98-1
- fix compiler warnings.
Thu Feb 26 23:00:00 2004 Jeff Moyer 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 23:00:00 2004 Jeff Moyer 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 to . Fixes a build
issue on s390.
Tue Jul 8 00:00:00 2003 Bill Nottingham 0.3.96-3
- fix paths on lib64 arches
Thu Jun 19 00:00:00 2003 Michael K. Johnson 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
Thu May 29 00:00:00 2003 Michael K. Johnson 0.3.95-1
- ppc bugfix from Julie DeWandel
Wed May 21 00:00:00 2003 Michael K. Johnson 0.3.94-1
- symbol versioning fix from Ulrich Drepper
Mon Jan 27 23:00:00 2003 Benjamin LaHaise
- bump to 0.3.93-3 for rebuild.
Mon Dec 16 23:00:00 2002 Benjamin LaHaise
- libaio 0.3.93 test release
- add powerpc support from Gianni Tedesco
- add s/390 support from Arnd Bergmann
Fri Sep 13 00:00:00 2002 Benjamin LaHaise
- libaio 0.3.92 test release
- build on x86-64
Fri Sep 13 00:00:00 2002 Benjamin LaHaise
- libaio 0.3.91 test release
- build on ia64
- remove libredhat-kernel from the .spec file
Fri Sep 6 00:00:00 2002 Benjamin LaHaise
- libaio 0.3.90 test release
Tue Apr 30 00:00:00 2002 Benjamin LaHaise
- add requires initscripts >= 6.47-1 to get boot time libredhat-kernel
linkage correct.
- typo fix
Fri Apr 26 00:00:00 2002 Benjamin LaHaise
- make /usr/lib/libredhat-kernel.so point to /lib/libredhat-kernel.so.1.0.0
Tue Apr 16 00:00:00 2002 Tim Powers
- make the post scriptlet not use /bin/sh
Sat Apr 13 00:00:00 2002 Benjamin LaHaise
- add /lib/libredhat-kernel
* to %files.
Sat Apr 13 00:00:00 2002 Benjamin LaHaise
- make the dummy install as /lib/libredhat-kernel.so.1.0.0 so
that ldconfig will link against it if no other is installed.
Tue Jan 22 23:00:00 2002 Benjamin LaHaise
- add io_getevents
Tue Jan 22 23:00:00 2002 Michael K. Johnson
- Make linker happy with /usr/lib symlink for libredhat-kernel.so
Mon Jan 21 23:00:00 2002 Michael K. Johnson
- Added stub library
Sun Jan 20 23:00:00 2002 Michael K. Johnson
- Initial packaging