Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liburing for openSUSE:Factory 
checked in at 2024-07-14 08:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liburing (Old)
 and      /work/SRC/openSUSE:Factory/.liburing.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liburing"

Sun Jul 14 08:48:43 2024 rev:21 rq:1187031 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/liburing/liburing.changes        2024-04-04 
22:24:17.774976101 +0200
+++ /work/SRC/openSUSE:Factory/.liburing.new.17339/liburing.changes     
2024-07-14 08:48:50.688808084 +0200
@@ -1,0 +2,23 @@
+Fri Jun 28 08:29:55 UTC 2024 - Jiri Slaby <jsl...@suse.cz>
+
+- Update to 2.6:
+  * Add getsockopt and setsockopt socket commands
+  * Add test cases to test/hardlink
+  * Man page fixes
+  * Add futex support, and test cases
+  * Add waitid support, and test cases
+  * Add read multishot, and test cases
+  * Add support for IORING_SETUP_NO_SQARRAY
+  * Use IORING_SETUP_NO_SQARRAY as the default
+  * Add support for IORING_OP_FIXED_FD_INSTALL
+  * Add io_uring_prep_fixed_fd_install() helper
+  * Support for napi busy polling
+  * Improve/add test cases
+  * Man page fixes
+  * Add sample 'proxy' example
+- Remove (they are upstream)
+  * test-no-mmap-inval-0-return-is-fine-too.patch
+  * test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
+- exclude buf-ring-nommap.t test (crashes)
+
+-------------------------------------------------------------------

Old:
----
  liburing-2.5.tar.bz2
  test-no-mmap-inval-0-return-is-fine-too.patch
  test-recv-multishot-wait-for-the-right-amount-of-CQE.patch

New:
----
  liburing-2.6.tar.bz2

BETA DEBUG BEGIN:
  Old:- Remove (they are upstream)
  * test-no-mmap-inval-0-return-is-fine-too.patch
  * test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
  Old:  * test-no-mmap-inval-0-return-is-fine-too.patch
  * test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
- exclude buf-ring-nommap.t test (crashes)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liburing.spec ++++++
--- /var/tmp/diff_new_pack.xxyXcJ/_old  2024-07-14 08:48:52.372869681 +0200
+++ /var/tmp/diff_new_pack.xxyXcJ/_new  2024-07-14 08:48:52.388870267 +0200
@@ -18,15 +18,13 @@
 
 %define lname   liburing2
 Name:           liburing
-Version:        2.5
+Version:        2.6
 Release:        0
 Summary:        Linux-native io_uring I/O access library
 License:        (GPL-2.0-only AND LGPL-2.1-or-later) OR MIT
 Group:          Development/Libraries/C and C++
 URL:            https://git.kernel.dk/cgit/liburing
 Source:         
https://git.kernel.dk/cgit/liburing/snapshot/%{name}-%{version}.tar.bz2
-Patch0:         test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
-Patch1:         test-no-mmap-inval-0-return-is-fine-too.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  procps
@@ -88,7 +86,8 @@
 # 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}
-/usr/bin/make %{?_smp_mflags} runtests
+# buf-ring-nommap.t crashes with kernel 6.9
+/usr/bin/make %{?_smp_mflags} runtests TEST_EXCLUDE='buf-ring-nommap.t'
 %endif
 
 %install

++++++ liburing-2.5.tar.bz2 -> liburing-2.6.tar.bz2 ++++++
++++ 11869 lines of diff (skipped)

Reply via email to