From c9093a9d91be07bd778aecf2fb7789cc676a1cc6 Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Tue, 28 Aug 2018 16:46:22 +0800 Subject: [PATCH] Upgrade to 0.25.4 Change-Id: I0e25882b486fd0cf4cff4a6a5297d2d4a3233b50 --- debian/changelog | 10 ++++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 14 ++++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 9 +++++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 72ee113..139d863 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 dc2f158..d619d5d 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 d29056a..b50b339 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 181e17b..87cabbc 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 f162a81..b2f59ce 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.132.6 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.16.3 +Requires: depanneur >= 0.16.4 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1