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:
parent
294efa10c3
commit
67ca9c6f2a
17
_service
17
_service
@ -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>
|
|
@ -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>
|
|
@ -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
BIN
libaio-libaio-0.3.113.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Mon Feb 15 18:16:26 UTC 2021 - lduncan@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libaio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define lname libaio1
|
%define lname libaio1
|
||||||
Name: libaio
|
Name: libaio
|
||||||
Version: 0.3.112+29.696a5e6483ba
|
Version: 0.3.113
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux-Native Asynchronous I/O Access Library
|
Summary: Linux-Native Asynchronous I/O Access Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://pagure.io/libaio
|
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
|
Source2: baselibs.conf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,7 +61,7 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
|
|||||||
"aio").
|
"aio").
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} OPTFLAGS="%{optflags}"
|
make %{?_smp_mflags} OPTFLAGS="%{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user