diff options
author | Gui Chen <gui.chen@intel.com> | 2014-03-11 22:19:11 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2014-03-11 22:19:11 -0400 |
commit | 0d685424f85e2b43f47a0cff09d2d612a64a1624 (patch) | |
tree | 74cad53729c94e8cebb08d410b9516958cbf8dd1 | |
parent | 262718dd209fee36e9fd118c5223f8ad95b740f4 (diff) | |
download | mic-0d685424f85e2b43f47a0cff09d2d612a64a1624.tar.gz mic-0d685424f85e2b43f47a0cff09d2d612a64a1624.tar.bz2 mic-0d685424f85e2b43f47a0cff09d2d612a64a1624.zip |
bump up to 0.24
Change-Id: I83e7b595fb6e0895d1c54569e30510d3a15192ea
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rw-r--r-- | 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 <gui.chen@intel.com> 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}. |