From c0aff97c29f3ae684f3306795e24b5f6939551bc Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Fri, 29 Nov 2013 12:13:29 +0800 Subject: [PATCH] depend on new version of depanneur & bump to 0.19.1 Change-Id: I0f438fcbc8eca3cc31680519dd8d28cce463cbd2 --- debian/changelog | 12 ++++++++++++ debian/control | 2 +- gitbuildsys/__init__.py | 2 +- packaging/gbs.spec | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79b8b55..5b19345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +gbs (0.19.1) unstable; urgency=high + * upgrade to gbs v0.19.1, which contains the following bug fixing & features: + * [build] attempt to bypass HTTP caches when fetching repomd.xml + * [build] generate html & json format report + * [build] no default upstream-branch option while calling depanneur + * [doc] refine gbs config and FAQ parts of gbs document + * update dependencies: + - depanneur >= 0.10.1 + - build >= 20131112 + + -- Qiang Zhang Fri, 29 Nov 2013 10:56:15 +0800 + gbs (0.19) unstable; urgency=high * upgrade to gbs v0.19, which contains the following bug fixing & features: * [build] support comments(#) in binary-list file for --binary-from-file diff --git a/debian/control b/debian/control index 3586b4c..11693ca 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.10), + depanneur (>= 0.10.1), mic (>= 0.20) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 270392b..25cb44a 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.19" +__version__ = "0.19.1" diff --git a/packaging/gbs.spec b/packaging/gbs.spec index bddb8cd..776b6e3 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -2,7 +2,7 @@ %{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")} Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.19 +Version: 0.19.1 Release: 1 Group: Development/Tools License: GPLv2 @@ -14,7 +14,7 @@ Requires: python-pycurl Requires: sudo Requires: osc >= 0.139.0 Requires: tizen-gbp-rpm >= 20131017 -Requires: depanneur >= 0.10 +Requires: depanneur >= 0.10.1 Requires: mic >= 0.20 %if "%{?python_version}" < "2.7" -- 2.34.1