From: Zhang Qiang Date: Mon, 1 Jul 2013 06:28:45 +0000 (+0800) Subject: bump to gbs 0.17 X-Git-Tag: 0.17~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4720f376fe7ade5dc48ddc559f4deab1972f1a6;p=tools%2Fgbs.git bump to gbs 0.17 Change-Id: I41ced1801ec4a6b50244f81480da5f049fb7256b --- diff --git a/debian/changelog b/debian/changelog index 5815a23..d7e1826 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +gbs (0.17-1) unstable; urgency=high + * upgrade to gbs v0.17, which contains the following bug fixing & features: + * New gbs config refinements + - 'work_dir' support in [general] section + - 'buildconf' support in each [profile] section, use buildconf to specify + local build conf + - string interpolation: ${key} can be used to reference keys defined in + [general] section + - 'packaging_branch' support in [general] section, which can be used to + specify working or development branch, and the default is 'master' + * Support fetching build conf from standard RPM repodata + * create debug package by default + * refinement: + - report package dependency cycles in time + - load dependency data during refresh repo, instead of during parsing every + spec file + * bug fix: + - get target arch from build conf if 'Target' is set in build config, which + make gbs and remote obs generate the same arch for final RPM package + - exit unexpectedly if cycles exist + - using higer version in different repo + + -- Qiang Zhang Tue, 14 May 2013 10:56:15 +0800 + gbs (0.16-1) unstable; urgency=high * upgrade to gbs v0.15, which contains the following bug fixing & features: * new subcommands 'createimage/cr' added, which can be used for developers diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 3addc3f..366d8e3 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,33 @@ +Release notes for gbs 0.17 +========================== + +- Release Date: 2013-06 + +- New features added: + * Totally local full build support + * New gbs config refinements + - 'work_dir' support in [general] section + - 'buildconf' support in each [profile] section, use buildconf to specify + local build conf + - string interpolation: ${key} can be used to reference keys defined in + [general] section + - 'packaging_branch' support in [general] section, which can be used to + specify working or development branch, and the default is 'master' + * --packaging-branch option added for gbs clone to specify working or devel + branch + * Support fetching build conf from standard RPM repodata + * Create debuginfo and debugsource packages by default + * Optimization: + - report package dependency cycles in time + - load dependency data during refresh repo, instead of during parsing every + spec file + * Bug fix: + - get target arch from build conf if 'Target' is set in build config, which + make gbs and remote obs generate the same arch for final RPM package + - exit unexpectedly if cycles exist + - using higer version in different repo + + Release notes for gbs 0.16 ========================== diff --git a/packaging/gbs.changes b/packaging/gbs.changes index d0e55f0..ab0ea22 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,25 @@ +* Mon Jul 1 2013 Qiang Zhang - 0.17 + * upgrade to gbs v0.17, which contains the following bug fixing & features: + * New gbs config refinements + - 'work_dir' support in [general] section + - 'buildconf' support in each [profile] section, use buildconf to specify + local build conf + - string interpolation: ${key} can be used to reference keys defined in + [general] section + - 'packaging_branch' support in [general] section, which can be used to + specify working or development branch, and the default is 'master' + * Support fetching build conf from standard RPM repodata + * create debug package by default + * refinement: + - report package dependency cycles in time + - load dependency data during refresh repo, instead of during parsing every + spec file + * bug fix: + - get target arch from build conf if 'Target' is set in build config, which + make gbs and remote obs generate the same arch for final RPM package + - exit unexpectedly if cycles exist + - using higer version in different repo + * Tue May 14 2013 Qiang Zhang - 0.16 * new subcommands 'createimage/cr' added, which can be used for developers to create image using ks file diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index 0a10f61..ce94741 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: gbs -Version: 0.16 +Version: 0.17 Binary: gbs, gbs-api, gbs-export Maintainer: Jian-feng Ding Architecture: all Standards-Version: 3.7.1 Build-Depends: debhelper, python-support Files: - 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.16.tar.gz + 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.tar.gz diff --git a/packaging/gbs.spec b/packaging/gbs.spec index b3780cd..f9561a6 100644 --- a/packaging/gbs.spec +++ b/packaging/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.16 +Version: 0.17 Release: 1 Group: Development/Tools License: GPLv2