[bmap-tools] [PATCH 3/3] Release version 2.6

Artem Bityutskiy dedekind1 at gmail.com
Fri Aug 16 05:49:36 EDT 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

Change-Id: Ic0aba0b20847454b35c7dee9d50dccdbd2cf11fa
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 bmaptool                     | 2 +-
 debian/changelog             | 6 ++++++
 packaging/bmap-tools.changes | 3 +++
 packaging/bmap-tools.spec    | 2 +-
 setup.py                     | 2 +-
 5 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/bmaptool b/bmaptool
index 10a35e9..50eeea1 100755
--- a/bmaptool
+++ b/bmaptool
@@ -46,7 +46,7 @@ also contribute to the mapped blocks and are also copied.
 #   * Too few public methods (R0903)
 # pylint: disable=R0903
 
-VERSION = "2.5"
+VERSION = "2.6"
 
 import argparse
 import sys
diff --git a/debian/changelog b/debian/changelog
index a1723ab..2b68ab4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bmap-tools (2.6) unstable; urgency=low
+
+  * Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
+
+ -- Artem Bityutskiy <artem.bityutskiy at linux.intel.com>  Tue, 13 Aug 2013 14:53:49 +0300
+
 bmap-tools (2.5) unstable; urgency=low
 
   * Do not fail when lacking permisssions for accessing block device's sysfs
diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes
index 00d6ada..893fc7e 100644
--- a/packaging/bmap-tools.changes
+++ b/packaging/bmap-tools.changes
@@ -1,3 +1,6 @@
+Tue Aug 13 11:54:31 UTC 2013 - Artem Bityutskiy <artem.bityutskiy at linux.intel.com> 2.6-1
+- Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
+
 Mon Aug  5 07:05:59 UTC 2013 - Artem Bityutskiy <artem.bityutskiy at linux.intel.com> 2.5-1
 - Do not fail when lacking permisssions for accessing block device's sysfs
   files.
diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec
index 94e851e..5d575f3 100644
--- a/packaging/bmap-tools.spec
+++ b/packaging/bmap-tools.spec
@@ -4,7 +4,7 @@
 
 Name: bmap-tools
 Summary: Tools to generate block map (AKA bmap) and flash images using bmap
-Version: 2.5
+Version: 2.6
 
 %if 0%{?opensuse_bs}
 Release: %{rc_str}.<CI_CNT>.<B_CNT>
diff --git a/setup.py b/setup.py
index 72fbd36..cc864a9 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ setup(
     description="Bmap tools",
     author="Artem Bityutskiy",
     author_email="artem.bityutskiy at linux.intel.com",
-    version="2.5",
+    version="2.6",
     scripts=['bmaptool'],
     packages=find_packages(exclude=["test*"]),
     license='GPLv2',
-- 
1.8.1.4




More information about the Bmap-tools mailing list