Upgrade GBS version to V0.24.7 76/127276/1
authorJun Wang <junbill.wang@samsung.com>
Thu, 27 Apr 2017 02:07:39 +0000 (10:07 +0800)
committerJun Wang <junbill.wang@samsung.com>
Thu, 27 Apr 2017 02:09:29 +0000 (10:09 +0800)
Change-Id: I32c5c4d310f3597f8c0f94dcc14186ca22c85529
Signed-off-by: Wang Jun <junbill.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 4c80887..7d935ce 100755 (executable)
@@ -1,3 +1,9 @@
+gbs (0.24.7) unstable; urgency=high
+  * upgrade to gbs v0.24.7, which contains the following features:
+    * New feature and enhancements added:
+      - Support use some configuration in package own gbs.conf
+ -- Wang Jun <junbill.wang@samsung.com>  Fri, 28 Apr 2017 19:00:00 +0800
+
 gbs (0.24.6) unstable; urgency=high
   * upgrade to gbs v0.24.6, which contains the following features:
     * New feature and enhancements added:
index 145799b..4561b72 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.5)
+ depanneur (>= 0.15.6)
 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 2cb3ba3..82c26ed 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.24.7
+==========================
+
+- Release Date: 2017-04
+
+- New feature and enhancements added:
+    * Support use some configuration in package own gbs.conf
+
 Release notes for gbs 0.24.6
 ==========================
 
index e4503ce..07cb755 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.6"
+__version__ = "0.24.7"
index bd5b82f..58ce3a1 100755 (executable)
@@ -1,3 +1,8 @@
+* Fri Apr 28 2017 Wang Jun <junbill.wang@samsung.com> 0.24.7
+  * upgrade to gbs v0.24.7, which contains the following features:
+    * New
+      - Support use some configuration in package own gbs.conf
+
 * Wed Apr 5 2017 SoonKyu Park <sk7.park@samsung.com> 0.24.6
   * upgrade to gbs v0.24.5, which contains the following features:
     * New
index 5d4524e..822a547 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.6
+Version:    0.24.7
 %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.5
+Requires:   depanneur >= 0.15.6
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse