From 0d685424f85e2b43f47a0cff09d2d612a64a1624 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 11 Mar 2014 22:19:11 -0400 Subject: [PATCH] bump up to 0.24 Change-Id: I83e7b595fb6e0895d1c54569e30510d3a15192ea Signed-off-by: Gui Chen --- debian/changelog | 4 ++-- mic/__init__.py | 2 +- packaging/mic.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d6590f..1e1f6a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mic (0.24~rc1) unstable; urgency=low +mic (0.24-1) unstable; urgency=low * enhance to handle password with special characters * change python-zypp require to python-zypp-tizen * add --repo comand option for local build @@ -17,7 +17,7 @@ mic (0.24~rc1) unstable; urgency=low -- Gui Chen Thu, 24 Oct 2013 17:25:35 +0800 -mic (0.23~rc1) unstable; urgency=low +mic (0.23-1) unstable; urgency=low * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1 * split requirements to subpackage 'mic-native' to reduce mic's dependencies * support arm64 architecture image creation in native mode diff --git a/mic/__init__.py b/mic/__init__.py index b65e32d..ba4da88 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.23" +__version__ = "0.24" cur_path = os.path.dirname(__file__) or '.' sys.path.insert(0, cur_path + '/3rdparty') diff --git a/packaging/mic.spec b/packaging/mic.spec index 1f79cca..9902d7f 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define rc_version 1 +%define rc_version 0 %if 0%{?rc_version} %define release_prefix 0.rc%{rc_version}. -- 2.7.4