From f92941c39e432323ae6659dddccf0e4af950bed3d74e67dac05c0d8338aec7a8 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Mon, 2 Oct 2023 02:58:02 +0000 Subject: [PATCH] Accepting request 1114268 from home:iznogood:branches:devel:libraries:c_c++ - Update to version 3.0.3: * Always use "--fs ignore" with lvresize * nvme: - Use interim buffer for nvme_get_log_sanitize() - Generate HostID when missing * tests: - Specificy required versions when importing GLib and BlockDev introspection - Minor NVMe HostNQN fixes - Replace deprecated unittest assert calls * fs: - Fix leaking directories with temporary mounts - Fix memory leak * crypto: Correctly convert passphrases from Python to C OBS-URL: https://build.opensuse.org/request/show/1114268 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=50 --- NEWS.rst | 30 ++++++++++++++++++++++++++++++ libblockdev-3.0.2.tar.gz | 3 --- libblockdev-3.0.3.tar.gz | 3 +++ libblockdev.changes | 18 ++++++++++++++++++ libblockdev.spec | 2 +- 5 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 libblockdev-3.0.2.tar.gz create mode 100644 libblockdev-3.0.3.tar.gz diff --git a/NEWS.rst b/NEWS.rst index 7e0688c..e8c761e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,33 @@ +Libblockdev 3.0.3 +------------------ + +New bugfix release of the libblockdev library with multiple fixes. See below +for details. + +**Full list of changes** + +Marius Vollmer (1): + +- Always use "--fs ignore" with lvresize + +Michael Biebl (1): + +- tests: Specificy required versions when importing GLib and BlockDev + introspection + +Tomas Bzatek (3): + +- nvme: Use interim buffer for nvme_get_log_sanitize() +- nvme: Generate HostID when missing +- tests: Minor NVMe HostNQN fixes + +Vojtech Trefny (4): + +- tests: Replace deprecated unittest assert calls +- fs: Fix leaking directories with temporary mounts +- fs: Fix memory leak +- crypto: Correctly convert passphrases from Python to C + Libblockdev 3.0.2 ------------------ diff --git a/libblockdev-3.0.2.tar.gz b/libblockdev-3.0.2.tar.gz deleted file mode 100644 index fc974d5..0000000 --- a/libblockdev-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7aff7c762abe7585fac0ea335ea5eefced6688515cc5a0b9c1a18003246af079 -size 1067300 diff --git a/libblockdev-3.0.3.tar.gz b/libblockdev-3.0.3.tar.gz new file mode 100644 index 0000000..3ce632d --- /dev/null +++ b/libblockdev-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8 +size 1048628 diff --git a/libblockdev.changes b/libblockdev.changes index 41a15e2..f7845d9 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Sep 29 07:48:57 UTC 2023 - Bjørn Lie + +- Update to version 3.0.3: + * Always use "--fs ignore" with lvresize + * nvme: + - Use interim buffer for nvme_get_log_sanitize() + - Generate HostID when missing + * tests: + - Specificy required versions when importing GLib and BlockDev + introspection + - Minor NVMe HostNQN fixes + - Replace deprecated unittest assert calls + * fs: + - Fix leaking directories with temporary mounts + - Fix memory leak + * crypto: Correctly convert passphrases from Python to C + ------------------------------------------------------------------- Wed Aug 23 01:16:38 UTC 2023 - Luciano Santos diff --git a/libblockdev.spec b/libblockdev.spec index f26fde9..1e84fdc 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -41,7 +41,7 @@ %define soversion 3 Name: libblockdev -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only