diff --git a/btrfs-progs-v4.10.2.tar.gz b/btrfs-progs-v4.10.2.tar.gz deleted file mode 100644 index 5004aec..0000000 --- a/btrfs-progs-v4.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be89105767008e6f3e92a34bb9135e827b11cf6256bff9846f4f5ab195e9b0c4 -size 1819566 diff --git a/btrfs-progs-v4.12.1.tar.gz b/btrfs-progs-v4.12.1.tar.gz new file mode 100644 index 0000000..d68e3c8 --- /dev/null +++ b/btrfs-progs-v4.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada7fb690d6620dcd8236a6a1704dfdbf9a79b0ab1810552ceb9e5c3943deadf +size 2015458 diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 26b9ef7..95f3a8e 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Tue Aug 29 00:00:00 CEST 2017 - dsterba@suse.cz + +- update to 4.12.1 + * build: + * fix cross-compilation + * use gnu90 explicitly + * dump-tree: more relaxed checks so -b can print block on a damaged fs + * convert: fix the 1MB range exclusion + * check: more dir_item hash checks + * other + * added missing getopt spec for some options + * doc fixes + * cleanups + * test updates +- update to 4.12 + * subvol show: new options --rootid, --uuid to show subvol by the given spec + * convert: progress report fixes, found by tsan + * image: progress report fixes, found by tsan + * fix infinite looping in find-root, or when looking for free extents + * other: + * code refactoring + * docs updates + * build: ThreadSanitizer support + * tests: stricter checks for mounted filesystem +- update to -4.11.1 + * image: restoring from multiple devices + * dev stats: make --check option work + * check: fix false alert with extent hole on a NO_HOLE filesystem + * check: lowmem mode, fix false alert in case of mixed inline and compressed + extent + * convert: work with large filesystems (many TB) + * convert: fix overwriting of eb header flags + * convert: do not clear NODATASUM flag in inodes when run with --no-datasum + * docs updates + * build: sync Android.mk with Makefile + * tests: + * new tests + * fix 008 and 009, shell quotation mistake +- update to 4.11 + * receive: fix handling empty stream with -e (multi-stream) + * send dump: fix printing long file names + * stability fixes for: dump-super, print-tree, check + * option parser updates: global options are parsed before the subcommand name + (old xfstests will fail) + * new and updated tests + * documentation updates + ------------------------------------------------------------------- Sat Jun 10 15:00:59 UTC 2017 - meissner@suse.com diff --git a/btrfsprogs.spec b/btrfsprogs.spec index bb90663..2855aa7 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -28,7 +28,7 @@ %endif Name: btrfsprogs -Version: 4.10.2 +Version: 4.12.1 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0 @@ -43,8 +43,8 @@ Source4: setup-btrfs.sh Source5: sles11-defaults.h 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 +#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 Patch169: btrfs-support-pie.patch Patch1000: local-version-override.patch @@ -141,8 +141,8 @@ thing. %prep %setup -q -n btrfs-progs-v%{version} %patch163 -p1 -%patch167 -p1 -%patch168 -p1 +#%patch167 -p1 +#%patch168 -p1 %patch169 -p1 %patch1000 -p1 %patch1001 -p1 diff --git a/local-version-override.patch b/local-version-override.patch index 98af5a2..f88715d 100644 --- a/local-version-override.patch +++ b/local-version-override.patch @@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh # Copyright 2008, Oracle # Released under the GNU GPLv2 --v="v4.10.2" -+v="v4.10.2+20170406" +-v="v4.12.1" ++v="v4.12.1+20170829" opt=$1