From fb77e9aa57ac8eb2f57e393ddbfd310f1e27f24c Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Fri, 23 Mar 2018 11:31:03 +0800 Subject: [PATCH] Upgrade to 0.25.1 Change-Id: Iaf1a7cd9e7fe20e4a681b88e1531b6db5c9bcab9 Signed-off-by: jingui.ren --- debian/changelog | 7 +++++++ debian/control | 2 +- docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 6 ++++++ packaging/gbs.spec | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff3dbf4..8588718 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.1) unstable; urgency=high + * upgrade to gbs v0.25.1, which contains the following features: + * bug fix: + - Fix bugs when linux usernames including backslash + - Fix bugs the instance of ConfigMgr class can not access get_optional_item method + -- Ren Jingui Fri, 23 Mar 2018 12:30:00 +0800 + gbs (0.25.0) unstable; urgency=high * upgrade to gbs v0.25.0, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index c4018d6..73635ba 100755 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.16.0) + depanneur (>= 0.16.1) 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 bae84b7..4ddd86e 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.25.1 +========================== + +- Release Date: 2018-03 + +- Bug fix: + * Fix bugs when linux usernames including backslash + * Fix bugs the instance of ConfigMgr class can not access get_optional_item method +- Update dependencies: + * depanneur >= 0.16.1 + Release notes for gbs 0.25.0 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 92d1122..7552663 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.0" +__version__ = "0.25.1" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 4482830..ec359dd 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,9 @@ +* Fri Mar 23 2018 Ren Jingui 0.25.1 + * upgrade to gbs v0.25.1, which contains the following features: + * bug fix + - Fix bugs when linux usernames including backslash + - Fix bugs the instance of ConfigMgr class can not access get_optional_item method + * Fri Jan 26 2018 Wang Jun 0.25.0 * upgrade to gbs v0.25.0, which contains the following features: *New diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 3dd009d..b9c6a07 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.0 +Version: 0.25.1 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.34.1