From b773d06b0fcab822b8c9ef5ea3be9663959a541f Mon Sep 17 00:00:00 2001 From: xuhy Date: Mon, 22 Jul 2024 15:26:30 +0800 Subject: [PATCH] Upgrade version to 2.0.3 Change-Id: I944337f1341e93f1275d9b5b7779e4dffa7fed55 Signed-off-by: xuhy --- debian/changelog | 10 ++++++++++ debian/control | 14 +++++++------- docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 8 ++++++++ packaging/gbs.spec | 10 +++++----- 6 files changed, 42 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3421a93..bd9129f 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +gbs (2.0.3) unstable; urgency=high + * upgrade to gbs v2.0.3, which contains the following features: + * New feature and enhancements added: + - Fix build errors on Ubuntu 24.04. + - Fix the issue that M2Crypto module is not found on opensuse 15.5. + - Ignore the pylint warning of unbalanced-tuple-unpacking in utils script + - Fix the failed test cases which caused by gbs upgrade. + + -- Huayong Xu Mon, 22 Jul 2024 14:30:00 +0800 + gbs (2.0.2) unstable; urgency=high * upgrade to gbs v2.0.2, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index c2e7f65..1333c76 100755 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.24), + depanneur (>= 0.16.25), librpm-tizen (>= 4.14.1.1.tizen20230628-20230828) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will @@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-pycurl, osc (>= 0.170.1), git-buildpackage-rpm -Conflicts: gbs (<< 2.0.1) -Replaces: gbs (<< 2.0.1) +Conflicts: gbs (<< 2.0.2) +Replaces: gbs (<< 2.0.2) Description: GBS API This package contains gbs APIs, which can be used by external software. @@ -44,8 +44,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, gbs-api (= ${binary:Version}), pristine-tar (>= 1.35-tizen20161231), git-buildpackage-rpm -Conflicts: gbs (<< 2.0.1) -Replaces: gbs (<< 2.0.1) +Conflicts: gbs (<< 2.0.2) +Replaces: gbs (<< 2.0.2) Description: GBS export API This package contains gbs export APIs, which can be used by external software. @@ -56,8 +56,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), git-buildpackage-rpm -Conflicts: gbs (<< 2.0.1) -Replaces: gbs (<< 2.0.1) +Conflicts: gbs (<< 2.0.2) +Replaces: gbs (<< 2.0.2) Description: GBS remotebuild API This package contains gbs remotebuild APIs, which can be used by external software. diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 9ae905f..85f491b 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 2.0.3 +========================== + +- Release Date: 2024-7 + +- New feature and enhancements added: + * Fix build errors on Ubuntu 24.04. + * Fix the issue that M2Crypto module is not found on opensuse 15.5. + * Ignore the pylint warning of unbalanced-tuple-unpacking in utils script + * Fix the failed test cases which caused by gbs upgrade. + Release notes for gbs 2.0.2 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 1a19240..54ce7b6 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "2.0.2" +__version__ = "2.0.3" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index d0d4526..ce03fa2 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Mon Jul 22 2024 Huayong Xu 2.0.3 +* upgrade to gbs v2.0.3, which contains the following features: + * New feature and enhancements added: + - Fix build errors on Ubuntu 24.04. + - Fix the issue that M2Crypto module is not found on opensuse 15.5. + - Ignore the pylint warning of unbalanced-tuple-unpacking in utils script + - Fix the failed test cases which caused by gbs upgrade. + * Fri Apr 19 2024 Huayong Xu 2.0.2 * upgrade to gbs v2.0.2, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 40d9ea6..25a4097 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: 2.0.2 +Version: 2.0.3 %if 0%{?opensuse_bs} Release: 1.. %else @@ -24,7 +24,7 @@ Requires: python3-lxml Requires: sudo Requires: osc >= 0.170.1 Requires: tizen-gbp-rpm >= 20240605 -Requires: depanneur >= 0.16.24 +Requires: depanneur >= 0.16.25 %if ! 0%{?tizen_version:1} Requires: rpm-tizen >= 4.14.1.1.tizen20230628 @@ -44,7 +44,7 @@ be used to do packaging related tasks. %package api Summary: GBS APIs -Conflicts: gbs < 2.0.1 +Conflicts: gbs < 2.0.2 Requires: python3 Requires: python3-pycurl Requires: osc >= 0.170.1 @@ -56,7 +56,7 @@ external software. %package export Summary: GBS export module -Conflicts: gbs < 2.0.1 +Conflicts: gbs < 2.0.2 Requires: python3 Requires: tizen-pristine-tar >= 20161231 Requires: gbs-api = %{version}-%{release} @@ -68,7 +68,7 @@ external software. %package remotebuild Summary: GBS remotebuild module -Conflicts: gbs < 2.0.1 +Conflicts: gbs < 2.0.2 Requires: python3 Requires: gbs-api = %{version}-%{release} Requires: gbs-export = %{version}-%{release} -- 2.34.1