Accepting request 293176 from home:dsterba:branches:filesystems

- 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

OBS-URL: https://build.opensuse.org/request/show/293176
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=194
This commit is contained in:
David Sterba 2015-03-25 22:08:05 +00:00 committed by Git OBS Bridge
parent 1e605498e8
commit 6f79b4f5ad
5 changed files with 23 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97acc9b1b410817249c52cd260faee65ed0caa662ad7975bb7f59708a8ae1d6b
size 1333967

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63b0f2f14888bcece26bca33d33da5e38b716b37df1bdfe7ba9077cb152bf866
size 1332550

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 25 00:00:00 CET 2015 - dsterba@suse.cz
- 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
-------------------------------------------------------------------
Wed Mar 11 00:00:00 CET 2015 - dsterba@suse.cz

View File

@ -17,7 +17,7 @@
Name: btrfsprogs
Version: 3.19
Version: 3.19.1
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0

View File

@ -6,8 +6,8 @@ Index: btrfs-progs-v3.19/version.sh
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v3.19"
+v="v3.19+20150311"
-v="v3.19.1"
+v="v3.19.1+20150325"
opt=$1