+gbs (0.25.4) unstable; urgency=high
+ * upgrade to gbs v0.25.4, which contains the following features:
+ * Bug fix:
+ - Fix build error on x86_64 with expand error
+ - Fix bugs of perl tempdir function call
+ - Remove mount info check after build finished
+ * New feature and enhancements added:
+ - Add --style=tar feature, which can build with gbs export source
+ -- Ren Jingui <jingui.ren@samsung.com> Fri, 31 Aug 2018 12:30:00 +0800
+
gbs (0.25.3) unstable; urgency=high
* upgrade to gbs v0.25.3, which contains the following features:
* Bug fix:
gbs-api (= ${binary:Version}),
gbs-export (= ${binary:Version}),
gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.16.3)
+ depanneur (>= 0.16.4)
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.4
+==========================
+
+- Release Date: 2018-08
+
+- Bug fix:
+ * Fix build error on x86_64 with expand error
+ * Fix bugs of perl tempdir function call
+ * Remove mount info check after build finished
+- New feature and enhancements added:
+ * Add --style=tar feature, which can build with gbs export source
+- Update dependencies:
+ * depanneur >= 0.16.4
+
Release notes for gbs 0.25.3
==========================
module for gbs tool
"""
-__version__ = "0.25.3"
+__version__ = "0.25.4"
+* Fri Aug 31 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.4
+ * upgrade to gbs v0.25.4, which contains the following features:
+ * bug fix
+ - Fix build error on x86_64 with expand error
+ - Fix bugs of perl tempdir function call
+ - Remove mount info check after build finished
+ * New
+ - Add --style=tar feature, which can build with gbs export source
+
* Fri Aug 3 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.3
* upgrade to gbs v0.25.3, which contains the following features:
* bug fix
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 0.25.3
+Version: 0.25.4
%if 0%{?opensuse_bs}
Release: 1.<CI_CNT>.<B_CNT>
%else
Requires: sudo
Requires: osc >= 0.155.0
Requires: tizen-gbp-rpm >= 20161231
-Requires: depanneur >= 0.16.3
+Requires: depanneur >= 0.16.4
%if "%{?python_version}" < "2.7"
Requires: python-argparse