From 8f397e3767abec26adc0bde806fbc03d518f3b7b Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Mon, 18 Sep 2017 15:55:30 +0800 Subject: [PATCH] Upgrade to 0.24.9 Change-Id: If0b424cca1d3f523a451eae0447fbbe1c30c9f98 Signed-off-by: Jun Wang --- debian/changelog | 7 +++++++ debian/control | 2 +- gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 6 ++++++ packaging/gbs.spec | 4 ++-- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index daa93db..9ee6806 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.24.9) unstable; urgency=high + * upgrade to gbs v0.24.9, which contains the following features: + * bug fix: + - Fix build error with --baselibs option + - Adapt to forkmanager module to export sources + -- Wang Jun Fri, 15 Sep 2017 12:00:00 +0800 + gbs (0.24.8) unstable; urgency=high * upgrade to gbs v0.24.8, which contains the following features: * bug fix: diff --git a/debian/control b/debian/control index ac96ef3..677ca02 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.7) + depanneur (>= 0.15.8) 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/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index a1e49f7..c8ec310 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.24.8" +__version__ = "0.24.9" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 6a70a8c..c0a84f2 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,9 @@ +* Fri Sep 15 2017 Wang Jun 0.24.9 + * upgrade to gbs v0.24.9, which contains the following features: + * bug fix + - Fix build error with --baselibs option + - Adapt to forkmanager module to export sources + * Fri Jun 30 2017 Zhang Yang 0.24.8 * upgrade to gbs v0.24.8, which contains the following features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 3d5ed7e..a867a51 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.8 +Version: 0.24.9 %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.7 +Requires: depanneur >= 0.15.8 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.34.1