diff --git a/_service b/_service new file mode 100644 index 0000000..7915530 --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + git + https://pagure.io/libaio.git + + libaio + 0.3.112 + 0.3.112+@TAG_OFFSET@.%h + libaio-0.3.[0-9]* + enable + 696a5e6483ba + + + *libaio*.tar + xz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..e1d618f --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://pagure.io/libaio.git + 696a5e6483baa3a9e4eb83e5db5838d571c90ec9 \ No newline at end of file diff --git a/libaio-0.3.112+29.696a5e6483ba.tar.xz b/libaio-0.3.112+29.696a5e6483ba.tar.xz new file mode 100644 index 0000000..ee3f83c --- /dev/null +++ b/libaio-0.3.112+29.696a5e6483ba.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bc83a089521c3b1aa85efa7406705b58662e4020f6e6fff6e4ccb280766743 +size 38692 diff --git a/libaio-0.3.112.tar.gz b/libaio-0.3.112.tar.gz deleted file mode 100644 index a19203f..0000000 --- a/libaio-0.3.112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0462f2c9d546683e5147b1ce9c195fe95d07fac5bf362f6c01637955c3b492 -size 46977 diff --git a/libaio.changes b/libaio.changes index fe6e34e..c3ed9f5 100644 --- a/libaio.changes +++ b/libaio.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 15 18:16:26 UTC 2021 - lduncan@suse.com + +- Update to version libaio0.3.112+29.696a5e6483ba: + * Fix test issue with gcc-11 (bsc#1181869) + * harness: Skip the test if io_pgetevents() is not implemented + * harness: Print better error messages on error conditions in 22.t + * harness: Fix PROT_WRITE mmap check + * harness: fix read into PROT_WRITE mmap test + * harness: skip 22.p if async_poll isn't supported + * harness: Handle -ENOTSUP from io_submit() with RWF_NOWAIT + * harness: Add fallback code for filesystems not supporting O_DIRECT + * harness: add support for skipping tests + * harness: Make the test exit with a code matching the pass/fail state + ------------------------------------------------------------------- Tue Aug 27 08:41:21 UTC 2019 - Michel Normand diff --git a/libaio.spec b/libaio.spec index 459a8ce..3d95cbf 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,7 +1,7 @@ # # spec file for package libaio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define lname libaio1 Name: libaio -Version: 0.3.112 +Version: 0.3.112+29.696a5e6483ba Release: 0 Summary: Linux-Native Asynchronous I/O Access Library License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://pagure.io/libaio -Source: https://releases.pagure.org/libaio/libaio-%{version}.tar.gz +Source: libaio-%{version}.tar.xz Source2: baselibs.conf %description