From 6d5248a1393c8063f78ae14650914ebf36f31206937abc56983ffac8ee952ca5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 20 Jan 2021 16:18:19 +0000 Subject: [PATCH] Accepting request 864582 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 2.25: * exec: Fix polling for stdout and stderr * exec: Use non-blocking read and process the buffer manually * exec: Clarify the BDUtilsProgExtract callback documentation * tests: Add bufferbloat exec tests * tests: Add null-byte exec tests * lvm: Fix bd_lvm_vdopooldata_* symbols * exec: Fix setting locale for util calls * fs: Do not report error when errors were fixed by e2fsck * README: Use CI status image for 2.x-branch on 2.x * fs: Fix compile error in ext_repair caused by cherry pick from master * Mark all GIR file constants as guint64 * lvm: Set thin metadata limits to match limits LVM uses in lvcreate * lvm: Do not use thin_metadata_size to recommend thin metadata size * lvm: Use the UNUSED macro instead of __attribute__((unused)) * Fix max size limit for LVM thinpool metadata * loop: Retry LOOP_SET_STATUS64 on EAGAIN OBS-URL: https://build.opensuse.org/request/show/864582 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=33 --- libblockdev-2.24.tar.gz | 3 --- libblockdev-2.25.tar.gz | 3 +++ libblockdev.changes | 21 +++++++++++++++++++++ libblockdev.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 libblockdev-2.24.tar.gz create mode 100644 libblockdev-2.25.tar.gz diff --git a/libblockdev-2.24.tar.gz b/libblockdev-2.24.tar.gz deleted file mode 100644 index 50623bf..0000000 --- a/libblockdev-2.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773 -size 905838 diff --git a/libblockdev-2.25.tar.gz b/libblockdev-2.25.tar.gz new file mode 100644 index 0000000..96aa26a --- /dev/null +++ b/libblockdev-2.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668 +size 930238 diff --git a/libblockdev.changes b/libblockdev.changes index 6103169..8dc1b20 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller + +- update to 2.25: + * exec: Fix polling for stdout and stderr + * exec: Use non-blocking read and process the buffer manually + * exec: Clarify the BDUtilsProgExtract callback documentation + * tests: Add bufferbloat exec tests + * tests: Add null-byte exec tests + * lvm: Fix bd_lvm_vdopooldata_* symbols + * exec: Fix setting locale for util calls + * fs: Do not report error when errors were fixed by e2fsck + * README: Use CI status image for 2.x-branch on 2.x + * fs: Fix compile error in ext_repair caused by cherry pick from master + * Mark all GIR file constants as guint64 + * lvm: Set thin metadata limits to match limits LVM uses in lvcreate + * lvm: Do not use thin_metadata_size to recommend thin metadata size + * lvm: Use the UNUSED macro instead of __attribute__((unused)) + * Fix max size limit for LVM thinpool metadata + * loop: Retry LOOP_SET_STATUS64 on EAGAIN + ------------------------------------------------------------------- Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller diff --git a/libblockdev.spec b/libblockdev.spec index ddc01f1..2482650 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,7 +1,7 @@ # # spec file for package libblockdev # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_with python2 Name: libblockdev -Version: 2.24 +Version: 2.25 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only