From e938cb8bc08d78218fd97b5b17c5ac4400922b80 Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Wed, 21 Mar 2018 19:04:54 +0800 Subject: [PATCH] Upgrade to 0.25.1 Change-Id: I0d08591f628005361a19e719b5639f11f6a78a05 --- debian/changelog | 8 ++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 12 ++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 31 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff3dbf4..174f019 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 + in get function + -- 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 7f1eea5..6e20d66 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..27c7d3c 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,15 @@ +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 + in get function +- 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..a047712 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* 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 + in get function + * 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 f3b30c0..e190947 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 @@ -24,7 +24,7 @@ Requires: python-lxml Requires: sudo Requires: osc >= 0.132.6 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.16.0 +Requires: depanneur >= 0.16.1 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4