From c1c7a36129fc374b0d18c3966f406c70331c4d5d Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Fri, 14 May 2021 14:59:41 +0900 Subject: [PATCH] Upgrade to 0.25.18 Change-Id: Ie2246ec07bdf5469656ad163cdb7e0c5fa69e023 Signed-off-by: biao716.wang --- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 8 ++++++++ packaging/gbs.spec | 6 +++--- 6 files changed, 35 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1ef6e8..8ec6616 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +gbs (0.25.18) unstable; urgency=high + * upgrade to gbs v0.25.18, which contains the following features: + * New feature and enhancements added: + - New feature: Build Profiling. + - Fix pylint error: Reimport 're'. + - Fix pylint error issue for bsr directory. + - New feature: add --submodules option to support build with submodule. + + -- Biao Wang Fri, 14 May 2021 12:30:00 +0800 + gbs (0.25.17) unstable; urgency=high * upgrade to gbs v0.25.17, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 98ffb50..292270c 100755 --- a/debian/control +++ b/debian/control @@ -15,12 +15,12 @@ Depends: ${misc:Depends}, ${python:Depends}, python-lxml, sudo, osc (>= 0.132.6), - git-buildpackage-rpm (>= 0.9.20-tizen20200522), + git-buildpackage-rpm (>= 0.9.21-tizen20210514), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.7) + depanneur (>= 0.16.11) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index f186fa6..9d757af 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.25.18 +========================== + +- Release Date: 2021-5 + +- New feature and enhancements added: + * New feature: Build Profiling. + * Fix pylint error: Reimport 're'. + * Fix pylint error issue for bsr directory. + * New feature: add --submodules option to support build with submodule. + Release notes for gbs 0.25.17 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 8c3e6d1..93ad7c1 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.17" +__version__ = "0.25.18" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 7b7eb03..01a6e2f 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Tue May 14 2021 Biao Wang 0.25.18 + * upgrade to gbs v0.25.18, which contains the following features: + * New feature and enhancements added: + - New feature: Build Profiling. + - Fix pylint error: Reimport 're'. + - Fix pylint error issue for bsr directory. + - New feature: add --submodules option to support build with submodule. + * Tue Mar 23 2021 Biao Wang 0.25.17 * upgrade to gbs v0.25.17, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index e84739a..a8696f8 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.17 +Version: 0.25.18 %if 0%{?opensuse_bs} Release: 1.. %else @@ -23,8 +23,8 @@ Requires: python-requests Requires: python-lxml Requires: sudo Requires: osc >= 0.132.6 -Requires: tizen-gbp-rpm >= 20200522 -Requires: depanneur >= 0.16.9 +Requires: tizen-gbp-rpm >= 20210514 +Requires: depanneur >= 0.16.11 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1