Bump to version 0.18
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 20 Aug 2013 14:24:52 +0000 (22:24 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 20 Aug 2013 14:29:42 +0000 (22:29 +0800)
Change-Id: I07eee62f4f1d693a7afa4d9b2e1b5fdebedd0a0f

debian/changelog
packaging/gbs.changes
packaging/gbs.dsc
packaging/gbs.spec

index 172bb54..1c9a648 100644 (file)
@@ -1,3 +1,16 @@
+gbs (0.18-0.rc1) unstable; urgency=high
+  * upgrade to gbs v0.18, which contains the following bug fixing & features:
+  * New gbs config refinements
+    - offline local full build support for tizen 2.1/2.2/3.0 on tizen.org
+    - support CI_CNT and B_CNT OBS
+    - zsh completion support
+  * bug fix:
+    - fix build conf and profile naming limitation: build conf can't contains
+      '-' and profile name can't start with digital, like profile.2.1tizen.
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Tue, 14 May 2013 10:56:15 +0800
+
+
 gbs (0.17.2-1) unstable; urgency=high
   * upgrade to gbs v0.17, which contains the following bug fixing & features:
   * New gbs config refinements
index ab0ea22..3b23148 100644 (file)
@@ -1,3 +1,14 @@
+* Tue Aug 20 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.18
+  * upgrade to gbs v0.18, which contains the following bug fixing & features:
+  * New gbs config refinements
+    - offline local full build support for tizen 2.1/2.2/3.0 on tizen.org
+    - support CI_CNT and B_CNT OBS
+    - zsh completion support
+  * bug fix:
+    - fix build conf and profile naming limitation: build conf can't contains
+      '-' and profile name can't start with digital, like profile.2.1tizen.
+
+
 * Mon Jul  1 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.17
   * upgrade to gbs v0.17, which contains the following bug fixing & features:
   * New gbs config refinements
index b268879..490f118 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.17.2
+Version: 0.18
 Binary: gbs, gbs-api, gbs-export
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Architecture: all
 Standards-Version: 3.7.1
 Build-Depends: debhelper, python-support
 Files:
- 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.2.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.18.tar.gz
index c99ee64..702c95e 100644 (file)
@@ -2,8 +2,8 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")}
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.17.2
-Release:    1
+Version:    0.18
+Release:    0.rc1.<CI_CNT>.<B_CNT>
 Group:      Development/Tools
 License:    GPLv2
 BuildArch:  noarch
@@ -14,7 +14,7 @@ Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
 Requires:   tizen-gbp-rpm >= 20130719
-Requires:   depanneur >= 0.8
+Requires:   depanneur >= 0.9
 Requires:   mic >= 0.20
 
 %if "%{?python_version}" < "2.7"