OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../btrfs-progs/btrfs-progs-0.20-rc1-fix-version.patch
  5. # Copyright (C) 2012 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. From cb8b05e22eb7224fc4146abefefda80dfffb8939 Mon Sep 17 00:00:00 2001
  17. From: Christian Wiese <chris@opensde.org>
  18. Date: Mon, 5 Nov 2012 13:23:45 +0100
  19. Subject: [PATCH] fix version
  20. Upstream didn't bumped the version when tagging btrfs-progs 0.20-rc1.
  21. ---
  22. version.sh | 2 +-
  23. 1 files changed, 1 insertions(+), 1 deletions(-)
  24. diff --git a/version.sh b/version.sh
  25. index af3e441..a42610e 100644
  26. --- a/version.sh
  27. +++ b/version.sh
  28. @@ -6,7 +6,7 @@
  29. # Copyright 2008, Oracle
  30. # Released under the GNU GPLv2
  31. -v="Btrfs v0.19"
  32. +v="Btrfs v0.20-rc1"
  33. which git &> /dev/null
  34. if [ $? == 0 -a -d .git ]; then
  35. --
  36. 1.7.2.3