From ce590e722d60022f86c829cb9e2bf1b29355514f Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Tue, 21 Jul 2020 16:33:55 +0900 Subject: [PATCH] Upgrade to 0.25.13 Change-Id: Ifd9e316e32b9eabf6d9249bca2c239fb5dbfee2f Signed-off-by: biao716.wang --- debian/changelog | 9 +++++++++ docs/RELEASE_NOTES | 10 ++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 2 +- 5 files changed, 28 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c15314..b943dd0 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.25.13) unstable; urgency=high + * upgrade to gbs v0.25.13, which contains the following features: + * Bug fix: + - Fix reorder error when gbs quickbuild. + * New feature and enhancements added: + - Refine code with SAM tools check. + + -- Biao Wang Tue, 21 Jul 2020 12:30:00 +0800 + gbs (0.25.12) unstable; urgency=high * upgrade to gbs v0.25.12, which contains the following bug fixing & features: * update dependencies: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 0c96f57..54a9d8a 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,13 @@ +Release notes for gbs 0.25.13 +========================== + +- Release Date: 2020-7 + +- Bug fix:: + * Fix reorder error when gbs quickbuild. +- New feature and enhancements added: + * Refine code with SAM tools check. + Release notes for gbs 0.25.12 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 1ee0da7..73a6c45 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.12" +__version__ = "0.25.13" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 5611691..482d100 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Tue Jul 21 2020 Biao Wang 0.25.13 + * upgrade to gbs v0.25.13, which contains the following features: + * Bug fix: + - Fix reorder error when gbs quickbuild. + * New feature and enhancements added: + - Refine code with SAM tools check. + * Thu Jun 18 2020 Meng Yan 0.25.12 * upgrade to gbs v0.25.12, which contains the following features: * update dependencies: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 8ed4c54..9828b67 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.12 +Version: 0.25.13 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.34.1