From 005a1d6c88162dde7f4e5d33b3e92a226ed5194c Mon Sep 17 00:00:00 2001 From: Li Jinjing Date: Fri, 15 Aug 2014 15:00:51 +0800 Subject: [PATCH] bump to 0.22.2 release Change-Id: Ie6f481ed04a331fbb4b2b2090c75008d1ca05129 Signed-off-by: Li Jinjing --- debian/changelog | 7 ++++--- debian/control | 2 +- docs/RELEASE_NOTES | 5 +++-- gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 3 ++- packaging/gbs.spec | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 96daaba..2ef32db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -gbs (0.22.1) unstable; urgency=high - * upgrade to gbs v0.22.1, which contains the following bug fixing & features: +gbs (0.22.2) unstable; urgency=high + * upgrade to gbs v0.22.2, which contains the following bug fixing & features: * export: disable desktop notifications to fix backtrace issue * export: change VCS tag in spec to sha1 of commitish * build: ignore OS/ABI field in ELF header for aarch64 + * build: fix arm build error with parallel build - -- Qiang Zhang Fri, 13 Jun 2014 10:56:15 +0800 + -- Li Jinjing Fri, 15 Aug 2014 10:56:15 +0800 gbs (0.22) unstable; urgency=high * upgrade to gbs v0.22, which contains the following bug fixing & features: diff --git a/debian/control b/debian/control index bbdea4a..3b3e619 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.13.1) + depanneur (>= 0.13.2) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index beaab08..404860c 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,12 +1,13 @@ -Release notes for gbs 0.22.1 +Release notes for gbs 0.22.2 ============================ -- Release Date: 2014-06 +- Release Date: 2014-08 - New feature and enhancements added: * export: disable desktop notifications to fix backtrace issue * export: change VCS tag in spec to sha1 of commitish * build: ignore OS/ABI field in ELF header for aarch64 + * build: fix arm build error with parallel build Release notes for gbs 0.22 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 9b13162..aa7c776 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.22.1" +__version__ = "0.22.2" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 888bba9..cf5923d 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,7 +1,8 @@ -* Fri Jun 13 2014 Zhang Qiang 0.22.1 +* Fri Aug 15 2014 Li Jinjing 0.22.2 * export: disable desktop notifications to fix backtrace issue * export: change VCS tag in spec to sha1 of commitish * build: ignore OS/ABI field in ELF header for aarch64 + * build: fix arm build error with parallel build * Wed May 21 2014 Zhang Qiang 0.22 * orphan-packaging development model (experimental) diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 0c9839c..f6f5a95 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -5,7 +5,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.22.1 +Version: 0.22.2 %if 0%{?opensuse_bs} Release: 1.. %else @@ -21,7 +21,7 @@ Requires: python-pycurl Requires: sudo Requires: osc >= 0.139.0 Requires: tizen-gbp-rpm >= 20140602 -Requires: depanneur >= 0.13.1 +Requires: depanneur >= 0.13.2 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4