Upgrade GBS version to V0.24.7
authory0169.zhang <y0169.zhang@samsung.com>
Tue, 18 Apr 2017 07:38:14 +0000 (16:38 +0900)
committery0169.zhang <y0169.zhang@samsung.com>
Tue, 18 Apr 2017 07:39:31 +0000 (16:39 +0900)
Change-Id: Ica416d8c84263cf1a2397b2b15ffccf49fa18632

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

index 4c808873d61d39eda857075dbe5b4bfe644b8931..7d935ce27d64af19ba007b04f83090d9053948ce 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 2e99c4b0b487751f4bdab044cc1a4a72b496cfd7..50188669e332f09df391ada266b32492b81107f9 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 2cb3ba3faf6ed4e924be1967753859731bbf3da8..82c26ede3f11a08c319e9d301144c73775965667 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 e4503cef8f1a81e2ef985ab72bd2d559648622c4..07cb755d74a1918e2c1d6cd87803c0af2341544d 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.6"
+__version__ = "0.24.7"
index bd5b82ff86604289860597df4577779a5550dff0..58ce3a19c7ee6edc1a9785196ced152de959cf57 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 e32274fd76463d1b7ce9b9cc1e62c22ac9c24659..936264eadc5d8e9a27fc50114df096b9f62cb991 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.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.5
+Requires:   depanneur >= 0.15.6
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse