Hello community, here is the log from the commit of package btrfsprogs for openSUSE:Factory checked in at 2015-07-05 17:58:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old) and /work/SRC/openSUSE:Factory/.btrfsprogs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btrfsprogs" Changes: -------- --- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes 2015-06-04 08:58:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes 2015-07-05 17:58:09.000000000 +0200 @@ -1,0 +2,69 @@ +Wed Jun 24 00:00:00 CEST 2015 - [email protected] + +- spec: drop libacl dependency + +------------------------------------------------------------------- +Mon Jun 22 00:00:00 CEST 2015 - [email protected] + +- version 4.1 + * bugfixes + - fsck.btrfs: no bash-isms + - bugzilla 97171: invalid memory access (with tests) + - receive: + - cloning works with --chroot + - capabilities not lost + - mkfs: do not try to register bare file images + - option --help accepted by the standalone utilities + * enhancements + - corrupt block: ability to remove csums + - mkfs: + - warn if metadata redundancy is lower than for data + - options to make the output quiet (only errors) + - mixed case names of raid profiles accepted + - rework the output: + - more comprehensive, 'key: value' format + - subvol: + - show: + - print received uuid + - update the output + - new options to specify size units + - sync: + - grab all deleted ids and print them as they're removed, + previous implementation only checked if there are any + to be deleted - change in command semantics + - scrub: print timestamps in days HMS format + - receive: + - can specify mount point, do not rely on /proc + - can work inside subvolumes + - send: + - new option to send stream without data (NO_FILE_DATA) + - convert: + - specify incompat features on the new fs + - qgroup: + - show: distinguish no limits and 0 limit value + - limit: ability to clear the limit + - help for 'btrfs' is shorter, 1st level command overview + - debug tree: print key names according to their C name + * new + - rescure zero-log + - btrfsune: + - rewrite uuid on a filesystem image + - new option to turn on NO_HOLES incompat feature + * deprecated + - standalone btrfs-zero-log + * other + - testing framework updates + - uuid rewrite test + - btrfstune feature setting test + - zero-log tests + - more testing image formats + - manual page updates + - ioctl.h synced with current kernel uapi version + - convert: preparatory works for more filesystems (reiserfs pending) + - use static buffers for path handling where possible + - add new helpers for send uilts that check memory allocations, + switch all users, deprecate old helpers + - Makefile: fix build dependency generation + - map-logical: make it work again + +------------------------------------------------------------------- Old: ---- btrfs-progs-v4.0.tar.gz New: ---- btrfs-progs-v4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btrfsprogs.spec ++++++ --- /var/tmp/diff_new_pack.KW66MP/_old 2015-07-05 17:58:10.000000000 +0200 +++ /var/tmp/diff_new_pack.KW66MP/_new 2015-07-05 17:58:10.000000000 +0200 @@ -17,7 +17,7 @@ Name: btrfsprogs -Version: 4.0 +Version: 4.1 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0 @@ -40,7 +40,6 @@ BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake -BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: libblkid-devel BuildRequires: libext2fs-devel ++++++ btrfs-progs-v4.0.tar.gz -> btrfs-progs-v4.1.tar.gz ++++++ ++++ 8212 lines of diff (skipped) ++++++ local-version-override.patch ++++++ --- /var/tmp/diff_new_pack.KW66MP/_old 2015-07-05 17:58:10.000000000 +0200 +++ /var/tmp/diff_new_pack.KW66MP/_new 2015-07-05 17:58:10.000000000 +0200 @@ -1,13 +1,13 @@ -Index: btrfs-progs-v3.19/version.sh +Index: btrfs-progs-v4.1/version.sh =================================================================== ---- btrfs-progs-v3.19.orig/version.sh -+++ btrfs-progs-v3.19/version.sh +--- btrfs-progs-v4.1.orig/version.sh ++++ btrfs-progs-v4.1/version.sh @@ -6,7 +6,7 @@ # Copyright 2008, Oracle # Released under the GNU GPLv2 - --v="v4.0" -+v="v4.0+20150429" + +-v="v4.1" ++v="v4.1+20150622" opt=$1
