bump to version 0.19 rc1, update changelog
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 18 Oct 2013 03:26:41 +0000 (11:26 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 18 Oct 2013 05:25:48 +0000 (13:25 +0800)
Change-Id: I604869af7591760306df4b70c8ccf21545d5c5c0

debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.dsc
packaging/gbs.spec

index c448be3..c8ce515 100644 (file)
@@ -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 <qiang.z.zhang@intel.com>  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
index 582f33e..d23e706 100644 (file)
@@ -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
 ==========================
 
index f01eab0..270392b 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.18.1"
+__version__ = "0.19"
index 3b23148..1181580 100644 (file)
@@ -1,3 +1,22 @@
+* Fri Oct 18 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 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 <qiang.z.zhang@intel.com> - 0.18
   * upgrade to gbs v0.18, which contains the following bug fixing & features:
   * New gbs config refinements
index a9e31dc..01f68d0 100644 (file)
@@ -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 <jian-feng.ding@intel.com>
 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
index be061f5..5330368 100644 (file)
@@ -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.<CI_CNT>.<B_CNT>
 Group:      Development/Tools
 License:    GPLv2
 BuildArch:  noarch