cherry-pick from release branch
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 17 Oct 2013 09:12:18 +0000 (17:12 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Thu, 17 Oct 2013 09:13:42 +0000 (17:13 +0800)
bump version to 0.18.1

Change-Id: Icf35a981ff77cf29f848d56ebd7775d9f3e92d17

debian/changelog
gitbuildsys/__init__.py
packaging/gbs.dsc
packaging/gbs.spec

index 44b3cf136f47643e9d0afdb9d8fc39172c43290b..c448be3906f852f76e629daf83a47c50f88ffda0 100644 (file)
@@ -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 <qiang.z.zhang@intel.com>  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
index 850c26341b7c977bba04b42459152c044ac0aadc..f01eab0c374fb8db77b8b579a06db022c75b0b49 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.18"
+__version__ = "0.18.1"
index 490f1182e8c88c730a24ad57b1dd72ae335500d1..d773735d0482ad6b279b8b40f0f521caa9702b3b 100644 (file)
@@ -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 <jian-feng.ding@intel.com>
 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
index 45a9606f3be54dd21d5ffac452a4e15255dc41cd..001e2de0a7c8c95fcbd7263c734b1979fc9fad96 100644 (file)
@@ -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