File project.diff of Package liburing
--- liburing.changes.orig
+++ liburing.changes
@@ -1,4 +1,20 @@
-------------------------------------------------------------------
+Tue Sep 2 13:55:57 UTC 2025 - pgajdos@suse.com
+
+- version update to 2.12
+ * src/sanitize.c: Add compile assertion if IORING_OP_LAST increments by @grooverdan in #1424
+ * general clang undefined behaviour safe code with --sanitizer by @grooverdan in #1425
+ * configure: fix compile error of __kernel_timespec by @kexianda in #1429
+ * smp_load_acquire(ring->cq.khead) in __io_uring_peek_cqe() for consistent dereferencing by @sohambagchi in #1437
+ * man: Fix grammar errors by @vpx in #1438
+ * liburing.h: Add noexcept specifiers for C++ by @rohanlean in #1439
+ * test: Add CPUs count check in wq-aff by @schlad in #1440
+ * man/wait_cqe*: Describe -ETIME return value by @mbr0wn in #1443
+ * Add support for pipe operations, as supported by newer kernels
+ * Various man page updates
+ * Various test case additions and existing test improvements
+
+-------------------------------------------------------------------
Sat Aug 23 18:36:26 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11:
--- liburing.spec.orig
+++ liburing.spec
@@ -1,7 +1,7 @@
#
# spec file for package liburing
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define lname liburing2
Name: liburing
-Version: 2.11
+Version: 2.12
Release: 0
Summary: Linux-native io_uring I/O access library
License: (GPL-2.0-only AND LGPL-2.1-or-later) OR MIT