From c2036cc2148d900ac18ed3d839093bca00f3d1bd Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Fri, 18 Oct 2013 11:26:41 +0800 Subject: [PATCH] bump to version 0.19 rc1, update changelog Change-Id: I604869af7591760306df4b70c8ccf21545d5c5c0 --- debian/changelog | 21 +++++++++++++++++++++ docs/RELEASE_NOTES | 29 +++++++++++++++++++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 19 +++++++++++++++++++ packaging/gbs.dsc | 4 ++-- packaging/gbs.spec | 4 ++-- 6 files changed, 74 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c448be3..c8ce515 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +gbs (0.19-0.rc1) unstable; urgency=high + * upgrade to gbs v0.19, which contains the following bug fixing & features: + * [build] support comments(#) in binary-list file for --binary-from-file + * [build] remove previous built rpm and srpm if new version has been built out + * [remotebuild] split out to separate sub-package: gbs-remotebuild + * [export] track upstream/pristine-tar branch automatically, and use upstream + and pristine-tar branch to generate tar ball. + * [export] update all spec file if multiple spec files exist, updates + including insert patches and VCS tag + * [export] use commit sha1 instead of tag name in spec file VCS tag + * [clone] add directory argument to gbs clone + * [conf] overwrite different level of gbs.conf instead of clean up them. + * [conf] load project special gbs.conf if gitdir specified + * update dependencies: + - depanneur >= 0.10 + - pristine-tar >= 1.28 + - librpm-tizen >= 4.11.0.1.tizen20130618-tizen20131001 + - git-buildpackage-rpm >= 0.6.3-tizen20131017 + + -- Qiang Zhang Fri, 18 Otc 2013 10:56:15 +0800 + gbs (0.18.1-1) unstable; urgency=high * upgrade to gbs v0.18.1, which contains the following bug fixing & features: * support ExportFilter in build.conf diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 582f33e..d23e706 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,32 @@ +Release notes for gbs 0.19 +========================== + +- Release Date: 2013-10 + +- New feature and enhancements added: + * build: + - support comments(#) in binary-list file for --binary-from-file option + - remove previous built rpm and srpm if new version has been built out + * remotebuild: + - split out to separate sub-package: gbs-remotebuild + * export: + - track upstream/pristine-tar branch automatically, and use upstream + and pristine-tar branch to generate tar ball. + - update all spec file if multiple spec files exist, updates + including insert patches and VCS tag + - use commit sha1 instead of tag name in spec file VCS tag + * clone: + - add directory argument to gbs clone + * conf parser: + - overwrite different level of gbs.conf instead of clean them all. + - load project special gbs.conf if gitdir specified + +- dependencies update: + * depanneur >= 0.10 + * pristine-tar >= 1.28 + * librpm-tizen >= 4.11.0.1.tizen20130618-tizen20131001 + * git-buildpackage-rpm >= 0.6.3-tizen20131017 + Release notes for gbs 0.18 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index f01eab0..270392b 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.18.1" +__version__ = "0.19" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 3b23148..1181580 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,22 @@ +* Fri Oct 18 2013 Qiang Zhang - 0.19 + * upgrade to gbs v0.19, which contains the following bug fixing & features: + * [build] support comments(#) in binary-list file for --binary-from-file + * [build] remove previous built rpm and srpm if new version has been built out + * [remotebuild] split out to separate sub-package: gbs-remotebuild + * [export] track upstream/pristine-tar branch automatically, and use upstream + and pristine-tar branch to generate tar ball. + * [export] update all spec file if multiple spec files exist, updates + including insert patches and VCS tag + * [export] use commit sha1 instead of tag name in spec file VCS tag + * [clone] add directory argument to gbs clone + * [conf] overwrite different level of gbs.conf instead of clean up them. + * [conf] load project special gbs.conf if gitdir specified + * update dependencies: + - depanneur >= 0.10 + - pristine-tar >= 1.28 + - librpm-tizen >= 4.11.0.1.tizen20130618-tizen20131001 + - git-buildpackage-rpm >= 0.6.3-tizen20131017 + * Tue Aug 20 2013 Qiang Zhang - 0.18 * upgrade to gbs v0.18, which contains the following bug fixing & features: * New gbs config refinements diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index a9e31dc..01f68d0 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: gbs -Version: 0.18.1 +Version: 0.19 Binary: gbs, gbs-api, gbs-export, gbs-remotebuild Maintainer: Jian-feng Ding Architecture: all Standards-Version: 3.7.1 Build-Depends: debhelper, python-support Files: - 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.18.1.tar.gz + 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.19.tar.gz diff --git a/packaging/gbs.spec b/packaging/gbs.spec index be061f5..5330368 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -2,8 +2,8 @@ %{!?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.18.1 -Release: 1 +Version: 0.19 +Release: 0.rc1.. Group: Development/Tools License: GPLv2 BuildArch: noarch -- 2.7.4