btrfsprogs/local-version-override.patch
David Sterba 6f79b4f5ad 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
2015-03-25 22:08:05 +00:00

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