diff --git a/programming/library/libnvme/actions.py b/programming/library/libnvme/actions.py index 2b9377ced8..dd0d804d45 100644 --- a/programming/library/libnvme/actions.py +++ b/programming/library/libnvme/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): - mesontools.configure("-Dpython=enabled -Dlibdbus=enabled") + mesontools.configure("-Dpython=enabled -Dlibdbus=enabled -Dliburing=enabled") def build(): mesontools.build() diff --git a/programming/library/libnvme/pspec.xml b/programming/library/libnvme/pspec.xml index 277fb1e6d6..8cb6a213d5 100644 --- a/programming/library/libnvme/pspec.xml +++ b/programming/library/libnvme/pspec.xml @@ -1,5 +1,5 @@ - + libnvme @@ -13,25 +13,25 @@ C Library for NVM Express on Linux libnvme This is the libnvme development C library. libnvme provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage nvme devices on a Linux system. - https://github.com/linux-nvme/libnvme/archive/refs/tags/v1.15.tar.gz + https://github.com/linux-nvme/libnvme/archive/refs/tags/v1.16.1.tar.gz - meson swig + meson asciidoc keyutils dbus-devel json-c-devel openssl-devel python3-devel + liburing-devel + + libnvme.patch + libnvme.patch + + --> - libnvme @@ -39,9 +39,11 @@ json-c openssl keyutils + liburing - /usr/lib + /usr/lib/libnvme* + /usr/lib/python3.11/site-packages/libnvme* /usr/share/doc @@ -50,11 +52,12 @@ libnvme-devel Development files for libnvme - libnvme keyutils dbus-devel json-c-devel openssl-devel + liburing-devel + libnvme /usr/include @@ -63,6 +66,13 @@ + + 2026-04-05 + 1.16.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + 2025-07-26 1.15