bump to version 0.18.1-rc1
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 16 Sep 2013 08:28:36 +0000 (16:28 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 16 Sep 2013 10:15:41 +0000 (18:15 +0800)
 - depend on depanneur 0.9.1
 - Update Release-notes.

Change-Id: Ia3c14409f130378b424c880699684e740c1cd3a9

debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.dsc
packaging/gbs.spec

index 44b3cf136f47643e9d0afdb9d8fc39172c43290b..79505d4c620d543bf98b3806e1399ea3328bafe4 100644 (file)
@@ -1,3 +1,12 @@
+gbs (0.18.1-0.rc1) 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 139bfde7fc1b16217d58335b9a4a560d9743b5b2..707f3de509741cc4ab7111614f74171c25e80e94 100644 (file)
@@ -16,7 +16,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130822),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
- depanneur (>= 0.9),
+ depanneur (>= 0.9.1),
  pristine-tar (>= 1.26),
  mic (>= 0.20)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20130821)
index 582f33eb7927b70c05bd3721a2ef6976cd4ad9a7..50f398584b977489e58c6775a5af68aed0743983 100644 (file)
@@ -1,3 +1,15 @@
+Release notes for gbs 0.18.1
+============================
+
+- Release Date: 2013-09-18
+
+- New feature added:
+  * support ExportFilter in build.conf, more details about ExportFilter
+    refer to:http://en.opensuse.org/openSUSE:Build_Service_prjconf#ExportFilter
+  * bug fix:
+    - support multiple level packaging dir in --packaging-dir option
+
+
 Release notes for gbs 0.18
 ==========================
 
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 4fa1633e1a7d8712a46d95c1b4d5973d9e076ec7..0ebe3a064cd08e0def39cbcf05aafced905749f6 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.18
-Release:    1
+Version:    0.18.1
+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 >= 20130822
-Requires:   depanneur >= 0.9
+Requires:   depanneur >= 0.9.1
 Requires:   mic >= 0.20
 
 %if "%{?python_version}" < "2.7"