liburing 0.5
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
28bfa291ba
commit
9691cff02d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/liburing-0.3.tar.gz
|
||||
/liburing-0.5.tar.gz
|
||||
|
@ -1,9 +1,10 @@
|
||||
Name: liburing
|
||||
Version: 0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Linux-native io_uring I/O access library
|
||||
License: LGPLv2+
|
||||
Source: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
||||
License: LGPLv2+ / MIT
|
||||
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
||||
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
|
||||
URL: https://git.kernel.dk/cgit/liburing/
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -48,6 +49,18 @@ for the Linux-native io_uring.
|
||||
%{_mandir}/man2/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 19 2020 Stefan Hajnoczi <stefanha@redhat.com> - 0.5-1
|
||||
- Update license to GPL-2.0 OR MIT
|
||||
- Add io_uring_prep_epoll_ctl()
|
||||
- Add io_uring_get_probe(), io_uring_get_probe_ring()
|
||||
- Add io_uring_register_probe()
|
||||
- Add io_uring_{register,unregister}_personality()
|
||||
- Add io_uring_prep_{recv,send}()
|
||||
- Add io_uring_prep_openat2()
|
||||
- Add io_uring_ring_dontfork()
|
||||
- Add io_uring_prep_read() and io_uring_prep_write()
|
||||
- Documentation fixes and improvements
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (liburing-0.3.tar.gz) = 88ec1a9bb6d8064855d3676be03161015dee251da82d45eaf13266ac86ba9f72492e62c3f219e442d0477b705a898aba65ef50ab294569a3942f9a8119d9fb79
|
||||
SHA512 (liburing-0.5.tar.gz) = ae133320e9caa851e548bb724ff77dd49bfd7384d032a836e9b70414b3726349a77a83658e5e3548f68a1f8c544251d17b4a115499dc8a0242a2fe5168821945
|
||||
|
Loading…
Reference in New Issue
Block a user