Bump to version gbs 0.11.1 release-0.11.1 0.11.1
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 12 Nov 2012 03:08:30 +0000 (11:08 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 12 Nov 2012 05:26:01 +0000 (13:26 +0800)
Update dependency: depanneur(>=0.2.1)

Change-Id: I8d0de5c8c72311a1fdd932f596b05504595f4813

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

index 699ef4d..d6489c3 100644 (file)
@@ -1,3 +1,9 @@
+gbs (0.11.1) unstable; urgency=high
+  * Upgrade to gbs v0.11.1, which contains the following bug fixing & features:
+    * depend on depanneur 0.2.1 to fix build break issue for 'osc build'
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Mon, 12 Nov  2012 10:56:15 +0800
+
 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
index de4b086..a383a10 100644 (file)
@@ -15,7 +15,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  sudo,
  osc (>= 0.136.0),
  git-buildpackage-rpm (>= 0.6.0git20120822-tizen20121025),
- depanneur (>= 0.2),
+ depanneur (>= 0.2.1),
  pristine-tar
 Description: The command line tools for Tizen package developers
   The command line tools for Tizen package developers will
index a956269..2b16140 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.11
+Version:    0.11.1
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -14,7 +14,7 @@ Requires:   git-core
 Requires:   sudo
 Requires:   osc >= 0.136.0
 Requires:   tizen-gbp-rpm >= 2012.10.25
-Requires:   depanneur >= 0.2
+Requires:   depanneur >= 0.2.1
 Requires:   pristine-tar
 
 BuildRequires:  python-devel
index 0bab093..72574cf 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.11"
+__version__ = "0.11.1"
index fca3b59..b240edf 100644 (file)
@@ -1,3 +1,7 @@
+* Mon Nov 12 2012 Qiang Zhang  <qiang.z.zhang@intel.com> - 0.11.1
+- Upgrade to gbs v0.11.1, which contains the following bug fixing & features:
+    * depend on depanneur 0.2.1 to fix build break issue for 'osc build'
+
 * 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
index 071e0cd..4f88c5d 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.11
+Version: 0.11.1
 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:
773d8dcd82e3a0f6b5ae7cdc23d9a6da 2453873 gbs_0.11.tar.gz
bd0011a9583a06e29b0ebf45e1e7f801 2456529 gbs_0.11.1.tar.gz