From 5653f7dab5557c787723e2b133caf29e6f59ad35 Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Tue, 26 Feb 2019 16:35:32 +0800 Subject: [PATCH] Upgrade to 0.25.8 Change-Id: I7a4d22e931fce0d7e362fcbff3642ddcf1068753 --- debian/changelog | 9 +++++++++ docs/RELEASE_NOTES | 11 +++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 8 ++++++++ packaging/gbs.spec | 2 +- 5 files changed, 30 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31cfcbb..4741f8d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.25.8) unstable; urgency=high + * upgrade to gbs v0.25.8, which contains the following features: + * New feature and enhancements added: + - Support new platform Ubuntu 18.04 + - Upgrade osc version to 0.162.2 + - Upgrade git-buildpackage version to 0.9.9 + - Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static + -- Ren Jingui Fri, 15 Feb 2019 12:30:00 +0800 + gbs (0.25.7) unstable; urgency=high * upgrade to gbs v0.25.7, which contains the following features: * New feature and enhancements added: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index d6ad73e..32ee604 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,14 @@ +Release notes for gbs 0.25.8 +========================== + +- Release Date: 2019-2 + +- New feature and enhancements added: + * Support new platform Ubuntu 18.04 + * Upgrade osc version to 0.162.2 + * Upgrade git-buildpackage version to 0.9.9 + * Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static + Release notes for gbs 0.25.7 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 2332ba6..5dc065a 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.7" +__version__ = "0.25.8" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 0549e5c..cc5ac0c 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Fri Feb 15 2019 Ren Jingui 0.25.8 + * upgrade to gbs v0.25.8, which contains the following features: + * New + - Support new platform Ubuntu 18.04 + - Upgrade osc version to 0.162.2 + - Upgrade git-buildpackage version to 0.9.9 + - Change 'struct ucontent' to 'ucontent_t' in qemu-arm-static + * Wed Nov 14 2018 Ren Jingui 0.25.7 * upgrade to gbs v0.25.7, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 69f03b6..41c2cec 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.7 +Version: 0.25.8 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4