From: yan11.meng Date: Thu, 18 Jun 2020 03:19:49 +0000 (+0800) Subject: Upgrade to 0.25.12 X-Git-Tag: accepted/tizen/devbase/tools/20200623.003355^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F236536%2F3;p=tools%2Fgbs.git Upgrade to 0.25.12 Change-Id: I922d7f9249753f6f8b0e5bd35ac17a85c25833ee Signed-off-by: yan11.meng --- diff --git a/debian/changelog b/debian/changelog index bde9123..2c15314 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gbs (0.25.12) unstable; urgency=high + * upgrade to gbs v0.25.12, which contains the following bug fixing & features: + * update dependencies: + - depanneur >= 0.16.7 + - tizen-qemu-arm-static >= 2020.06.17 + - git-buildpackage-rpm >= 0.9.20-tizen20200522 + -- Meng Yan Thu, 18 Jun 2020 12:30:00 +0800 + gbs (0.25.11) unstable; urgency=high * upgrade to gbs v0.25.11, which contains the following features: * Bug fix: diff --git a/debian/control b/debian/control index d619d5d..360890a 100755 --- a/debian/control +++ b/debian/control @@ -15,11 +15,11 @@ Depends: ${misc:Depends}, ${python:Depends}, python-lxml, sudo, osc (>= 0.132.6), - git-buildpackage-rpm (>= 0.7.5-tizen20161231), + git-buildpackage-rpm (>= 0.9.20-tizen20200522), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.16.4) + depanneur (>= 0.16.7) 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 ea4889b..0c96f57 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,13 @@ +Release notes for gbs 0.25.12 +========================== + +- Release Date: 2020-6 + +- Update dependencies: + * depanneur >= 0.16.7 + * tizen-qemu-arm-static >= 2020.06.17 + * git-buildpackage-rpm >= 0.9.20-tizen20200522 + Release notes for gbs 0.25.11 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index b6a1169..1ee0da7 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.11" +__version__ = "0.25.12" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 5688dd1..5611691 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Thu Jun 18 2020 Meng Yan 0.25.12 + * upgrade to gbs v0.25.12, which contains the following features: + * update dependencies: + - depanneur >= 0.16.7 + - tizen-qemu-arm-static >= 2020.06.17 + - git-buildpackage-rpm >= 0.9.20-tizen20200522 + * Thu May 7 2020 Meng Yan 0.25.11 * upgrade to gbs v0.25.11, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 8673146..8ed4c54 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.25.11 +Version: 0.25.12 %if 0%{?opensuse_bs} Release: 1.. %else @@ -23,8 +23,8 @@ Requires: python-requests Requires: python-lxml Requires: sudo Requires: osc >= 0.132.6 -Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.16.6 +Requires: tizen-gbp-rpm >= 20200522 +Requires: depanneur >= 0.16.7 %if "%{?python_version}" < "2.7" Requires: python-argparse