From e843b62f8a094548138b9570bc89050eba22a711 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Tue, 10 Dec 2013 09:44:50 +0800 Subject: [PATCH] bump to 0.20-rc1 Change-Id: Ibe6a9445fd334f39815fa570044379257da6255b --- debian/changelog | 13 +++++++++++-- debian/control | 6 +++--- gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 18 ++++++++++++++++++ packaging/gbs.spec | 12 ++++++++---- 5 files changed, 41 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b19345..737a7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,21 @@ -gbs (0.19.1) unstable; urgency=high - * upgrade to gbs v0.19.1, which contains the following bug fixing & features: +gbs (0.20~rc1) unstable; urgency=high + * upgrade to gbs v0.20, 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 + * [build] refine build report summary: + - add build log dir + - always print the dirs of final build files + - add succeeded packages number + * [build] depend on initvm to register qemu handler + * [build]add arm 64(aarch64) support + * [export ]update pristine-tar to fix pristine-tar branch broken issue * [doc] refine gbs config and FAQ parts of gbs document * update dependencies: - depanneur >= 0.10.1 - build >= 20131112 + - git-buildpackage >= tizen20131202 + - pristine-tar >= 1.30-tizen20131209 -- Qiang Zhang Fri, 29 Nov 2013 10:56:15 +0800 diff --git a/debian/control b/debian/control index 11693ca..e316357 100644 --- a/debian/control +++ b/debian/control @@ -13,11 +13,11 @@ Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, sudo, osc (>= 0.139.0), - git-buildpackage-rpm (>= 0.6.3-tizen20131017), + git-buildpackage-rpm (>= 0.6.3-tizen20131202), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.10.1), + depanneur (>= 0.11), mic (>= 0.20) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers @@ -40,7 +40,7 @@ Package: gbs-export Architecture: all Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), - pristine-tar (>= 1.28), + pristine-tar (>= 1.30-tizen20131209), git-buildpackage-rpm Conflicts: gbs (<< 0.15) Replaces: gbs (<< 0.15) diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 25cb44a..c2c82e5 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.19.1" +__version__ = "0.20" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 5cc0af8..10e0e80 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,21 @@ +* Tue Dec 10 2013 Qiang Zhang - 0.20 + * [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 + * [build] refine build report summary: + - add build log dir + - always print the dirs of final build files + - add succeeded packages number + * [build] depend on initvm to register qemu handler + * [build]add arm 64(aarch64) support + * [export ]update pristine-tar to fix pristine-tar branch broken issue + * [doc] refine gbs config and FAQ parts of gbs document + * update dependencies: + - depanneur >= 0.10.1 + - build >= 20131112 + - git-buildpackage >= tizen20131202 + - pristine-tar >= 1.30-tizen20131209 + * Fri Oct 18 2013 Qiang Zhang - 0.19 * 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/packaging/gbs.spec b/packaging/gbs.spec index 776b6e3..6c2fbbd 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -2,8 +2,12 @@ %{!?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.1 +Version: 0.20 +%if 0%{?opensuse_bs} +Release: 0.rc1.. +%else Release: 1 +%endif Group: Development/Tools License: GPLv2 BuildArch: noarch @@ -13,8 +17,8 @@ Requires: python >= 2.6 Requires: python-pycurl Requires: sudo Requires: osc >= 0.139.0 -Requires: tizen-gbp-rpm >= 20131017 -Requires: depanneur >= 0.10.1 +Requires: tizen-gbp-rpm >= 20131202 +Requires: depanneur >= 0.11 Requires: mic >= 0.20 %if "%{?python_version}" < "2.7" @@ -50,7 +54,7 @@ external software. Summary: GBS export module Conflicts: gbs < 0.15 Requires: python -Requires: pristine-tar >= 1.28 +Requires: tizen-pristine-tar >= 20131209 Requires: gbs-api = %{version}-%{release} Requires: git-buildpackage-rpm -- 2.7.4