From 551733cf1d7fe9722b43588b60f764e346f9bb77 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 1 Mar 2023 11:36:38 +0900 Subject: [PATCH] Upgrade to 0.25.28 Change-Id: I1d2e1417f74afa34c7295ea2e3c39da19954a3b5 Signed-off-by: biao716.wang --- debian/changelog | 7 +++++++ debian/control | 2 +- docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 4 ++-- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 209ea85..2ccec99 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.28) unstable; urgency=high + * upgrade to gbs v0.25.28, which contains the following features: + * New feature and enhancements added: + * Fix issue: chromium-efl package build failure on Tizen 5.5. + + -- Biao Wang Wed, 01 Mar 2023 12:30:00 +0800 + gbs (0.25.27) unstable; urgency=high * upgrade to gbs v0.25.27, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 94ffae8..3040e4d 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.20) + depanneur (>= 0.16.21) 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 8e8111b..4f30f6f 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.28 +========================== + +- Release Date: 2023-3 + +- New feature and enhancements added: + * Fix issue: chromium-efl package build failure on Tizen 5.5. + Release notes for gbs 0.25.27 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 797c0d0..35647fb 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.27" +__version__ = "0.25.28" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 5152551..9d901b7 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Wed Mar 01 2023 Biao Wang 0.25.28 + * upgrade to gbs v0.25.28, which contains the following features: + * New feature and enhancements added: + - Fix issue: chromium-efl package build failure on Tizen 5.5. + * Thu Jan 12 2023 Biao Wang 0.25.27 * upgrade to gbs v0.25.27, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 3f466a2..6e1ee56 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.27 +Version: 0.25.28 %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.20 +Requires: depanneur >= 0.16.21 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1