Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libiscsi for openSUSE:Factory checked in at 2026-06-03 20:20:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libiscsi (Old) and /work/SRC/openSUSE:Factory/.libiscsi.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libiscsi" Wed Jun 3 20:20:48 2026 rev:29 rq:1356782 version:1.20.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libiscsi/libiscsi.changes 2025-04-10 21:57:36.768502359 +0200 +++ /work/SRC/openSUSE:Factory/.libiscsi.new.1937/libiscsi.changes 2026-06-03 20:21:02.977771374 +0200 @@ -1,0 +2,20 @@ +Tue Jun 2 16:43:46 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to release 1.20.3: + * Add initial multithreading support: mutex/spinlock/thread + abstractions over the pthread and native win32 APIs, with + multithreaded async and sync examples + * Protect outqueue, waitpdu and other iscsi_context state with + a spinlock; immediately trigger the service thread to write + queued PDUs + * Fix several multithreading races between queueing a PDU and + updating task data + * New iscsi-rtpg utility (REPORT TARGET PORT GROUPS) + * Numerous bug fixes and code cleanups +- Library soname bumped from 10 to 11; rename the library + subpackage libiscsi10 -> libiscsi11 (and baselibs.conf) +- Switch from a git snapshot to the upstream 1.20.3 release tag + and use the upstream tarball directly; drop the obs_scm + _service / _servicedata + +------------------------------------------------------------------- Old: ---- _service _servicedata libiscsi-1.20.0+git.20250327.obscpio libiscsi.obsinfo New: ---- libiscsi-1.20.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libiscsi.spec ++++++ --- /var/tmp/diff_new_pack.v9tZhJ/_old 2026-06-03 20:21:03.765804065 +0200 +++ /var/tmp/diff_new_pack.v9tZhJ/_new 2026-06-03 20:21:03.765804065 +0200 @@ -1,7 +1,7 @@ # # spec file for package libiscsi # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define sover 10 +%define sover 11 Name: libiscsi -Version: 1.20.0+git.20250327 +Version: 1.20.3 Release: 0 Summary: iSCSI client library and utilities License: GPL-2.0-only AND LGPL-2.1-only URL: https://github.com/sahlberg/libiscsi -Source0: %{name}-%{version}.tar.gz +Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake @@ -104,6 +104,7 @@ %{_bindir}/iscsi-perf %{_bindir}/iscsi-pr %{_bindir}/iscsi-readcapacity16 +%{_bindir}/iscsi-rtpg %{_mandir}/man1/iscsi-inq.1%{?ext_man} %{_mandir}/man1/iscsi-ls.1%{?ext_man} %{_mandir}/man1/iscsi-swp.1%{?ext_man} ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.v9tZhJ/_old 2026-06-03 20:21:03.797805392 +0200 +++ /var/tmp/diff_new_pack.v9tZhJ/_new 2026-06-03 20:21:03.805805724 +0200 @@ -1,2 +1,2 @@ -libiscsi10 +libiscsi11
