Hello community, here is the log from the commit of package btrfsprogs for openSUSE:Factory checked in at 2016-04-03 23:05:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-11 09:37:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes 2016-04-03 23:05:29.000000000 +0200 @@ -1,0 +2,39 @@ +Thu Mar 31 00:00:00 CEST 2016 - [email protected] + +- update to 4.5.1 + * mkfs: allow DUP on multidev fs + * fix static build +- update to 4.5 + * new/moved commands + * btrfs-show-super -> btrfs inspect-internal dump-super + * btrfs-debug-tree -> btrfs inspect-internal dump-tree + * new commands + * btrfs fi du - calculate disk usage, including shared extents + * enhancements + * device delete - delete by id (needs kernel support, not merged to 4.6) + * check - new option to specify chunk root + * debug-tree/dump-tree - option -t understands human readable name of the + tree (along numerical ids) + * btrfs-debugfs - can dump block group information + * bugfixes + * all commands should accept the option separator "--" + * several fixes in device scan + * restore works on filesystems with sectorsize > 4k + * debug-tree/dump-tree - print compression type as string + * subvol sync: fix crash, memory corruption + * argument parsing fixes: subvol get-default, qgroup create/destroy/assign, + inspect subvolid-resolve + * check for block device or regular file in several commands + * other + * documentation updates + * manual pages for the moved tools now point to btrfs-filesystem + * testsuite updates +- Removed patch (upstream): + 0001-btrfs-progs-libbtrfs-remove-max-min-macros-from-API.patch + +------------------------------------------------------------------- +Fri Mar 18 20:29:22 UTC 2016 - [email protected] + +- Recommend btrfsmaintenance + +------------------------------------------------------------------- Old: ---- 0001-btrfs-progs-libbtrfs-remove-max-min-macros-from-API.patch btrfs-progs-v4.4.1.tar.gz New: ---- btrfs-progs-v4.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ btrfsprogs.spec ++++++ --- /var/tmp/diff_new_pack.DRHVQZ/_old 2016-04-03 23:05:30.000000000 +0200 +++ /var/tmp/diff_new_pack.DRHVQZ/_new 2016-04-03 23:05:30.000000000 +0200 @@ -24,7 +24,7 @@ %endif Name: btrfsprogs -Version: 4.4.1 +Version: 4.5.1 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0 @@ -37,8 +37,6 @@ Source1: boot-btrfs.sh Source4: setup-btrfs.sh -Patch1: 0001-btrfs-progs-libbtrfs-remove-max-min-macros-from-API.patch - Patch163: 0163-btrfs-progs-fsck-fix-segfault.patch Patch167: 0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch Patch168: 0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch @@ -66,6 +64,7 @@ Requires(postun): coreutils %endif Supplements: filesystem(btrfs) +Recommends: btrfsmaintenance BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -111,7 +110,6 @@ %prep %setup -q -n btrfs-progs-v%{version} -%patch1 -p1 %patch163 -p1 %patch167 -p1 %patch168 -p1 ++++++ btrfs-progs-v4.4.1.tar.gz -> btrfs-progs-v4.5.1.tar.gz ++++++ ++++ 7181 lines of diff (skipped) ++++++ local-version-override.patch ++++++ --- /var/tmp/diff_new_pack.DRHVQZ/_old 2016-04-03 23:05:30.000000000 +0200 +++ /var/tmp/diff_new_pack.DRHVQZ/_new 2016-04-03 23:05:30.000000000 +0200 @@ -6,8 +6,8 @@ # Copyright 2008, Oracle # Released under the GNU GPLv2 --v="v4.4.1" -+v="v4.4.1+20160307" +-v="v4.5.1" ++v="v4.5.1+20160331" opt=$1
