From: jingui.ren Date: Tue, 28 Aug 2018 08:46:22 +0000 (+0800) Subject: Upgrade to 0.25.4 X-Git-Tag: submit/devel/20190730.074523~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cfae05cdf880e17bb1266bc0a3cbb6d8465e7de;p=tools%2Fgbs.git Upgrade to 0.25.4 Change-Id: I0e25882b486fd0cf4cff4a6a5297d2d4a3233b50 Signed-off-by: jingui.ren --- diff --git a/debian/changelog b/debian/changelog index 534825e..5df10f2 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 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: diff --git a/debian/control b/debian/control index 90e2e90..19233ab 100755 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends}, 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 diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 113a262..a685175 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,17 @@ +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 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index e732259..18c483a 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.3" +__version__ = "0.25.4" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 207d5c1..7460bd2 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,12 @@ +* Fri Aug 31 2018 Ren Jingui 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 0.25.3 * upgrade to gbs v0.25.3, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index b573b5d..1688292 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.25.3 +Version: 0.25.4 %if 0%{?opensuse_bs} Release: 1.. %else @@ -24,7 +24,7 @@ Requires: python-lxml 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