From: xuhy Date: Thu, 30 Nov 2023 07:18:51 +0000 (+0800) Subject: Upgrade to 0.27.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f196680203b2103957f68b93e3df239a6bf3e62;p=tools%2Fgbs.git Upgrade to 0.27.1 Change-Id: I7038d618c3c01ce781ebad08aca7077feec39817 Signed-off-by: xuhy --- diff --git a/debian/changelog b/debian/changelog index 7a39336..7bb5bd1 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.27.1) unstable; urgency=high + * upgrade to gbs v0.27.1, which contains the following features: + * Add new option for gbs to import source package list. + * Upgrade librpm-tizen version to 4.14. + * Add warning message for encoded password in gbs config message. + * Update default gbs.conf template. + + -- Xu Huayong Thu, 30 Nov 2023 14: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 e7c011d..926c71b 100755 --- a/debian/control +++ b/debian/control @@ -15,12 +15,12 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-lxml, sudo, osc (>= 0.170.1), - git-buildpackage-rpm (>= 0.9.27-tizen20231101), + git-buildpackage-rpm (>= 0.9.28-tizen20231130), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.23), + depanneur (>= 0.16.24), 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 (<< 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}, ${python3: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}, ${python3: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 451b208..febcd34 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.27.1 +========================== + +- Release Date: 2023-11 + +- New feature and enhancements added: + * Add new option for gbs to import source package list. + * Upgrade librpm-tizen version to 4.14. + * Add warning message for encoded password in gbs config message. + * Update default gbs.conf template. + 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 4c7338f..fe50618 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Thu Nov 30 2023 Xu Huayong 0.27.1 + * upgrade to gbs v0.27.1, which contains the following features: + * New feature and enhancements added: + - Add new option for gbs to import source package list. + - Upgrade librpm-tizen version to 4.14. + - Add warning message for encoded password in gbs config message. + - Update default gbs.conf template. + * 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 5142d72..f539a79 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: 0.27.1 %if 0%{?opensuse_bs} Release: 1.. %else @@ -22,8 +22,8 @@ Requires: python3-requests Requires: python3-lxml Requires: sudo Requires: osc >= 0.170.1 -Requires: tizen-gbp-rpm >= 20231101 -Requires: depanneur >= 0.16.23 +Requires: tizen-gbp-rpm >= 20231130 +Requires: depanneur >= 0.16.24 %if ! 0%{?tizen_version:1} Requires: rpm-tizen >= 4.14.1.1.tizen20230628 @@ -43,7 +43,7 @@ be used to do packaging related tasks. %package api Summary: GBS APIs -Conflicts: gbs < 0.25.30 +Conflicts: gbs < 0.26.30 Requires: python3 Requires: python3-pycurl Requires: osc >= 0.170.1 @@ -55,7 +55,7 @@ external software. %package export Summary: GBS export module -Conflicts: gbs < 0.25.30 +Conflicts: gbs < 0.26.30 Requires: python3 Requires: tizen-pristine-tar >= 20161231 Requires: gbs-api = %{version}-%{release} @@ -67,7 +67,7 @@ external software. %package remotebuild Summary: GBS remotebuild module -Conflicts: gbs < 0.25.30 +Conflicts: gbs < 0.26.30 Requires: python3 Requires: gbs-api = %{version}-%{release} Requires: gbs-export = %{version}-%{release}