+gbs (0.13-1) unstable; urgency=high
+ * upgrade to gbs v0.13, which contains the following bug fixing & features:
+ * tab completion support
+ * five new import options support:
+ * --filters: files to filter out during import
+ * --allow-same-version: allow to import already imported version
+ * --native: A dist native package, no separate upstream
+ * --upstream-vcs-tag: upstream VCS tag add to the merge commit
+ * --no-patch-export support for export/remotebuild/build modules
+ * Re-orgnize and group gbs help information
+ * supported arches clean up
+ * new subcommands 'clone/pull' added, which can be used for developers
+ to clone tizen source code, and upstream/pristine-tar branches can be
+ tracked automatically
+ * add --tag option for submit module to support group submission
+ * bug fix:
+ - traceback occurs if specified outdir has no write permission
+ - fix misleading error handling while no spec file found
+ - break link structure if package is a link in OBS
+ - crash if specify a non-exist specfile with --spec option
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com> Fri, 18 Jan 2013 10:56:15 +0800
+
gbs (0.12) unstable; urgency=high
* upgrade to gbs v0.12, which contains the following bug fixing & features:
* support build rpm packages for incremental build
git-core,
sudo,
osc (>= 0.136.0),
- git-buildpackage-rpm (>= 0.6.0git20120822-tizen20121123),
- depanneur (>= 0.3),
+ git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130123),
+ depanneur (>= 0.4),
pristine-tar
Description: The command line tools for Tizen package developers
The command line tools for Tizen package developers will
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 0.12
+Version: 0.13
Release: 1
Group: Development/Tools
License: GPLv2
Requires: git-core
Requires: sudo
Requires: osc >= 0.136.0
-Requires: tizen-gbp-rpm >= 20121123
-Requires: depanneur >= 0.3
+Requires: tizen-gbp-rpm >= 20130123
+Requires: depanneur >= 0.4
Requires: pristine-tar
BuildRequires: python-devel
+Release notes for gbs 0.13
+==========================
+
+- Release Date: 2013-01-30
+
+- new features added:
+ - add --tag option for submit module to support group submission
+ - tab completion support
+ - five new import options support:
+ * --filters: files to filter out during import
+ * --allow-same-version: allow to import already imported version
+ * --native: A dist native package, no separate upstream
+ * --upstream-vcs-tag: upstream VCS tag add to the merge commit
+ - --no-patch-export support for export/remotebuild/build modules
+ - Re-orgnize and group gbs help information
+ - supported arches clean up
+ - new subcommands 'clone/pull' added, which can be used for developers
+ to clone tizen source code, and upstream/pristine-tar branches can be
+ tracked automatically
+
+- bug fixes:
+ - traceback occurs if specified outdir has no write permission
+ - fix misleading error handling while no spec file found
+ - break link structure if package is a link in OBS
+ - crash if specify a non-exist specfile with --spec option
+
+- 5 other changes:
+ 1. add --merge option to replace --no-merge for gbs import, and not-merging is the default behavior
+ 2. modify changelog order to follow default order of git log
+ 3. show correct RPM/SRPM output directory for gbs build
+ 4. give warning if build arch not compatible
+ 5. add reST format document: docs/GBS.rst, which can be converted to html, man, and pdf formats.
+
+- Dependencies
+ - git-core
+ - python >= 2.7
+ - depanneur >= 0.4
+ - osc >= 0.136.0
+ - pristine-tar
+ - git-buildpackage
+
Release notes for gbs 0.12
==========================
module for gbs tool
"""
-__version__ = "0.12"
+__version__ = "0.13"
+* Wed Jan 23 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.13
+ * upgrade to gbs v0.13, which contains the following bug fixing & features:
+ * tab completion support
+ * five new import options support:
+ * --filters: files to filter out during import
+ * --allow-same-version: allow to import already imported version
+ * --native: A dist native package, no separate upstream
+ * --upstream-vcs-tag: upstream VCS tag add to the merge commit
+ * --no-patch-export support for export/remotebuild/build modules
+ * Re-orgnize and group gbs help information
+ * supported arches clean up
+ * new subcommands 'clone/pull' added, which can be used for developers
+ to clone tizen source code, and upstream/pristine-tar branches can be
+ tracked automatically
+ * add --tag option for submit module to support group submission
+ * bug fix:
+ - traceback occurs if specified outdir has no write permission
+ - fix misleading error handling while no spec file found
+ - break link structure if package is a link in OBS
+ - crash if specify a non-exist specfile with --spec option
+
* Mon Nov 26 12 2012 Qiang Zhang <qiang.z.zhang@intel.com> - 0.12
* upgrade to gbs v0.12, which contains the following bug fixing & features:
* support build rpm packages for incremental build
Format: 1.0
Source: gbs
-Version: 0.12
+Version: 0.13
Binary: gbs
Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
Architecture: all
Standards-Version: 3.7.1
Build-Depends: debhelper (>= 4.0.0), python-dev
Files:
- 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.12.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.13.tar.gz