Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libblockdev for openSUSE:Factory checked in at 2023-10-15 19:25:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libblockdev (Old) and /work/SRC/openSUSE:Factory/.libblockdev.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libblockdev" Sun Oct 15 19:25:56 2023 rev:22 rq:1117700 version:3.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libblockdev/libblockdev.changes 2023-10-02 20:04:44.575085539 +0200 +++ /work/SRC/openSUSE:Factory/.libblockdev.new.20540/libblockdev.changes 2023-10-15 19:26:01.257613488 +0200 @@ -1,0 +2,19 @@ +Fri Oct 13 08:09:53 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.0.4: + * plugins: use g_autofree for free'ing g_char's + * plugins: btrfs: use g_autofree where possible for g_free + * fs: correct btrfs set label description + * nvme: Rework memory allocation for device ioctls + * spec: Obsolete vdo plugin packages + * spec: Move obsoleted devel subpackages to libblockdev-devel + * ci: Bump actions/checkout from v3 to v4 + * part: Do not open disk read-write for read only operations + * fs: Disable progress for ntfsresize + * packit: Add configuration for downstream builds + * logging: Default to DEBUG log level if compiled with --enable-debug + * Use log function when calling a plugin function that is not loaded + * lvm-dbus: Replace g_critical calls with bd_utils_log_format + * tests: Fail early when recompilation fails in library_test + +------------------------------------------------------------------- Old: ---- libblockdev-3.0.3.tar.gz New: ---- libblockdev-3.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libblockdev.spec ++++++ --- /var/tmp/diff_new_pack.G8DO4J/_old 2023-10-15 19:26:01.937637984 +0200 +++ /var/tmp/diff_new_pack.G8DO4J/_new 2023-10-15 19:26:01.941638128 +0200 @@ -41,7 +41,7 @@ %define soversion 3 Name: libblockdev -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only ++++++ NEWS.rst ++++++ --- /var/tmp/diff_new_pack.G8DO4J/_old 2023-10-15 19:26:01.969639137 +0200 +++ /var/tmp/diff_new_pack.G8DO4J/_new 2023-10-15 19:26:01.973639281 +0200 @@ -1,3 +1,35 @@ +Libblockdev 3.0.4 +------------------ + +New bugfix release of the libblockdev library with multiple fixes. See below +for details. + +**Full list of changes** + +Jelle van der Waa (3): + +- plugins: use g_autofree for free'ing g_char's +- plugins: btrfs: use g_autofree where possible for g_free +- fs: correct btrfs set label description + +Tomas Bzatek (1): + +- nvme: Rework memory allocation for device ioctls + +Vojtech Trefny (11): + +- spec: Obsolete vdo plugin packages +- spec: Move obsoleted devel subpackages to libblockdev-devel +- ci: Bump actions/checkout from v3 to v4 +- part: Do not open disk read-write for read only operations +- fs: Disable progress for ntfsresize +- packit: Add configuration for downstream builds +- logging: Default to DEBUG log level if compiled with --enable-debug +- Use log function when calling a plugin function that is not loaded +- lvm-dbus: Replace g_critical calls with bd_utils_log_format +- tests: Fail early when recompilation fails in library_test +- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 + Libblockdev 3.0.3 ------------------ ++++++ libblockdev-3.0.3.tar.gz -> libblockdev-3.0.4.tar.gz ++++++ ++++ 4807 lines of diff (skipped)