From e92de4d54f2ddf91e857366d005cc47c6c3d8e87 Mon Sep 17 00:00:00 2001 From: suvari Date: Sun, 5 Apr 2026 14:54:51 +0300 Subject: [PATCH] liburing: version bump to 2.14 --- programming/library/liburing/actions.py | 8 +- programming/library/liburing/pspec.xml | 181 ++++++++++++------------ 2 files changed, 95 insertions(+), 94 deletions(-) diff --git a/programming/library/liburing/actions.py b/programming/library/liburing/actions.py index a1752a3de8..e4d134c784 100644 --- a/programming/library/liburing/actions.py +++ b/programming/library/liburing/actions.py @@ -7,13 +7,13 @@ from pisi.actionsapi import autotools, pisitools, get def setup(): - autotools.rawConfigure("--mandir=/usr/share/man") + autotools.rawConfigure("--mandir=/usr/share/man") def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("README") + pisitools.dodoc("README") diff --git a/programming/library/liburing/pspec.xml b/programming/library/liburing/pspec.xml index 50fc99343d..636da5cfe3 100644 --- a/programming/library/liburing/pspec.xml +++ b/programming/library/liburing/pspec.xml @@ -1,96 +1,97 @@ - - liburing - https://git.kernel.dk/cgit/liburing/ - - PisiLinux Community - admins@pisilinux.org - - GPL - LGPL - MIT - library - programming.library - This is the io_uring library, liburing. - liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. - - https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2 - - - - - + + liburing + https://git.kernel.dk/cgit/liburing/ + + PisiLinux Community + admins@pisilinux.org + + GPL + LGPL + MIT + library + programming.library + This is the io_uring library, liburing. + liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. + + https://github.com/axboe/liburing/archive/refs/tags/liburing-2.14.tar.gz + + + + + liburing + + + + + + /usr/lib/liburing* + /usr/share/man + /usr/share/doc + + + + + + + + - - liburing - - - - - - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - - - - + + liburing-devel + + liburing + + + /usr/lib/pkgconfig + /usr/include + + - - liburing-devel - - liburing - - - /usr/lib/pkgconfig - /usr/include - - - - - - 2022-11-10 - 2.3 - Version bump. - fury - uglyside@yandex.ru - - - 2022-06-29 - 2.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-09-15 - 2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-10 - 2.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-13 - 0.7 - First build. - fury - uglyside@yandex.ru - - + + + 2026-04-05 + 2.14 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-11-10 + 2.3 + Version bump. + fury + uglyside@yandex.ru + + + 2022-06-29 + 2.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-15 + 2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-10 + 2.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-13 + 0.7 + First build. + fury + uglyside@yandex.ru + + -