From: wanchao-xu Date: Wed, 17 Jan 2024 08:23:34 +0000 (+0800) Subject: Upgrade to 0.26.1 X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042503~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c0e60898dfdf2156f0a674838a977029fbdb015;p=tools%2Fgbs.git Upgrade to 0.26.1 Change-Id: I9c2260a5f3811a70506cdd7d279d40f26511d4f1 Signed-off-by: wanchao-xu --- diff --git a/debian/changelog b/debian/changelog index eb2b336..8f38c79 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gbs (0.26.1) unstable; urgency=high + * upgrade to gbs v0.26.1, which contains the following features: + * New feature and enhancements added: + - Add new option for gbs to import source package list. + - Add warning message for encoded password in gbs config message. + - Update default gbs.conf tempalte. + - Force to change sehbang in /usr/bin/gbs to python2. + - Force to depends on librpm-tizen obviously. + * Bug fix: + - Fix the gbs export doesn't generate patches when packaging non-native package. + gbs (0.25.30) unstable; urgency=high * upgrade to gbs v0.25.30, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index da4c011..98247ab 100755 --- a/debian/control +++ b/debian/control @@ -20,8 +20,8 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.22), - librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) + depanneur (>= 0.16.23), + 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 be used to do packaging related tasks. @@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, osc (>= 0.132.6), git-buildpackage-rpm -Conflicts: gbs (<< 0.15) -Replaces: gbs (<< 0.15) +Conflicts: gbs (<< 0.25.29) +Replaces: gbs (<< 0.25.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.15) -Replaces: gbs (<< 0.15) +Conflicts: gbs (<< 0.25.29) +Replaces: gbs (<< 0.25.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.18.1) -Replaces: gbs (<< 0.18.1) +Conflicts: gbs (<< 0.25.29) +Replaces: gbs (<< 0.25.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 d9d2484..ee9bcb7 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,17 @@ +Release notes for gbs 0.26.1 +========================== + +- Release Date: 2024-1 + +- New feature and enhancements added: + * Add new option for gbs to import source package list. + * Add warning message for encoded password in gbs config message. + * Update default gbs.conf tempalte. + * Force to change sehbang in /usr/bin/gbs to python2. + * Force to depends on librpm-tizen obviously. +- Bug fix: + * Fix the gbs export doesn't generate patches when packaging non-native package. + Release notes for gbs 0.25.30 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 8e0e1a8..0a4d116 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.30" +__version__ = "0.26.1" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index a4d772a..3ab50c5 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,14 @@ +* 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: + - Add new option for gbs to import source package list. + - Add warning message for encoded password in gbs config message. + - Update default gbs.conf tempalte. + - Force to change sehbang in /usr/bin/gbs to python2. + - Force to depends on librpm-tizen obviously. + * Bug fix: + - Fix the gbs export doesn't generate patches when packaging non-native package. + * Wed May 10 2023 Biao Wang 0.25.30 * upgrade to gbs v0.25.30, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 6093309..d49a8e8 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.30 +Version: 0.26.1 %if 0%{?opensuse_bs} Release: 1.. %else @@ -24,13 +24,13 @@ Requires: python-lxml Requires: sudo Requires: osc >= 0.132.6 Requires: tizen-gbp-rpm >= 20210514 -Requires: depanneur >= 0.16.22 +Requires: depanneur >= 0.16.23 %if "%{?python_version}" < "2.7" Requires: python-argparse %endif %if ! 0%{?tizen_version:1} -Requires: rpm-tizen >= 4.11.0.1.tizen20130618-tizen20131001 +Requires: rpm-tizen >= 4.11.0.1.tizen20140530-tizen20140723 %endif Requires: %{name}-api = %{version}-%{release} Requires: %{name}-export = %{version}-%{release} @@ -46,7 +46,7 @@ be used to do packaging related tasks. %package api Summary: GBS APIs -Conflicts: gbs < 0.15 +Conflicts: gbs < 0.25.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.15 +Conflicts: gbs < 0.25.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.18.1 +Conflicts: gbs < 0.25.29 Requires: python Requires: gbs-api = %{version}-%{release} Requires: gbs-export = %{version}-%{release}