bump to version gbs 0.11
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 25 Oct 2012 11:49:20 +0000 (19:49 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 26 Oct 2012 04:58:40 +0000 (12:58 +0800)
Change-Id: Ib475a847d03c709d16f957184fc6d2189932abe2

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

index 9bf6719..699ef4d 100644 (file)
@@ -1,3 +1,32 @@
+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:
index 5c41f4a..2e0a526 100644 (file)
@@ -1,7 +1,7 @@
 %{!?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
index 88cad0b..0bab093 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.10"
+__version__ = "0.11"
index 8a7cea9..fca3b59 100644 (file)
@@ -1,3 +1,30 @@
+* 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:
index 2ca423e..071e0cd 100644 (file)
@@ -1,10 +1,10 @@
 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