Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package btrfsprogs for openSUSE:Factory checked in at 2021-05-15 23:16:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old) and /work/SRC/openSUSE:Factory/.btrfsprogs.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btrfsprogs" Sat May 15 23:16:08 2021 rev:118 rq:892694 version:5.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes 2021-03-12 13:31:21.282160466 +0100 +++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.2988/btrfsprogs.changes 2021-05-15 23:17:06.516520276 +0200 @@ -1,0 +2,48 @@ +Thu May 13 00:00:00 CEST 2021 - dste...@suse.cz + +- Update to 5.12.1 + * build: fix missing symbols in libbtrfs + * mkfs: check for minimal number of zones + * check: fix warning about cache generation when free space tree is enabled + * fix superblock write in zoned mode on 16K pages + +------------------------------------------------------------------- +Mon May 10 00:00:00 CEST 2021 - dste...@suse.cz + +- Update to 5.12 + * libbtrfsutil: relicensed to LGPL v2.1+ + * mkfs: zoned mode support (kernel 5.12+) + * fi df: show zone_unusable per profile type in zoned mode + * fi usage: show total amount of zone_unusable + * fi resize: fix message for exact size + * image: fix warning and enlarge output file if necessary + * core + * refactor chunk allocator for more modes + * implement zoned mode support: allocation and writes, sb log + * crypto/hash refactoring and cleanups + * refactoring and cleanups + * other + * test updates + * CI updates + * travis-ci integration disabled + * docker images updated, more coverage + * incomplete build support for Android removed + * doc updates + * chattr mode m for 'NOCOMPRESS" + * swapfile used from fstab + * how to add a new export to libbtrfsutil + * update status of mount options since 5.9 +- Update to 5.11.1 + * properly format checksums when a mismatch is reported + * check: fix false alert on tree block crossing 64K page boundary + * convert: + * refuse to convert filesystem with 'needs_recovery' + * update documentation to require fsck before conversion + * balance convert: fix raid56 warning when converting other profiles + * fi resize: improved summary + * other + * build: fix checks and autoconf defines + * fix symlink paths for CI support scripts + * updated tests + +------------------------------------------------------------------- Old: ---- btrfs-progs-v5.11.tar.gz New: ---- btrfs-progs-v5.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btrfsprogs.spec ++++++ --- /var/tmp/diff_new_pack.7LO6wt/_old 2021-05-15 23:17:07.108517965 +0200 +++ /var/tmp/diff_new_pack.7LO6wt/_new 2021-05-15 23:17:07.112517949 +0200 @@ -34,7 +34,7 @@ %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) Name: btrfsprogs -Version: 5.11 +Version: 5.12.1 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only ++++++ btrfs-progs-v5.11.tar.gz -> btrfs-progs-v5.12.1.tar.gz ++++++ ++++ 11595 lines of diff (skipped) ++++++ mkfs-default-features.patch ++++++ --- /var/tmp/diff_new_pack.7LO6wt/_old 2021-05-15 23:17:07.660515809 +0200 +++ /var/tmp/diff_new_pack.7LO6wt/_new 2021-05-15 23:17:07.660515809 +0200 @@ -11,10 +11,10 @@ utils.h | 4 ++++ 1 file changed, 4 insertions(+) -Index: btrfs-progs-v4.10.2/fsfeatures.h +Index: btrfs-progs-v5.12/common/fsfeatures.h =================================================================== ---- btrfs-progs-v4.10.2.orig/common/fsfeatures.h -+++ btrfs-progs-v4.10.2/common/fsfeatures.h +--- btrfs-progs-v5.12.orig/common/fsfeatures.h ++++ btrfs-progs-v5.12/common/fsfeatures.h @@ -19,10 +19,14 @@ #include "kerncompat.h" @@ -29,4 +29,4 @@ +#endif /* - * Avoid multi-device features (RAID56) and mixed block groups + * Avoid multi-device features (RAID56), mixed block groups, and zoned mode