From: jingui.ren Date: Fri, 13 Oct 2017 09:11:30 +0000 (+0800) Subject: Upgrade to 0.24.10 X-Git-Tag: released-tools-18.01.7~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5da52df4c00d8c1ffedfc2a030560b17c9ac6e51;p=tools%2Fgbs.git Upgrade to 0.24.10 Change-Id: I692f30265a6d47128e112fa678f8c1afedd35771 --- diff --git a/debian/changelog b/debian/changelog index 9ee6806..3357b6d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +gbs (0.24.10) unstable; urgency=high + * upgrade to gbs v0.24.10, which contains the following features: + * bug fix: + - Prevent shell interpolation of gbs configuration variables, + when using special variable such like “upstream_tag = v${upstreamversion} ” + which gbs can't get upstreamversion well + - Fix build error tizen:2.4 not install cumulate packages + - Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed, + can not reuse compile enviroment + - Add Epoch to rpm query command, some packages have 'Epoch' definition + which will cause dependency packages missing, + keep same of identifier of packages in build. + -- Ren Jingui Fri, 13 Oct 2017 16:40:00 +0800 + gbs (0.24.9) unstable; urgency=high * upgrade to gbs v0.24.9, which contains the following features: * bug fix: diff --git a/debian/control b/debian/control index 7869c67..a7b0543 100755 --- 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.15.8) + depanneur (>= 0.15.9) 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 0804e16..5517aa2 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,22 @@ +Release notes for gbs 0.24.10 +========================== + +- Release Date: 2017-10 + +- Bug fix: + * Prevent shell interpolation of gbs configuration variables, + when using special variable such like “upstream_tag = v${upstreamversion} ” + which gbs can't get upstreamversion well + * Fix build error tizen:2.4 not install cumulate packages + * Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed, + can not reuse compile enviroment + * Add Epoch to rpm query command, some packages have 'Epoch' definition + which will cause dependency packages missing, + keep same of identifier of packages in build. +- Update dependencies: + * build >= 20160629-tizen20171013 + * depanneur >= 0.15.9 + Release notes for gbs 0.24.9 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index c8ec310..48e7d23 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.9" +__version__ = "0.24.10" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index c0a84f2..0195cd8 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,16 @@ +* Fri Oct 13 2017 Ren Jingui 0.24.10 + * upgrade to gbs v0.24.10, which contains the following features: + * bug fix + - Prevent shell interpolation of gbs configuration variables, + when using special variable such like “upstream_tag = v${upstreamversion} ” + which gbs can't get upstreamversion well + - Fix build error tizen:2.4 not install cumulate packages + - Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed, + can not reuse compile enviroment + - Add Epoch to rpm query command, some packages have 'Epoch' definition + which will cause dependency packages missing, + keep same of identifier of packages in build. + * Fri Sep 15 2017 Wang Jun 0.24.9 * upgrade to gbs v0.24.9, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 9113301..e1dbe83 100755 --- 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.9 +Version: 0.24.10 %if 0%{?opensuse_bs} Release: 1.. %else @@ -22,7 +22,7 @@ Requires: python-pycurl Requires: sudo Requires: osc >= 0.132.6 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.15.8 +Requires: depanneur >= 0.15.9 %if "%{?python_version}" < "2.7" Requires: python-argparse