From: biao716.wang Date: Wed, 27 Apr 2022 01:57:03 +0000 (+0900) Subject: Upgrade to 0.25.23 X-Git-Tag: submit/trunk/20220427.104859^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c38157ae1fc353cd513d04e654a22d146d9b490e;p=tools%2Fgbs.git Upgrade to 0.25.23 Change-Id: Id62f95fab1d49e241a8ee51c9a7fee1e787b618b Signed-off-by: biao716.wang --- diff --git a/debian/changelog b/debian/changelog index fcef417..96e6ab0 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gbs (0.25.23) unstable; urgency=high + * upgrade to gbs v0.25.23, which contains the following features: + * New feature and enhancements added: + - Fix umount abnormal issue in Ubuntu 20.04. + - Upgraded depanneur version to 0.16.16 + + -- Biao Wang Wed, 27 Apr 2022 12:30:00 +0800 + gbs (0.25.22) unstable; urgency=high * upgrade to gbs v0.25.22, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 04bac75..cb99215 100755 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), gbs-bsr (= ${binary:Version}), - depanneur (>= 0.16.15) + depanneur (>= 0.16.16) 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 842d5d1..0e3a71c 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,12 @@ +Release notes for gbs 0.25.23 +========================== + +- Release Date: 2022-4 + +- New feature and enhancements added: + * Fix umount abnormal issue on Ubuntu 20.04. + * Upgrade depanneur version to 0.16.16. + Release notes for gbs 0.25.22 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index bfe57da..12f546c 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.22" +__version__ = "0.25.23" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index d01132d..3eb3ce4 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,9 @@ +* Wed Apr 27 2022 Biao Wang 0.25.23 + * upgrade to gbs v0.25.23, which contains the following features: + * New feature and enhancements added: + - Fix umount abnormal issue on Ubuntu 20.04. + - Upgraded depanneur version to 0.16.16. + * Wed Jan 05 2022 Biao Wang 0.25.22 * upgrade to gbs v0.25.22, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 59ba9f6..d5108ed 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.22 +Version: 0.25.23 %if 0%{?opensuse_bs} Release: 1.. %else @@ -24,7 +24,7 @@ Requires: python-lxml Requires: sudo Requires: osc >= 0.132.6 Requires: tizen-gbp-rpm >= 20210514 -Requires: depanneur >= 0.16.14 +Requires: depanneur >= 0.16.16 %if "%{?python_version}" < "2.7" Requires: python-argparse