From 6b5ab5db5739c1d68390f432cbeae7eb7b2bfb05 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Fri, 5 Feb 2021 15:08:43 +0900 Subject: [PATCH] Upgrade to 0.25.16 Change-Id: Icaef50340734ded267731b24014f7b30c9500188 Signed-off-by: biao716.wang --- debian/changelog | 7 +++++++ docs/RELEASE_NOTES | 7 +++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 2 +- 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 370f605..9f677a5 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.25.16) unstable; urgency=high + * upgrade to gbs v0.25.16, which contains the following features: + * New feature and enhancements added: + - Add arguments, --preordered-list and --local-only + + -- Biao Wang Fri, 05 Feb 2021 12:30:00 +0800 + gbs (0.25.15) unstable; urgency=high * upgrade to gbs v0.25.15, which contains the following features: * New feature and enhancements added: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 61325bb..0478421 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,10 @@ +Release notes for gbs 0.25.16 +========================== + +- Release Date: 2021-2 + +- New feature and enhancements added: + * Add arguments, --preordered-list and --local-only Release notes for gbs 0.25.15 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 4165266..141d317 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.15" +__version__ = "0.25.16" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 112155c..78eee8e 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Fri Feb 05 2021 Biao Wang 0.25.16 + * upgrade to gbs v0.25.16, which contains the following features: + * New feature and enhancements added: + - Add preordered-list and --local-only option + * Thu Dec 03 2020 Jiankang Fan 0.25.15 * upgrade to gbs v0.25.15, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 19517d4..a703837 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.15 +Version: 0.25.16 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.34.1