From 9691cff02d937271506b70763760413fbf7845ed Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 19 Mar 2020 11:52:44 +0000 Subject: [PATCH] liburing 0.5 Signed-off-by: Stefan Hajnoczi --- .gitignore | 1 + liburing.spec | 21 +++++++++++++++++---- sources | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2c06b08..1ea3214 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /liburing-0.3.tar.gz +/liburing-0.5.tar.gz diff --git a/liburing.spec b/liburing.spec index ce91b3b..2d01a10 100644 --- a/liburing.spec +++ b/liburing.spec @@ -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 - 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 - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 8f9f532..a505ecd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (liburing-0.3.tar.gz) = 88ec1a9bb6d8064855d3676be03161015dee251da82d45eaf13266ac86ba9f72492e62c3f219e442d0477b705a898aba65ef50ab294569a3942f9a8119d9fb79 +SHA512 (liburing-0.5.tar.gz) = ae133320e9caa851e548bb724ff77dd49bfd7384d032a836e9b70414b3726349a77a83658e5e3548f68a1f8c544251d17b4a115499dc8a0242a2fe5168821945