From 3541beebbe5e24b3fabbd761e4c6ce8a7cbe0b58 Mon Sep 17 00:00:00 2001 From: "yan11.meng" Date: Wed, 13 May 2020 11:10:15 +0800 Subject: [PATCH] Upgrade to 0.25.11 Change-Id: I947b4781b2350b7fe768eddcbe8be5ab175d9a7f Signed-off-by: yan11.meng --- debian/changelog | 8 ++++++++ docs/RELEASE_NOTES | 10 ++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 2 +- 5 files changed, 27 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index da60aaa..bde9123 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gbs (0.25.11) unstable; urgency=high + * upgrade to gbs v0.25.11, which contains the following features: + * Bug fix: + - Remove --replacefile option in build-pkg-rpm + - Fix errors about check_circle in depanneur + - Fix gbs build error about path with'[]' + -- Meng Yan Thu, 7 May 2020 12:30:00 +0800 + gbs (0.25.10) unstable; urgency=high * upgrade to gbs v0.25.10, which contains the following features: * Bug fix: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index f694b87..ea4889b 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,13 @@ +Release notes for gbs 0.25.11 +========================== + +- Release Date: 2020-5 + +- Bug fix: + * Remove --replacefile option in build-pkg-rpm + * Fix errors about check_circle in depanneur + * Fix build error with '[]' in path + Release notes for gbs 0.25.10 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 2915706..b6a1169 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.10" +__version__ = "0.25.11" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 6ff2596..5688dd1 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Thu May 7 2020 Meng Yan 0.25.11 + * upgrade to gbs v0.25.11, which contains the following features: + * bug fix + - Remove --replacefile option in build-pkg-rpm + - Fix errors about check_circle in depanneur + - Fix gbs build error about path with'[]' + * Mon Feb 17 2020 Meng Yan 0.25.10 * upgrade to gbs v0.25.10, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index a365384..8673146 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.10 +Version: 0.25.11 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4