Accepting request 973768 from home:dirkmueller:Factory

- update to 0.3.113:
  * cases/16.t: loongarch only supports eventfd2
  * Add loongarch to supported architectures in libaio.spec
  * Add endian detection and bit width detection for loongarch
  * Use generic syscall number schema for loongarch 
  * Fix struct io_iocb_vector padding for 32bit architectures
  * struct io_iocb_sockaddr padding for 32bit architectures
  * Verify structure padding is correct at build time
  * harness: add test for aio poll missed events

OBS-URL: https://build.opensuse.org/request/show/973768
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=44
This commit is contained in:
Jan Engelhardt 2022-04-28 22:17:28 +00:00 committed by Git OBS Bridge
parent 294efa10c3
commit 67ca9c6f2a
6 changed files with 20 additions and 28 deletions

View File

@ -1,17 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://pagure.io/libaio.git</param>
<param name="subdir"></param>
<param name="filename">libaio</param>
<param name="version">0.3.112</param>
<param name="versionformat">0.3.112+@TAG_OFFSET@.%h</param>
<param name="match-tag">libaio-0.3.[0-9]*</param>
<param name="changesgenerate">enable</param>
<param name="revision">696a5e6483ba</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*libaio*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://pagure.io/libaio.git</param>
<param name="changesrevision">696a5e6483baa3a9e4eb83e5db5838d571c90ec9</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5bc83a089521c3b1aa85efa7406705b58662e4020f6e6fff6e4ccb280766743
size 38692

BIN
libaio-libaio-0.3.113.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 28 21:17:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.113:
* cases/16.t: loongarch only supports eventfd2
* Add loongarch to supported architectures in libaio.spec
* Add endian detection and bit width detection for loongarch
* Use generic syscall number schema for loongarch
* Fix struct io_iocb_vector padding for 32bit architectures
* struct io_iocb_sockaddr padding for 32bit architectures
* Verify structure padding is correct at build time
* harness: add test for aio poll missed events
-------------------------------------------------------------------
Mon Feb 15 18:16:26 UTC 2021 - lduncan@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libaio
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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+29.696a5e6483ba
Version: 0.3.113
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: libaio-%{version}.tar.xz
Source: https://pagure.io/libaio/archive/libaio-%{version}/libaio-libaio-%{version}.tar.gz
Source2: baselibs.conf
%description
@ -61,7 +61,7 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
"aio").
%prep
%setup -q
%setup -q -n %{name}-%{name}-%{version}
%build
make %{?_smp_mflags} OPTFLAGS="%{optflags}"