Upgrade to 0.24.9 70/150670/1
authorJun Wang <junbill.wang@samsung.com>
Mon, 18 Sep 2017 07:55:30 +0000 (15:55 +0800)
committerJun Wang <junbill.wang@samsung.com>
Mon, 18 Sep 2017 07:55:43 +0000 (15:55 +0800)
Change-Id: If0b424cca1d3f523a451eae0447fbbe1c30c9f98
Signed-off-by: Jun Wang <junbill.wang@samsung.com>
debian/changelog
debian/control
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index daa93db20921ec9dfd4f7594bf9e35417b834240..9ee6806b3ef09438541a0bf09574444a52e8f43a 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 ac96ef3bfc8f537448a91a0da38abd38cb2d4341..677ca028690ace7e8e4810b39f464203cdc54932 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 a1e49f7f3e61845e8b2f8aa9191838fde3f9ed7a..c8ec310aac25c670a25bd7b581e3bf1dbf49e8b9 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.8"
+__version__ = "0.24.9"
index 6a70a8cd13289e38e622ad41f08c7a4cce0f68fe..c0a84f2aec521e59d79776a303d7536d696ec1b8 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 3d5ed7e6f5b402a97316b10e1452f0801ba3e767..a867a51dc872a8b6402d52cd03b2d25f13a0f11c 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.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