From 9d697f40d8c72da99de3e4e45982caef0ffbbd01 Mon Sep 17 00:00:00 2001 From: "y0169.zhang" Date: Sat, 14 Jan 2017 15:29:49 +0900 Subject: [PATCH] Upgrade GBS version to V0.24.5 Change-Id: If4bcaa8dbc18be81d62f939717b193473634b9e7 --- debian/changelog | 11 +++++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 13 +++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 10 ++++++++++ packaging/gbs.spec | 4 ++-- 6 files changed, 38 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6fdd25..2cb807d 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gbs (0.24.5) unstable; urgency=high + * upgrade to gbs v0.24.5, which contains the following features: + * New feature and enhancements added: + - Support 'Recommands:' inside spec file + - Add not export source option + * bug fix: + - Replace rpm packages inside buildroot mv action to ln + - Revert to old version, use rpm command to query pkgid + - Fix deps file order error + -- SoonKyu Park Sat, 14 Jan 2017 19:30:00 +0900 + gbs (0.24.4) unstable; urgency=high * upgrade to gbs v0.24.4, which contains the following bug fixing & features: * bug fix: diff --git a/debian/control b/debian/control index d506d16..a8470c6 100755 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.15.3) + depanneur (>= 0.15.4) 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 3608236..026f603 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,16 @@ +Release notes for gbs 0.24.5 +========================== + +- Release Date: 2017-02 + +- New feature and enhancements added: + * Support 'Recommands:' inside spec file + * Add not export source option +- bug fix: + * Replace rpm packages inside buildroot mv action to ln + * Revert to old version, use rpm command to query pkgid + * Fix deps file order error + Release notes for gbs 0.24.4 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 43a3547..3ca4629 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.4" +__version__ = "0.24.5" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 50ebdd5..a13baba 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,13 @@ +* Sat Jan 14 2017 SoonKyu Park 0.24.5 + * upgrade to gbs v0.24.5, which contains the following features: + * New + - Support 'Recommands:' inside spec file + - Add not export source option + * bug fix: + - Replace rpm packages inside buildroot mv action to ln + - Revert to old version, use rpm command to query pkgid + - Fix deps file order error + * Sat Dec 31 2016 SoonKyu Park 0.24.4 * upgrade to gbs v0.24.4, which contains the following bug fixing & features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index a0099b3..dc994ea 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.4 +Version: 0.24.5 %if 0%{?opensuse_bs} Release: 1.. %else @@ -22,7 +22,7 @@ Requires: python-pycurl Requires: sudo Requires: osc >= 0.155.0 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.15.3 +Requires: depanneur >= 0.15.4 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4