From: xuhy Date: Thu, 18 Apr 2024 01:38:20 +0000 (+0800) Subject: Upgrade version to 0.27.1 X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042503~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8157b3233bba51f0e64f64194e5a90dec4e47f02;p=tools%2Fgbs.git Upgrade version to 0.27.1 Change-Id: Ibbb7d92d514722e382b66099c0b9fed9a7a9876b Signed-off-by: xuhy --- diff --git a/debian/changelog b/debian/changelog index 8f38c79..c33b849 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.27.1) unstable; urgency=high + * upgrade to gbs v0.27.1, which contains the following features: + * New feature and enhancements added: + - Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2. + + -- Xu Huayong Thu, 18 Apr 2024 16:44: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/debian/control b/debian/control index 98247ab..83b6faf 100755 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.23), + depanneur (>= 0.16.24), librpm-tizen (>= 4.11.0.1.tizen20140530-tizen20140723) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will @@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, osc (>= 0.132.6), git-buildpackage-rpm -Conflicts: gbs (<< 0.25.29) -Replaces: gbs (<< 0.25.29) +Conflicts: gbs (<< 0.26.29) +Replaces: gbs (<< 0.26.29) Description: GBS API This package contains gbs APIs, which can be used by external software. @@ -44,8 +44,8 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), pristine-tar (>= 1.35-tizen20161231), git-buildpackage-rpm -Conflicts: gbs (<< 0.25.29) -Replaces: gbs (<< 0.25.29) +Conflicts: gbs (<< 0.26.29) +Replaces: gbs (<< 0.26.29) Description: GBS export API This package contains gbs export APIs, which can be used by external software. @@ -56,8 +56,8 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), git-buildpackage-rpm -Conflicts: gbs (<< 0.25.29) -Replaces: gbs (<< 0.25.29) +Conflicts: gbs (<< 0.26.29) +Replaces: gbs (<< 0.26.29) 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 ee9bcb7..2de767c 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.27.1 +========================== + +- Release Date: 2024-04 + +- New feature and enhancements added: + * Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2. + Release notes for gbs 0.26.1 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 0a4d116..1e5523b 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.26.1" +__version__ = "0.27.1" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 3ab50c5..f248a3e 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Thu Apr 18 2024 Xu Huayong 0.27.1 + * upgrade to gbs v0.27.1, which contains the following features: + * New feature and enhancements added: + - Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2 + * Wed Jan 17 2024 Wanchao Xu 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 d49a8e8..b990635 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.26.1 +Version: 0.27.1 %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 >= 20210514 -Requires: depanneur >= 0.16.23 +Requires: depanneur >= 0.16.24 %if "%{?python_version}" < "2.7" Requires: python-argparse @@ -46,7 +46,7 @@ be used to do packaging related tasks. %package api Summary: GBS APIs -Conflicts: gbs < 0.25.29 +Conflicts: gbs < 0.26.29 Requires: python Requires: python-pycurl Requires: osc >= 0.132.6 @@ -58,7 +58,7 @@ external software. %package export Summary: GBS export module -Conflicts: gbs < 0.25.29 +Conflicts: gbs < 0.26.29 Requires: python Requires: tizen-pristine-tar >= 20161231 Requires: gbs-api = %{version}-%{release} @@ -70,7 +70,7 @@ external software. %package remotebuild Summary: GBS remotebuild module -Conflicts: gbs < 0.25.29 +Conflicts: gbs < 0.26.29 Requires: python Requires: gbs-api = %{version}-%{release} Requires: gbs-export = %{version}-%{release}