+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 <jingui.ren@samsung.com> 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:
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
+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
==========================
module for gbs tool
"""
-__version__ = "0.25.0"
+__version__ = "0.25.1"
+* Fri Mar 23 2018 Ren Jingui <jingui.ren@samsung.com> 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 <junbill.wang@samsung.com> 0.25.0
* upgrade to gbs v0.25.0, which contains the following features:
*New
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.<CI_CNT>.<B_CNT>
%else
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