Upgrade GBS version to V0.24.6
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 12:16:40 +0000 (21:16 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 12:16:40 +0000 (21:16 +0900)
Change-Id: I77b78f54db6a9cf70ae4da26372011ee25583d2a

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

index 2cb807d..4c80887 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.24.6) unstable; urgency=high
+  * upgrade to gbs v0.24.6, which contains the following features:
+    * New feature and enhancements added:
+      - create new 'rpmbuildstage:' option on OBS
+    * bug fix:
+      - Fix not to input sudo password at the end of gbs build
+      - Fix debchange warning
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 5 Apr 2017 19:00:00 +0900
+
 gbs (0.24.5) unstable; urgency=high
   * upgrade to gbs v0.24.5, which contains the following features:
     * New feature and enhancements added:
index a8470c6..145799b 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.4)
+ depanneur (>= 0.15.5)
 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 026f603..2cb3ba3 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 0.24.6
+==========================
+
+- Release Date: 2017-04
+
+- New feature and enhancements added:
+    * create new 'rpmbuildstage:' option on OBS
+- bug fix:
+    * Fix not to input sudo password at the end of gbs build
+    * Fix debchange warning
+
 Release notes for gbs 0.24.5
 ==========================
 
index 3ca4629..e4503ce 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.5"
+__version__ = "0.24.6"
index a13baba..bd5b82f 100755 (executable)
@@ -1,3 +1,11 @@
+* 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
+      - create new 'rpmbuildstage:' option on OBS
+    * bug fix:
+      - Fix not to input sudo password at the end of gbs build
+      - Fix debchange warning
+
 * Sat Jan 14 2017 SoonKyu Park <sk7.park@samsung.com> 0.24.5
   * upgrade to gbs v0.24.5, which contains the following features:
     * New
index dc994ea..5d4524e 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.5
+Version:    0.24.6
 %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.4
+Requires:   depanneur >= 0.15.5
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse