From: SoonKyu Park Date: Mon, 8 Aug 2016 02:34:42 +0000 (+0900) Subject: Upgrade GBS version to 0.24.2 X-Git-Tag: staging-released-tools-18.01.7~27^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5ac7f5b4a82c8406e85fcfd57a51e39c267455f;p=tools%2Fgbs.git Upgrade GBS version to 0.24.2 Change-Id: I765c36b41540ba668b93b9dbacca23bfc5005b67 --- diff --git a/debian/changelog b/debian/changelog index 6227ecf..2e2a9d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +gbs (0.24.2) unstable; urgency=high + * upgrade to gbs v0.24.2, which contains the following bug fixing & features: + * bug fix: + - Support python-support package for Ubuntu 16.04 + - Support 'build' and 'depanneur' package for openSUSE 12.3 + (upgraded version of 'build' package does not support openSUSE 12.3) + * New feature and enhancements added: + - Upgrade gbs dependency on pristine-tar + (upgraded version of pristine-tar is not automatically installed in 'deb'-type linux distros) + + -- SoonKyu Park Mon, 08 Aug 2016 10:00:00 +0800 + + gbs (0.24.1) unstable; urgency=high * upgrade to gbs v0.24.1, which contains the following bug fixing & features: * bug fix: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 25746ca..011e6bf 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,16 @@ +Release notes for gbs 0.24.2 +========================== + +- Release Date: 2016-08 + +- Bug fix: + * Support python-support package for Ubuntu 16.04 + * Support 'build' and 'depanneur' package for openSUSE 12.3 + (upgraded version of 'build' package does not support openSUSE 12.3) +- New feature and enhancements added: + * Upgrade gbs dependency on pristine-tar + (upgraded version of pristine-tar is not automatically installed in 'deb'-type linux distros) + Release notes for gbs 0.24.1 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 4ab242c..d024445 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.1" +__version__ = "0.24.2" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 88bd786..1c5a3fc 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,13 @@ +* Mon Aug 08 2016 SoonKyu Park 0.24.2 + * upgrade to gbs v0.24.2, which contains the following bug fixing & features: + * bug fix: + - Support python-support package for Ubuntu 16.04 + - Support 'build' and 'depanneur' package for openSUSE 12.3 + (upgraded version of 'build' package does not support openSUSE 12.3) + *New + - Upgrade gbs dependency on pristine-tar + (upgraded version of pristine-tar is not automatically installed in 'deb'-type linux distros) + * Wed May 25 2016 Wang jun 0.24.1 * upgrade to gbs v0.24.1, which contains the following bug fixing & features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index c8ae414..7b6f917 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -6,7 +6,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.24.1 +Version: 0.24.2 %if 0%{?opensuse_bs} Release: 1.. %else