+gbs (0.24.3) unstable; urgency=high
+ * upgrade to gbs v0.24.3, which contains the following bug fixing & features:
+ * bug fix:
+ - fix conflicts in installation gbs onto Ubuntu 16.04
+ - Revert gbs package selection policy - local repo has highest priority
+ - Modify export option to avoid warning message
+ (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+ - Do not print error string "unknown keyword in config: copylinkedpackages:"
+ - use correct dir for creation of icecream env
+
+ * New feature and enhancements added:
+ - Add --use-higher-deps option,
+ With this option, higher version of packages are installed, regardless of repo type
+ - Add hostarch information for build configuration
+
+ -- SoonKyu Park <sk7.park@samsung.com> Wed, 28 Sep 2016 10:00:00 +0800
+
+
gbs (0.24.2) unstable; urgency=high
* upgrade to gbs v0.24.2, which contains the following bug fixing & features:
* bug fix:
gbs-api (= ${binary:Version}),
gbs-export (= ${binary:Version}),
gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.15)
+ depanneur (>= 0.15.2)
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.24.3
+==========================
+
+- Release Date: 2016-09
+
+- Bug fix:
+ * fix conflicts in installation gbs onto Ubuntu 16.04
+ * Revert gbs package selection policy - local repo has highest priority
+ * Modify export option to avoid warning message
+ (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+ * Do not print error string "unknown keyword in config: copylinkedpackages:"
+ * use correct dir for creation of icecream env
+- New feature and enhancements added:
+ * Add --use-higher-deps option,
+ With this option, higher version of packages are installed, regardless of repo type
+ * Add hostarch information for build configuration
+
Release notes for gbs 0.24.2
==========================
module for gbs tool
"""
-__version__ = "0.24.2"
+__version__ = "0.24.3"
+* Wed Sep 28 2016 SoonKyu Park <sk7.park@samsung.com> 0.24.3
+ * upgrade to gbs v0.24.2, which contains the following bug fixing & features:
+ * bug fix:
+ - fix conflicts in installation gbs onto Ubuntu 16.04
+ - Revert gbs package selection policy - local repo has highest priority
+ - Modify export option to avoid warning message
+ (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+ - Do not print error string "unknown keyword in config: copylinkedpackages:"
+ - use correct dir for creation of icecream env
+ *New
+ - Add --use-higher-deps option,
+ With this option, higher version of packages are installed, regardless of repo type
+ - Add hostarch information for build configuration
+
* Mon Aug 08 2016 SoonKyu Park <sk7.park@samsung.com> 0.24.2
* upgrade to gbs v0.24.2, which contains the following bug fixing & features:
* bug fix:
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 0.24.2
+Version: 0.24.3
%if 0%{?opensuse_bs}
Release: 1.<CI_CNT>.<B_CNT>
%else
Requires: sudo
Requires: osc >= 0.132.6
Requires: tizen-gbp-rpm >= 20140828
-Requires: depanneur >= 0.15
+Requires: depanneur >= 0.15.2
%if "%{?python_version}" < "2.7"
Requires: python-argparse