From 157b3c8c24bb25d91f9b9641ff21186a2f16a63d Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Tue, 31 Jul 2018 20:20:53 +0800 Subject: [PATCH] Upgrade to 0.25.3 Change-Id: I9fed19fd73a57d3fb3a710fa3679fb2883cbb931 --- debian/changelog | 9 +++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 13 +++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 8 ++++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f48bf0..72ee113 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (0.25.3) unstable; urgency=high + * upgrade to gbs v0.25.3, which contains the following features: + * Bug fix: + - Fix deb package build error + - Remove chroot memory limit on x86_64 + * New feature and enhancements added: + - Optimize gbs export process + -- Ren Jingui Fri, 3 Aug 2018 12:30:00 +0800 + gbs (0.25.2) unstable; urgency=high * upgrade to gbs v0.25.2, which contains the following features: * bug fix: diff --git a/debian/control b/debian/control index fb08018..dc2f158 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.2) + depanneur (>= 0.16.3) 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 9440f74..d29056a 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,16 @@ +Release notes for gbs 0.25.3 +========================== + +- Release Date: 2018-08 + +- Bug fix: + * Fix deb package build error + * Remove chroot memory limit on x86_64 +- New feature and enhancements added: + * Optimize gbs export process +- Update dependencies: + * depanneur >= 0.16.3 + Release notes for gbs 0.25.2 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index a112d11..e732259 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.2" +__version__ = "0.25.3" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 320c0cc..181e17b 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,11 @@ +* Fri Aug 3 2018 Ren Jingui 0.25.3 + * upgrade to gbs v0.25.3, which contains the following features: + * bug fix + - Fix deb package build error + - Remove chroot memory limit on x86_64 + * New + - Optimize gbs export process + * Fri May 11 2018 Ren Jingui 0.25.2 * upgrade to gbs v0.25.2, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 0f474de..f162a81 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.2 +Version: 0.25.3 %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.2 +Requires: depanneur >= 0.16.3 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4