From 4220e7aad45b0644cdd1e0b002bfdc6fa0ac986f Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 31 Jan 2014 12:55:30 +0200 Subject: [PATCH] packaging: bump version number to 3.2-rc1 Change-Id: If3a43579a45302f6a0e90be0fd3a8a1b6aa863d6 Signed-off-by: Artem Bityutskiy --- debian/changelog | 6 ++++++ packaging/bmap-tools.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 875d408..d264981 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bmap-tools (3.2~rc1) unstable; urgency=low + + * Bump the version number to 3.2~rc1. + + -- Artem Bityutskiy Fri, 31 Jan 2014 12:54:42 +0200 + bmap-tools (3.1) unstable; urgency=low * Change bmap format version from 1.4 to 2.0, because there are incompatible diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index b3975b4..dde4dfb 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -1,10 +1,11 @@ # 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 1 %define rc_str %{?rc_num:0.rc%{rc_num}}%{!?rc_num:1} Name: bmap-tools Summary: Tools to generate block map (AKA bmap) and flash images using bmap -Version: 3.1 +Version: 3.2 %if 0%{?opensuse_bs} Release: %{rc_str}.. -- 2.34.1