From 67984660f19154eb16612495fcd1fab5097074cc Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 7 Jan 2013 10:21:54 +0200 Subject: [PATCH] Pre-release 2.0-rc4 Change-Id: I0f848639ca9b12cd2ca14bfa0523df729b4b5358 Signed-off-by: Artem Bityutskiy --- RELEASE_NOTES | 2 +- bmaptool | 2 +- debian/changelog | 6 ++++++ packaging/bmap-tools.changes | 3 +++ packaging/bmap-tools.dsc | 2 +- packaging/bmap-tools.spec | 2 +- setup.py | 2 +- 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 13ee30c..a3b5f86 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -Pre-release 2.0-rc3 +Pre-release 2.0-rc4 ~~~~~~~~~~~~~~~~~~~ There are several user-visible changes in 'bmaptool copy': diff --git a/bmaptool b/bmaptool index fb286d8..b1a5b76 100755 --- a/bmaptool +++ b/bmaptool @@ -32,7 +32,7 @@ all 4GiB of data. We say that it is a bit more than 100MiB because things like file-system meta-data (inode tables, superblocks, etc), partition table, etc also contribute to the mapped blocks and are also copied. """ -VERSION = "2.0-rc3" +VERSION = "2.0-rc4" import argparse import sys diff --git a/debian/changelog b/debian/changelog index b64e152..48b8b51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bmap-tools (2.0-0.rc4) unstable; urgency=low + + * Fix bmap autodiscovery. + + -- Artem Bityutskiy Thu, 10 Jan 2013 13:58:07 +0200 + bmap-tools (2.0-0.rc3) unstable; urgency=low * Fix uncaught urllib2 exception bug introduced in rc1. diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index 83f0f6d..c881f8f 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,3 +1,6 @@ +Thu Jan 10 11:58:57 UTC 2013 - Artem Bityutskiy 2.0-0.rc4 +- Fix bmap autodiscovery. + Mon Jan 7 08:20:37 UTC 2013 - Artem Bityutskiy 2.0-0.rc3 - Fix uncaught urllib2 exception bug introduced in rc1. diff --git a/packaging/bmap-tools.dsc b/packaging/bmap-tools.dsc index 0f00284..b8ea6e6 100644 --- a/packaging/bmap-tools.dsc +++ b/packaging/bmap-tools.dsc @@ -2,7 +2,7 @@ Format: 1.0 Source: bmap-tools Binary: bmap-tools Architecture: all -Version: 2.0-0.rc3 +Version: 2.0-0.rc4 Maintainer: Artem Bityutskiy Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7), python-all, python-distribute diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 8372b50..7e9c74d 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -1,6 +1,6 @@ # We follow the Fedora guide for versioning. Fedora recommends to use something # like '1.0-0.rc7' for release candidate rc7 and '1.0-1' for the '1.0' release. -%define rc_num 3 +%define rc_num 4 %define rc_str %{?rc_num:0.rc%{rc_num}}%{!?rc_num:1} Name: bmap-tools diff --git a/setup.py b/setup.py index 8597f82..f028c1c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( description = "Bmap tools", author = "Artem Bityutskiy", author_email = "artem.bityutskiy@linux.intel.com", - version = "2.0-rc3", + version = "2.0-rc4", scripts = ['bmaptool'], packages = find_packages(exclude = [ "test*" ]), license='GPLv2', -- 2.7.4