From d6aaf4245aefeecef5533a048279cc560f1d0ac1 Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Mon, 29 Jan 2018 19:30:04 +0800 Subject: [PATCH] Upgrade to 0.25.0 Change-Id: I5b9cf1437dc51fef487a9521aa310ad69ca0e6d8 Signed-off-by: Jun Wang --- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 26 ++++++++++++++++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 21 +++++++++++++++++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 73 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3357b6d..ff3dbf4 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +gbs (0.25.0) unstable; urgency=high + * upgrade to gbs v0.25.0, which contains the following features: + * New feature and enhancements added: + - Add disable-debuginfo option which disable to generate debuginfo packages + - Add new function to phrase user/passwd in general part: + 1.User can define user/passwd as global variables + 2.User can use ${user}/${passwd} in other section + - Add depends subcommnd: + depends subcommand can output each package's reverse dependency + and save to the file + - Add --full-build and --deps-build features + 1.With gbs build --full-build option, gbs will download the whole profile's + source codes except the local package(s) from remote snapshot and perform + building. + 2.With gbs build --deps-build option, gbs will analyse the reverse dependency + of local package(s) and download them from remote snapshot and perform building. + * bug fix: + - Fix bugs when using --rdeps or --deps get wrong dependency + - Add --outdir-directly option for gbs export, use the directory from + gbs build which could get the macros in spec which defined in build.conf + -- Wang Jun Fri, 26 Jan 2018 12:00:00 +0800 + gbs (0.24.10) unstable; urgency=high * upgrade to gbs v0.24.10, which contains the following features: * bug fix: diff --git a/debian/control b/debian/control index bcf31ed..c4018d6 100755 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.15.9) + depanneur (>= 0.16.0) 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 5517aa2..bae84b7 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,29 @@ +Release notes for gbs 0.25.0 +========================== + +- Release Date: 2018-01 + +- New feature and enhancements added: + * Add disable-debuginfo option which disable to generate debuginfo packages + * Add new function to phrase user/passwd in general part: + 1.User can define user/passwd as global variables + 2.User can use ${user}/${passwd} in other section + * Add depends subcommnd: + depends subcommand can output each package's reverse dependency + and save to the file + * Add --full-build and --deps-build features + 1.With gbs build --full-build option, gbs will download the whole profile's + source codes except the local package(s) from remote snapshot and perform + building. + 2.With gbs build --deps-build option, gbs will analyse the reverse dependency + of local package(s) and download them from remote snapshot and perform building. +- Bug fix: + * Fix bugs when using --rdeps or --deps get wrong dependency + * Add --outdir-directly option for gbs export, use the directory from + gbs build which could get the macros in spec which defined in build.conf +- Update dependencies: + * depanneur >= 0.16.0 + Release notes for gbs 0.24.10 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 48e7d23..92d1122 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.10" +__version__ = "0.25.0" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 0195cd8..4482830 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,24 @@ +* Fri Jan 26 2018 Wang Jun 0.25.0 + * upgrade to gbs v0.25.0, which contains the following features: + *New + - Add disable-debuginfo option which disable to generate debuginfo packages + - Add new function to phrase user/passwd in general part: + 1.User can define user/passwd as global variables + 2.User can use ${user}/${passwd} in other section + - Add depends subcommnd: + depends subcommand can output each package's reverse dependency + and save to the file + - Add --full-build and --deps-build features + 1.With gbs build --full-build option, gbs will download the whole profile's + source codes except the local package(s) from remote snapshot and perform + building. + 2.With gbs build --deps-build option, gbs will analyse the reverse dependency + of local package(s) and download them from remote snapshot and perform building. + * bug fix + - Fix bugs when using --rdeps or --deps get wrong dependency + - Add --outdir-directly option for gbs export, use the directory from + gbs build which could get the macros in spec which defined in build.conf + * Fri Oct 13 2017 Ren Jingui 0.24.10 * upgrade to gbs v0.24.10, which contains the following features: * bug fix diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 6e2a885..3dd009d 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.24.10 +Version: 0.25.0 %if 0%{?opensuse_bs} Release: 1.. %else @@ -24,7 +24,7 @@ Requires: python-lxml Requires: sudo Requires: osc >= 0.155.0 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.15.9 +Requires: depanneur >= 0.16.0 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1