From 180ca69222ef340f0f07b4e07f36abab2db85b67 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Tue, 23 Mar 2021 15:15:47 +0900 Subject: [PATCH] Upgrade to 0.25.17 Change-Id: Ib93a84e0c6b986231ab87f8648b678a143c5bf92 Signed-off-by: biao716.wang --- debian/changelog | 7 +++++++ docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 2 +- 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f677a5..c1ef6e8 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.17) unstable; urgency=high + * upgrade to gbs v0.25.17, which contains the following features: + * New feature and enhancements added: + - Fix gbs full build error: binary not found. + + -- Biao Wang Fri, 05 Feb 2021 12:30:00 +0800 + gbs (0.25.16) unstable; urgency=high * upgrade to gbs v0.25.16, which contains the following features: * New feature and enhancements added: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 0478421..f186fa6 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.17 +========================== + +- Release Date: 2021-3 + +- New feature and enhancements added: + * Fix gbs full build error: binary not found. + Release notes for gbs 0.25.16 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 141d317..8c3e6d1 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.16" +__version__ = "0.25.17" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 78eee8e..7b7eb03 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Tue Mar 23 2021 Biao Wang 0.25.17 + * upgrade to gbs v0.25.17, which contains the following features: + * New feature and enhancements added: + - Fix gbs full build error: binary not found. + * Fri Feb 05 2021 Biao Wang 0.25.16 * upgrade to gbs v0.25.16, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index a703837..be41c65 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.16 +Version: 0.25.17 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4