Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libblockdev for openSUSE:Factory checked in at 2024-02-15 20:59:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libblockdev (Old) and /work/SRC/openSUSE:Factory/.libblockdev.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libblockdev" Thu Feb 15 20:59:58 2024 rev:24 rq:1146368 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libblockdev/libblockdev.changes 2023-11-22 18:54:22.543063285 +0100 +++ /work/SRC/openSUSE:Factory/.libblockdev.new.1815/libblockdev.changes 2024-02-15 21:01:17.589875689 +0100 @@ -1,0 +2,19 @@ +Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.1.0: + * Add BDPluginSpec constructor and use it in plugin_specs_from_names + * overrides: Remove unused 'sys' import + * swap: Add support for checking label and UUID format + * fs: Add a function to check label format for F2FS + * fs: Add a generic function to check for fs info availability + * fs: Fix allowed UUID for generic mkfs with VFAT + * fs: Add support for getting filesystem min size for NTFS and Ext + * Mark NVDIMM plugin as deprecated since 3.1 + * part: Fix potential double free when getting parttype + * Fix missing progress initialization in bd_crypto_luks_add_key + * lvm-dbus: Fix leaking error + * lvm-dbus: Avoid using already-freed memory + * utils: Add expected printf string annotation + * fs: Report reason for open() and ioctl() failures + +------------------------------------------------------------------- Old: ---- libblockdev-3.0.4.tar.gz New: ---- libblockdev-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libblockdev.spec ++++++ --- /var/tmp/diff_new_pack.ZQZp9n/_old 2024-02-15 21:01:18.109893966 +0100 +++ /var/tmp/diff_new_pack.ZQZp9n/_new 2024-02-15 21:01:18.113894107 +0100 @@ -1,7 +1,7 @@ # # spec file for package libblockdev # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,7 @@ %define soversion 3 Name: libblockdev -Version: 3.0.4 +Version: 3.1.0 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only ++++++ NEWS.rst ++++++ --- /var/tmp/diff_new_pack.ZQZp9n/_old 2024-02-15 21:01:18.145895232 +0100 +++ /var/tmp/diff_new_pack.ZQZp9n/_new 2024-02-15 21:01:18.149895372 +0100 @@ -1,3 +1,42 @@ +Libblockdev 3.1.0 +------------------ + +New minor release of the libblockdev library with multiple fixes. See below +for details. + +**Full list of changes** + +Tomas Bzatek (7): + +- tests: Default to /tmp for create_sparse_tempfile() +- tests: Avoid setting up intermediary loop device for the nvme target +- tests: Remove unreliable nvme attribute checks +- lvm-dbus: Fix leaking error +- lvm-dbus: Avoid using already-freed memory +- utils: Add expected printf string annotation +- fs: Report reason for open() and ioctl() failures + +Vojtech Trefny (18): + +- ci: Add an action to compile libblockdev with different compilers +- Sync spec with downstream +- Add BDPluginSpec constructor and use it in plugin_specs_from_names +- overrides: Remove unused 'sys' import +- ci: Manually prepare spec file for Packit +- ci: Remove the custom version command for Packit +- swap: Add support for checking label and UUID format +- fs: Add a function to check label format for F2FS +- fs: Add a generic function to check for fs info availability +- fs: Fix allowed UUID for generic mkfs with VFAT +- fs: Add support for getting filesystem min size for NTFS and Ext +- tests: Remove some obsolete rules to skip tests +- Mark NVDIMM plugin as deprecated since 3.1 +- part: Fix potential double free when getting parttype +- tests: Use BDPluginSpec constructor in LVM DBus plugin tests +- python: Add a deepcopy function to our structs +- Fix missing progress initialization in bd_crypto_luks_add_key +- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 + Libblockdev 3.0.4 ------------------ ++++++ libblockdev-3.0.4.tar.gz -> libblockdev-3.1.0.tar.gz ++++++ ++++ 4823 lines of diff (skipped)