Accepting request 872756 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/872756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=38
This commit is contained in:
commit
0c108b5946
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<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>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://pagure.io/libaio.git</param>
|
||||
<param name="changesrevision">696a5e6483baa3a9e4eb83e5db5838d571c90ec9</param></service></servicedata>
|
3
libaio-0.3.112+29.696a5e6483ba.tar.xz
Normal file
3
libaio-0.3.112+29.696a5e6483ba.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5bc83a089521c3b1aa85efa7406705b58662e4020f6e6fff6e4ccb280766743
|
||||
size 38692
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab0462f2c9d546683e5147b1ce9c195fe95d07fac5bf362f6c01637955c3b492
|
||||
size 46977
|
@ -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 <normand@linux.vnet.ibm.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user