From 96263f23b88a67e1a059059fcf615151163944be 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 which support 'Recommands:' inside spec file. Change-Id: If4bcaa8dbc18be81d62f939717b193473634b9e7 --- debian/changelog | 7 +++++++ debian/control | 2 +- docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 4 ++-- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6fdd25..e683c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 + + -- 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 39156e3..646eb3a 100644 --- 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..d5c91ce 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.24.5 +========================== + +- Release Date: 2017-01 + +- New feature and enhancements added: + * Support 'Recommands:' inside spec file + Release notes for gbs 0.24.4 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 43a3547..3ca4629 100644 --- 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..2f47c64 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* 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 + * 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 4317d89..e24f709 100644 --- 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.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