From: SoonKyu Park Date: Tue, 4 Apr 2017 12:16:40 +0000 (+0900) Subject: Upgrade GBS version to V0.24.6 X-Git-Tag: submit/devel/20190730.074523~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32d34bc197b9cd7e75d116863f1a92747e08e28e;p=tools%2Fgbs.git Upgrade GBS version to V0.24.6 Change-Id: I77b78f54db6a9cf70ae4da26372011ee25583d2a --- diff --git a/debian/changelog b/debian/changelog index 2cb807d..4c80887 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.24.6) unstable; urgency=high + * upgrade to gbs v0.24.6, which contains the following features: + * New feature and enhancements added: + - create new 'rpmbuildstage:' option on OBS + * bug fix: + - Fix not to input sudo password at the end of gbs build + - Fix debchange warning + -- SoonKyu Park Wed, 5 Apr 2017 19:00:00 +0900 + gbs (0.24.5) unstable; urgency=high * upgrade to gbs v0.24.5, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index a8470c6..145799b 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.4) + depanneur (>= 0.15.5) 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 026f603..2cb3ba3 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.24.6 +========================== + +- Release Date: 2017-04 + +- New feature and enhancements added: + * create new 'rpmbuildstage:' option on OBS +- bug fix: + * Fix not to input sudo password at the end of gbs build + * Fix debchange warning + Release notes for gbs 0.24.5 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 3ca4629..e4503ce 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.5" +__version__ = "0.24.6" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index a13baba..bd5b82f 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Wed Apr 5 2017 SoonKyu Park 0.24.6 + * upgrade to gbs v0.24.5, which contains the following features: + * New + - create new 'rpmbuildstage:' option on OBS + * bug fix: + - Fix not to input sudo password at the end of gbs build + - Fix debchange warning + * Sat Jan 14 2017 SoonKyu Park 0.24.5 * upgrade to gbs v0.24.5, which contains the following features: * New diff --git a/packaging/gbs.spec b/packaging/gbs.spec index dc994ea..5d4524e 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.5 +Version: 0.24.6 %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.4 +Requires: depanneur >= 0.15.5 %if "%{?python_version}" < "2.7" Requires: python-argparse