From 7cf84dbdb525d2a6f8c72301d9db1f3bd16f8c4e Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Thu, 21 Feb 2013 15:08:33 -0500 Subject: [PATCH] Update dependency and Bump to gbs version 0.14 Change-Id: I1e6ec2f999ff5189bc620d2c065c084d3207826a --- debian/changelog | 11 +++++++++++ debian/control | 4 ++-- distfiles/gbs.spec | 8 ++++---- docs/RELEASE_NOTES | 18 ++++++++++++++++++ packaging/gbs.dsc | 4 ++-- 5 files changed, 37 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce73f20..2af3b0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gbs (0.14-1) unstable; urgency=high + * upgrade to gbs v0.14, which contains the following bug fixing & features: + * Add --binary-from-file option to specify a package list file + * Change --binary-list option, accept a packages list separated by comma(,). + * Add --deps to build specified packages and all packages they depend + * Add --rdeps to build specified packages and all packages depend on them + * bug fix: + - gbs remotebuild does not work with linked package(not branch package) + + -- Qiang Zhang Fri, 22 Feb 2013 10:56:15 +0800 + gbs (0.13-1) unstable; urgency=high * upgrade to gbs v0.13, which contains the following bug fixing & features: * tab completion support diff --git a/debian/control b/debian/control index 8cb0821..32f545c 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Depends: ${misc:Depends}, ${python:Depends}, git-core, sudo, osc (>= 0.136.0), - git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130123), - depanneur (>= 0.4), + git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130221), + depanneur (>= 0.5), pristine-tar Recommends: librpm-tizen (>= 4.10.91.tizen20121215) Description: The command line tools for Tizen package developers diff --git a/distfiles/gbs.spec b/distfiles/gbs.spec index f495e14..626300b 100644 --- a/distfiles/gbs.spec +++ b/distfiles/gbs.spec @@ -2,7 +2,7 @@ %{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")} Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.13 +Version: 0.14 Release: 1 Group: Development/Tools License: GPLv2 @@ -14,13 +14,13 @@ Requires: python-pycurl Requires: git-core Requires: sudo Requires: osc >= 0.136.0 -Requires: tizen-gbp-rpm >= 20130123 -Requires: depanneur >= 0.4 +Requires: tizen-gbp-rpm >= 20130221 +Requires: depanneur >= 0.5 Requires: pristine-tar %if "%{?python_version}" < "2.7" Requires: python-argparse %endif -%if 0%{?suse_version} >= 1210 || 0%{?fedora} >= 18 +%if 0%{?suse_version} >= 1210 Recommends: librpm-tizen >= 4.10.91.tizen20121215 %else Requires: librpm-tizen >= 4.10.91.tizen20121215 diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 793e769..91113af 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,21 @@ +Release notes for gbs 0.14 +========================== + +- Release Date: 2013-02 + +- New features added: + * Add --binary-from-file option to specify a package list file + * Change --binary-list option, accept a packages list separated by comma(,). + * Add --deps to build specified packages and all packages they depend + * Add --rdeps to build specified packages and all packages depend on them + * bug fix: + - gbs remotebuild does not work with linked package(not branch package) + +- New distributions support: + * CentOS 6.3 + * Fedora 18 + + Release notes for gbs 0.13 ========================== diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index 502cfbd..5f97205 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: gbs -Version: 0.13 +Version: 0.14 Binary: gbs Maintainer: Jian-feng Ding Architecture: all Standards-Version: 3.7.1 Build-Depends: debhelper (>= 4.0.0), python-dev Files: - 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.13.tar.gz + 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.14.tar.gz -- 2.7.4