+gbs (0.11) unstable; urgency=high
+ * Upgrade to gbs v0.11, which contains the following bug fixing & features:
+ * Add --spec in 'gbs build' to support building one spec file for packages
+ contains multiple spec files.
+ * Add --profile/-P in 'gbs build' to support building packages using specified
+ profile.
+ * support local buildroot configurable in config file. The 'buildroot' can
+ be set under the 'general' section as a global setting.
+ * more clear and readable error report for gbs build, including gbs export
+ error, expansion error and rpmbuild error.
+ * bug fix:
+ - fix plaintext passwd printed for some error cases
+ - fix gbs archive tar ball issue if using user defined macro in spec file
+ - fix request passwd again if one package build for a long time(>15 mins)
+ - fix sudo timeout issue, which will result in endless loop
+ - fix return 0 from depanneur even if error occurs
+ - unify display color of debug message in gbs and depanneur
+ - fix endless loop if package circle dependency exists
+ - fix gbs build error if '~' exist in build root path
+ - fix passwd conflict issue with multiple instance of 'gbs build'
+ - fix remotebuild can't run in sub-directory issue
+ - fix gbs build error with https_proxy trailing '/'
+ - fix gbs submit gives no error if there is no comment
+ - describe missing dependencies for gbs build
+ - support create project outside home:<user> if user have permission
+ - fix server's certificate traceback issue for gbs remotebuild
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com> Thu, 25 Oct 2012 10:56:15 +0800
+
gbs (0.10) unstable; urgency=high
* Upgrade to gbs v0.10, which contains the following features:
* Re-designed gbs config format and parser to support multiple profile more flexible:
%{!?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.10
+Version: 0.11
Release: 1
Group: Development/Tools
License: GPLv2
module for gbs tool
"""
-__version__ = "0.10"
+__version__ = "0.11"
+* Thu Oct 25 2012 Qiang Zhang <qiang.z.zhang@intel.com> - 0.11
+- Upgrade to gbs v0.11, which contains the following bug fixing & features:
+ * Add --spec in 'gbs build' to support building one spec file for packages
+ contains multiple spec files.
+ * Add --profile/-P in 'gbs build' to support building packages using specified
+ profile.
+ * support local buildroot configurable in config file. The 'buildroot' can
+ be set under the 'general' section as a global setting.
+ * more clear and readable error report for gbs build, including gbs export
+ error, expansion error and rpmbuild error.
+ * bug fix:
+ - fix plaintext passwd printed for some error cases
+ - fix gbs archive tar ball issue if using user defined macro in spec file
+ - fix request passwd again if one package build for a long time(>15 mins)
+ - fix sudo timeout issue, which will result in endless loop
+ - fix return 0 from depanneur even if error occurs
+ - unify display color of debug message in gbs and depanneur
+ - fix endless loop if package circle dependency exists
+ - fix gbs build error if '~' exist in build root path
+ - fix passwd conflict issue with multiple instance of 'gbs build'
+ - fix remotebuild can't run in sub-directory issue
+ - fix gbs build error with https_proxy trailing '/'
+ - fix gbs submit gives no error if there is no comment
+ - describe missing dependencies for gbs build
+ - support create project outside home:<user> if user have permission
+ - fix server's certificate traceback issue for gbs remotebuild
+
* Tue Sep 18 2012 Qiang Zhang <qiang.z.zhang@intel.com> - 0.10
- Upgrade to gbs v0.10, which contains the following features:
* Re-designed gbs config format and parser to support multiple profile more flexible:
Format: 1.0
Source: gbs
-Version: 0.10
+Version: 0.11
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:
- 5e66de25c9e86537df89b78b7f8a98b3 2454193 gbs_0.10.tar.gz
+ 773d8dcd82e3a0f6b5ae7cdc23d9a6da 2453873 gbs_0.11.tar.gz