Upgrade version to 0.25.9 52/212952/5 release-20190904 release-pylint accepted/tizen/devbase/tools/20190927.044840 accepted/tizen/devbase/tools/20191115.082222 accepted/tizen/devbase/tools/20191118.100156 submit/devel/20191112.112624 submit/submit/trunk/20191014.004313/20191014.004328 submit/trunk/20190927.012842 submit/trunk/20191002.002523 submit/trunk/20191010.225930 submit/trunk/20191014.004313 submit/trunk/20191014.234733 submit/trunk/20191015.001635 submit/trunk/20191015.094027 submit/trunk/20191015.111756 submit/trunk/20191015.234739 submit/trunk/20191016.004626 submit/trunk/20191016.012059 submit/trunk/20191016.025449 submit/trunk/20191016.062222 submit/trunk/20191017.074428 submit/trunk/20191017.103604 submit/trunk/20191017.111201 submit/trunk/20191017.233826 submit/trunk/20191021.004826 submit/trunk/20191029.112531 submit/trunk/20191030.112603 submit/trunk/20191101.102136 submit/trunk/20191114.094425 submit/trunk/20191115.074736 submit/trunk/20191118.024541 submit/trunk/20191121.000931 submit/trunk/20191121.064204
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 28 Aug 2019 12:08:08 +0000 (20:08 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 3 Sep 2019 02:22:05 +0000 (10:22 +0800)
Change-Id: Ic2f3e287b79b57acd0d4bda434ca49f6b6efb3bf
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 4741f8d..88b068d 100755 (executable)
@@ -1,3 +1,8 @@
+gbs (0.25.9) unstable; urgency=high
+  * upgrade to gbs v0.25.9, which contains the following features:
+      - Add --export-only feature
+ -- Wang Biao <biao716.wang@samsung.com>  Fri, 30 Aug 2019 12:30:00 +0800
+
 gbs (0.25.8) unstable; urgency=high
   * upgrade to gbs v0.25.8, which contains the following features:
     * New feature and enhancements added:
index 7e4d02e..0c6694e 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.9
+==========================
+
+- Release Date: 2019-8
+
+- New feature and enhancements added:
+    * Add --export-only feature
+
 Release notes for gbs 0.25.8
 ==========================
 
index 5dc065a..eeab904 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.8"
+__version__ = "0.25.9"
index 89912f7..6e2d4f1 100755 (executable)
@@ -1,3 +1,8 @@
+* Fri Aug 30 2019 Wang Biao <biao716.wang@samsung.com> 0.25.9
+  * upgrade to gbs v0.25.9, which contains the following features:
+    * New
+      - add --export-only feature
+
 * Fri Feb 15 2019 Ren Jingui <jingui.ren@samsung.com> 0.25.8
   * upgrade to gbs v0.25.8, which contains the following features:
     * New
@@ -5,7 +10,6 @@
       - Upgrade osc version to 0.162.2
       - Upgrade git-buildpackage version to 0.9.9
       - Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static
-
 * Wed Nov 14 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.7
   * upgrade to gbs v0.25.7, which contains the following features:
     * bug fix
index 41c2cec..e1d2c5a 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.8
+Version:    0.25.9
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.5
+Requires:   depanneur >= 0.16.6
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse