Upgrade to 0.24.9
authorJun Wang <junbill.wang@samsung.com>
Mon, 11 Sep 2017 05:35:56 +0000 (13:35 +0800)
committerJun Wang <junbill.wang@samsung.com>
Mon, 11 Sep 2017 05:36:10 +0000 (13:36 +0800)
Change-Id: If35983bdd0932d0fb78287e2084dff2364f11321

debian/changelog
debian/control
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index daa93db..9ee6806 100755 (executable)
@@ -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 <junbill.wang@samsung.com>  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:
index bd76b4e..7869c67 100755 (executable)
@@ -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
index a1e49f7..c8ec310 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.8"
+__version__ = "0.24.9"
index 6a70a8c..c0a84f2 100755 (executable)
@@ -1,3 +1,9 @@
+* Fri Sep 15 2017 Wang Jun <junbill.wang@samsung.com> 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 <y0169.zhang@samsung.com> 0.24.8
   * upgrade to gbs v0.24.8, which contains the following features:
     * bug fix:
index 7789217..9113301 100755 (executable)
@@ -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.<CI_CNT>.<B_CNT>
 %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