d97848886b
- version 3.19.1 - convert: - new option to specify metadata block size - --no-progress actually works - restore: properly handle the page boundary corner case - build fixes: - missing macro from public header, BTRFS_BUILD_VERSION - wrong handling of --enable-convert - fi usage: reports correct space for degraded mounts - other: - mkfs: help string updates - completion: added 'usage' subcommands - cleanups in qgroup code, preparatory work (forwarded request 293176 from dsterba) OBS-URL: https://build.opensuse.org/request/show/293177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=55
14 lines
299 B
Diff
14 lines
299 B
Diff
Index: btrfs-progs-v3.19/version.sh
|
|
===================================================================
|
|
--- btrfs-progs-v3.19.orig/version.sh
|
|
+++ btrfs-progs-v3.19/version.sh
|
|
@@ -6,7 +6,7 @@
|
|
# Copyright 2008, Oracle
|
|
# Released under the GNU GPLv2
|
|
|
|
-v="v3.19.1"
|
|
+v="v3.19.1+20150325"
|
|
|
|
opt=$1
|
|
|