From a3c61d1693203baee12272c7cc9ab58e825f3dbd Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 12 Nov 2012 11:08:30 +0800 Subject: [PATCH] Bump to version gbs 0.11.1 Update dependency: depanneur(>=0.2.1) Change-Id: I8d0de5c8c72311a1fdd932f596b05504595f4813 --- debian/changelog | 6 ++++++ debian/control | 2 +- distfiles/gbs.spec | 4 ++-- gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 4 ++++ packaging/gbs.dsc | 4 ++-- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 699ef4d..d6489c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index de4b086..a383a10 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/distfiles/gbs.spec b/distfiles/gbs.spec index a956269..2b16140 100644 --- a/distfiles/gbs.spec +++ b/distfiles/gbs.spec @@ -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 diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 0bab093..72574cf 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.11" +__version__ = "0.11.1" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index fca3b59..b240edf 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,7 @@ +* Mon Nov 12 2012 Qiang Zhang - 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 - 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 diff --git a/packaging/gbs.dsc b/packaging/gbs.dsc index 071e0cd..4f88c5d 100644 --- a/packaging/gbs.dsc +++ b/packaging/gbs.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: gbs -Version: 0.11 +Version: 0.11.1 Binary: gbs Maintainer: Jian-feng Ding 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 -- 2.7.4