From: Jun Wang Date: Mon, 11 Sep 2017 05:35:56 +0000 (+0800) Subject: Upgrade to 0.24.9 X-Git-Tag: released-tools-18.01.7~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed0f958e26a4615133652e58134a94b909a969a6;p=tools%2Fgbs.git Upgrade to 0.24.9 Change-Id: If35983bdd0932d0fb78287e2084dff2364f11321 --- 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 bd76b4e..7869c67 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 7789217..9113301 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.132.6 Requires: tizen-gbp-rpm >= 20161231 -Requires: depanneur >= 0.15.7 +Requires: depanneur >= 0.15.8 %if "%{?python_version}" < "2.7" Requires: python-argparse