From ba54f99e35ad67bf3d0c92662e6fdded044ed301 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Thu, 5 Nov 2020 15:25:40 +0900 Subject: [PATCH] Upgrade to 0.25.14 Change-Id: Ia0d11626ea36c2a27309cfb877108efed4c9727c Signed-off-by: biao716.wang --- debian/changelog | 10 ++++++++++ docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 8 ++++++++ packaging/gbs.spec | 4 ++-- 5 files changed, 32 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b943dd0..d5fdd52 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +gbs (0.25.14) unstable; urgency=high + * upgrade to gbs v0.25.14, which contains the following features: + * New feature and enhancements added: + - Improve gbs coverage ratio. + - Remove build dependence with python-support. + - Support gen depends of exported sources. + - Add --tarfile option for gbs depends subcommand to generate tar xml file + + -- Biao Wang Thu, 05 Nov 2020 12:30:00 +0800 + gbs (0.25.13) unstable; urgency=high * upgrade to gbs v0.25.13, which contains the following features: * Bug fix: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 54a9d8a..a286c28 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.25.14 +========================== + +- Release Date: 2020-11 + +- New feature and enhancements added: + * Improve gbs coverage ratio. + * Remove build dependence with python-support. + * Support gen depends of exported sources. + * Add --tarfile option for gbs depends subcommand to generate tar xml file. + Release notes for gbs 0.25.13 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 73a6c45..bb4a4bd 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.13" +__version__ = "0.25.14" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 482d100..a4acc3c 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Thu Nov 05 2020 Biao Wang 0.25.14 + * upgrade to gbs v0.25.14, which contains the following features: + * New feature and enhancements added: + - Improve gbs coverage ratio. + - Remove build dependence with python-support. + - Support gen depends of exported sources. + - Add --tarfile option for gbs depends subcommand to generate tar xml file + * Tue Jul 21 2020 Biao Wang 0.25.13 * upgrade to gbs v0.25.13, which contains the following features: * Bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 9828b67..07140e7 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.13 +Version: 0.25.14 %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 >= 20200522 -Requires: depanneur >= 0.16.7 +Requires: depanneur >= 0.16.8 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4