From aba6210956ff2eccca1af39f54d0009eabbcd608 Mon Sep 17 00:00:00 2001 From: "yang.zhang" Date: Tue, 7 Mar 2017 11:02:18 +0800 Subject: [PATCH] Upgrade GBS version to V0.24.5 Change-Id: I00d886c01e52357dfcab183e537e5eaf2d3b675f --- debian/changelog | 11 +++++++++++ debian/control | 4 ++-- docs/RELEASE_NOTES | 13 +++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 10 ++++++++++ packaging/gbs.spec | 6 +++--- 6 files changed, 40 insertions(+), 6 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..5a058ff 100755 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, sudo, - osc (>= 0.155.0), + osc (>= 0.132.6), git-buildpackage-rpm (>= 0.7.5-tizen20161231), 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..53178a8 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 @@ -20,9 +20,9 @@ Source0: %{name}_%{version}.tar.gz Requires: python >= 2.6 Requires: python-pycurl Requires: sudo -Requires: osc >= 0.155.0 +Requires: osc >= 0.132.6 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