From 4f2a9ea570adb16ea55fdea37956e94d1e90f796 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 5 Jan 2022 10:45:35 +0900 Subject: [PATCH] Upgrade to 0.25.22 Change-Id: If9d6ae9ccfe6e157a34fa05191587dbb12759a72 Signed-off-by: biao716.wang --- debian/changelog | 8 ++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 9 +++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 912751b..fcef417 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gbs (0.25.22) unstable; urgency=high + * upgrade to gbs v0.25.22, which contains the following features: + * New feature and enhancements added: + - Fix build error with --incremental option. + - Upgraded depanneur version to 0.16.15 + + -- Biao Wang Wed, 05 Jan 2022 12:30:00 +0800 + gbs (0.25.21) unstable; urgency=high * upgrade to gbs v0.25.21, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 95f0296..04bac75 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.14) + depanneur (>= 0.16.15) 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 2471509..842d5d1 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,12 @@ +Release notes for gbs 0.25.22 +========================== + +- Release Date: 2022-1 + +- New feature and enhancements added: + * Fix build error with --incremental option. + * Upgrade depanneur version to 0.16.15. + Release notes for gbs 0.25.21 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index dc32eb6..bfe57da 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.21" +__version__ = "0.25.22" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 0a50cef..d01132d 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* 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: + - Fix build error with --incremental option. + - Upgraded depanneur version to 0.16.15. + + * Fri Sep 03 2021 Biao Wang 0.25.21 * upgrade to gbs v0.25.20, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index a64d0dd..59ba9f6 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.21 +Version: 0.25.22 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4