From: Zhang Qiang Date: Thu, 17 Oct 2013 09:12:18 +0000 (+0800) Subject: cherry-pick from release branch X-Git-Tag: 0.19~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a699186e55e4ac07750755c0a9d58f5027b28739;p=tools%2Fgbs.git cherry-pick from release branch bump version to 0.18.1 Change-Id: Icf35a981ff77cf29f848d56ebd7775d9f3e92d17 --- diff --git a/debian/changelog b/debian/changelog index 44b3cf1..c448be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.18.1-1) unstable; urgency=high + * upgrade to gbs v0.18.1, which contains the following bug fixing & features: + * support ExportFilter in build.conf + * bug fix: + - support multiple level packaging dir in --packaging-dir option + + -- Qiang Zhang Tue, 14 May 2013 10:56:15 +0800 + + gbs (0.18-1) unstable; urgency=high * upgrade to gbs v0.18, which contains the following bug fixing & features: * New gbs config refinements diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 850c263..f01eab0 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.18" +__version__ = "0.18.1" diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index 490f118..d773735 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: gbs -Version: 0.18 +Version: 0.18.1 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.18.tar.gz + 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.18.1.tar.gz diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 45a9606..001e2de 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -2,7 +2,7 @@ %{!?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.18 +Version: 0.18.1 Release: 1 Group: Development/Tools License: GPLv2