From 1b18bfafc6a2f7b9fa2c6be77a95afed8b7be448 Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Mar 28 2022 15:30:33 +0000 Subject: bump libaio version - Fix padding in vector and sockaddr structures on 32 bit (Brett Holman) - Add a test case for missed poll events (Eric Biggers) - Add loongarch support (Yehui Ren) - man page cleanup and fixes (Guillem Jover) - assorted test harness fixess (Guillem Jover, Jeff Moyer) --- diff --git a/libaio.spec b/libaio.spec index 468be43..fc62371 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,5 +1,5 @@ Name: libaio -Version: 0.3.112 +Version: 0.3.113 Release: 1 Summary: Linux-native asynchronous I/O access library License: LGPL @@ -57,6 +57,13 @@ make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr libdir=/%{_libdir} %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Mon Mar 28 2022 Jeff Moyer - 0.3.113-1 +- Fix padding in vector and sockaddr structures on 32 bit (Brett Holman) +- Add a test case for missed poll events (Eric Biggers) +- Add loongarch support (Yehui Ren) +- man page cleanup and fixes (Guillem Jover) +- assorted test harness fixess (Guillem Jover, Jeff Moyer) + * Mon Oct 22 2018 Jeff Moyer - 0.3.112-1 - Add async poll support (Christoph Hellwig) - Use canonical DESTDIR= environment variable (Thomas Petazzoni) diff --git a/src/Makefile b/src/Makefile index b6d0499..d080a1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ ENABLE_SHARED ?= 1 soname=libaio.so.1 minor=0 -micro=1 +micro=2 libname=$(soname).$(minor).$(micro) all_targets += libaio.a