Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liburing for openSUSE:Factory checked in at 2025-12-30 12:01:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liburing (Old) and /work/SRC/openSUSE:Factory/.liburing.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liburing" Tue Dec 30 12:01:04 2025 rev:33 rq:1324733 version:2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/liburing/liburing.changes 2025-08-27 21:33:58.268906269 +0200 +++ /work/SRC/openSUSE:Factory/.liburing.new.1928/liburing.changes 2025-12-30 12:01:16.082787339 +0100 @@ -1,0 +2,11 @@ +Sun Dec 21 09:14:57 UTC 2025 - Andreas Stieger <[email protected]> + +- update to 2.13: + * Add support for pipe operations, as supported by newer kernels + * Fixes for error path handling + * fixes to memory handling correctness + * fixes to build system and tests + * documentation updates and fixes + * fixes to undefined behavior issues and compiler issues + +------------------------------------------------------------------- Old: ---- liburing-2.11.tar.gz liburing-2.11.tar.gz.asc New: ---- liburing-2.13.tar.gz liburing-2.13.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liburing.spec ++++++ --- /var/tmp/diff_new_pack.qBjzAo/_old 2025-12-30 12:01:17.510845981 +0100 +++ /var/tmp/diff_new_pack.qBjzAo/_new 2025-12-30 12:01:17.522846474 +0100 @@ -19,7 +19,7 @@ %define lname liburing2 Name: liburing -Version: 2.11 +Version: 2.13 Release: 0 Summary: Linux-native io_uring I/O access library License: (GPL-2.0-only AND LGPL-2.1-or-later) OR MIT @@ -92,17 +92,20 @@ # io_uring syscalls not supported as of qemu 7.0.0 and would test the host # kernel anyway not the target kernel.. %if !0%{?qemu_user_space_build} -declare -a TEST_EXCLUDE=( resize-rings.t ) +declare -a TEST_EXCLUDE=( resize-rings.t conn-unreach.t min-timeout-wait.t ) %if 0%{?sle_version} == 150500 TEST_EXCLUDE+=( fallocate.t fd-pass.t fixed-buf-merge.t msg-ring-overflow.t nop.t poll-race-mshot.t reg-hint.t sqwait.t wq-aff.t ) %endif %if 0%{?sle_version} == 150600 -TEST_EXCLUDE+=( register-restrictions.t ) +TEST_EXCLUDE+=( register-restrictions.t sqpoll-sleep.t ) %endif %if 0%{?sle_version} == 150600 || 0%{?sle_version} == 150700 TEST_EXCLUDE+=( accept-non-empty.t bind-listen.t fallocate.t nop.t recvsend_bundle.t recvsend_bundle-inc.t sqwait.t timeout.t ) %endif +%if 0%{?sle_version} == 150700 +TEST_EXCLUDE+=( fifo-futex-poll.t ) +%endif %if 0%{?suse_version} == 1600 TEST_EXCLUDE+=( read-inc-file.t sqwait.t timeout.t ) %endif ++++++ liburing-2.11.tar.gz -> liburing-2.13.tar.gz ++++++ ++++ 9609 lines of diff (skipped)
