From: biao716.wang Date: Wed, 2 Jun 2021 01:17:03 +0000 (+0900) Subject: Upgrade to 0.25.19 X-Git-Tag: accepted/tizen/devbase/tools/20210603.004928^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02ea824dd2dbc82ca9e39e8353c117777ed3aca6;p=tools%2Fgbs.git Upgrade to 0.25.19 Change-Id: Idbfb89bfeaee10809ce9cb7b98a1c8bd75302ebf Signed-off-by: biao716.wang --- diff --git a/debian/changelog b/debian/changelog index 8ec6616..51b9736 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.19) unstable; urgency=high + * upgrade to gbs v0.25.19, which contains the following features: + * New feature and enhancements added: + - New feature: BSR: Support memory profiling. + + -- Biao Wang Wed, 2 Jun 2021 12:30:00 +0800 + gbs (0.25.18) unstable; urgency=high * upgrade to gbs v0.25.18, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 292270c..1afea06 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.11) + depanneur (>= 0.16.12) 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 9d757af..d93ea3d 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.19 +========================== + +- Release Date: 2021-6 + +- New feature and enhancements added: + * New feature: BSR: Support memory profiling. + Release notes for gbs 0.25.18 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 93ad7c1..2f69e43 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.18" +__version__ = "0.25.19" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 01a6e2f..17576f4 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* 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: + - New feature: BSR: Support memory profiling. + * 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: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index a8696f8..99b4e56 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.18 +Version: 0.25.19 %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.11 +Requires: depanneur >= 0.16.12 %if "%{?python_version}" < "2.7" Requires: python-argparse