From c72750698c5b90a26df410ea63f2f56952f1ca25 Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Thu, 27 Apr 2017 10:07:39 +0800 Subject: [PATCH] Upgrade GBS version to V0.24.7 Change-Id: I32c5c4d310f3597f8c0f94dcc14186ca22c85529 Signed-off-by: Wang Jun --- debian/changelog | 6 ++++++ debian/control | 2 +- docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 4 ++-- 6 files changed, 23 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c80887..7d935ce 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gbs (0.24.7) unstable; urgency=high + * upgrade to gbs v0.24.7, which contains the following features: + * New feature and enhancements added: + - Support use some configuration in package own gbs.conf + -- Wang Jun Fri, 28 Apr 2017 19:00:00 +0800 + gbs (0.24.6) unstable; urgency=high * upgrade to gbs v0.24.6, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 145799b..4561b72 100755 --- 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.5) + depanneur (>= 0.15.6) 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 2cb3ba3..82c26ed 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.24.7 +========================== + +- Release Date: 2017-04 + +- New feature and enhancements added: + * Support use some configuration in package own gbs.conf + Release notes for gbs 0.24.6 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index e4503ce..07cb755 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.6" +__version__ = "0.24.7" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index bd5b82f..58ce3a1 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Fri Apr 28 2017 Wang Jun 0.24.7 + * upgrade to gbs v0.24.7, which contains the following features: + * New + - Support use some configuration in package own gbs.conf + * Wed Apr 5 2017 SoonKyu Park 0.24.6 * upgrade to gbs v0.24.5, which contains the following features: * New diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 5d4524e..822a547 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.24.6 +Version: 0.24.7 %if 0%{?opensuse_bs} Release: 1.. %else @@ -22,7 +22,7 @@ Requires: python-pycurl Requires: sudo Requires: osc >= 0.155.0 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.15.5 +Requires: depanneur >= 0.15.6 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1