From a6bc6cd9674da7675c48e9297bca2f8cef102ad9 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Mon, 26 Sep 2016 14:40:29 +0900 Subject: [PATCH] Upgrade GBS version to V0.24.3 Change-Id: Iad826e39c0ad2ac2a17e12f6c773b2690c8fd9a9 --- debian/changelog | 18 ++++++++++++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 17 +++++++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 14 ++++++++++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 53 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e2a9d6..9de5a6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +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 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: diff --git a/debian/control b/debian/control index d25b95f..44e41cd 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends}, 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 diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 011e6bf..73188c0 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,20 @@ +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 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index d024445..56eed2f 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.2" +__version__ = "0.24.3" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 1c5a3fc..255a438 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,17 @@ +* Wed Sep 28 2016 SoonKyu Park 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 0.24.2 * upgrade to gbs v0.24.2, which contains the following bug fixing & features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 7b6f917..5a0b4d8 100644 --- 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.24.2 +Version: 0.24.3 %if 0%{?opensuse_bs} Release: 1.. %else @@ -22,7 +22,7 @@ Requires: python-pycurl 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 -- 2.7.4