From: Zhang Qiang Date: Tue, 20 Aug 2013 14:24:52 +0000 (+0800) Subject: Bump to version 0.18 X-Git-Tag: 0.18~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c95272ed188389629a4d6848d8bd2af08b2aa1be;p=tools%2Fgbs.git Bump to version 0.18 Change-Id: I07eee62f4f1d693a7afa4d9b2e1b5fdebedd0a0f --- diff --git a/debian/changelog b/debian/changelog index 172bb54..1c9a648 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/packaging/gbs.changes b/packaging/gbs.changes index ab0ea22..3b23148 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,14 @@ +* Tue Aug 20 2013 Qiang Zhang - 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 - 0.17 * upgrade to gbs v0.17, which contains the following bug fixing & features: * New gbs config refinements diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index b268879..490f118 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -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 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 diff --git a/packaging/gbs.spec b/packaging/gbs.spec index c99ee64..702c95e 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -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.. 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"