From e65134929b1aba25e1f52698f4739846de8645ce Mon Sep 17 00:00:00 2001 From: wangbiao Date: Mon, 29 Jan 2024 15:33:29 +0900 Subject: [PATCH] Upgrade to 2.0.1 Change-Id: I4fdcb4759b14e9cabef9a13ae534c3adfc43d358 Signed-off-by: wangbiao --- debian/changelog | 9 +++++++++ docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 2 +- 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a39336..76192bf 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (2.0.1) unstable; urgency=high + * upgrade to gbs v2.0.1, which contains the following features: + * New feature and enhancements added: + * Add support for ubuntu 22.04. + * Port code from python2.x to python3.x version. + * Fix some bugs during gbs run time. + + -- Biao Wang Mon, 29 Jan 2024 13:30:00 +0800 + gbs (0.26.1) unstable; urgency=high * upgrade to gbs v0.26.1, which contains the following features: * New feature and enhancements added: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 451b208..c75a662 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 2.0.1 +========================== + +- Release Date: 2024-1 + +- New feature and enhancements added: + * Add support for openSUSE15.2 + * Add support for ubuntu 22.04 + * Port code from python2.x to python3.x version + * Fix some bugs during gbs run time + Release notes for gbs 0.26.1 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 0a4d116..2272325 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.26.1" +__version__ = "2.0.1" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 4c7338f..ca65314 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Mon Jan 29 2024 Biao Wang 2.0.1 + * upgrade to gbs v2.0.1, which contains the following features: + * New feature and enhancements added: + - Add support for openSUSE15.2 + - Port code from python2.x to python3.x version + - Fix some bugs during gbs run time + * Wed Nov 01 2023 Biao Wang 0.26.1 * upgrade to gbs v0.26.1, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 5ee1e4d..af9f512 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -5,7 +5,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.26.1 +Version: 2.0.1 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.34.1