From: biao716.wang Date: Wed, 28 Aug 2019 12:08:08 +0000 (+0800) Subject: Upgrade version to 0.25.9 X-Git-Tag: submit/trunk/20191118.024541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftrunk%2F20191118.024541;p=tools%2Fgbs.git Upgrade version to 0.25.9 Change-Id: Ic2f3e287b79b57acd0d4bda434ca49f6b6efb3bf Signed-off-by: biao716.wang --- diff --git a/debian/changelog b/debian/changelog index 4741f8d..88b068d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 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: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 7e4d02e..0c6694e 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -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 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 5dc065a..eeab904 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.8" +__version__ = "0.25.9" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 89912f7..6e2d4f1 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Fri Aug 30 2019 Wang Biao 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 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 0.25.7 * upgrade to gbs v0.25.7, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 41c2cec..e1d2c5a 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -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.. %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