From 367051ea7245b53954a7c245fb6e9a85f7241c09 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 14 Jul 2021 16:16:44 +0900 Subject: [PATCH] Upgrade to 0.25.20 Change-Id: Ic91f8169f0be2f56eb4155d917bd6e5302f98201 Signed-off-by: biao716.wang --- debian/changelog | 7 +++++++ debian/control | 2 +- docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 4 ++-- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 51b9736..be52f9d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.20) unstable; urgency=high + * upgrade to gbs v0.25.20, which contains the following features: + * New feature and enhancements added: + - add --pkg-ccache option + + -- Biao Wang Tue, 13 Jul 2021 12:30:00 +0800 + gbs (0.25.19) unstable; urgency=high * upgrade to gbs v0.25.19, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 1afea06..f56036a 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.12) + depanneur (>= 0.16.13) 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 d93ea3d..636b6ea 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.20 +========================== + +- Release Date: 2021-7 + +- New feature and enhancements added: + * add --pkg-ccache option. + Release notes for gbs 0.25.19 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 2f69e43..7c7f14e 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.19" +__version__ = "0.25.20" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 17576f4..d76cd10 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Tue Jul 13 2021 Biao Wang 0.25.20 + * upgrade to gbs v0.25.20, which contains the following features: + * New feature and enhancements added: + - add --pkg-ccache option. + * Wed Jun 2 2021 Biao Wang 0.25.19 * upgrade to gbs v0.25.19, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 99b4e56..9ff8ae6 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.19 +Version: 0.25.20 %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.12 +Requires: depanneur >= 0.16.13 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4