Upgrade GBS version to V0.24.6
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 12:16:40 +0000 (21:16 +0900)
committerJun Wang <junbill.wang@samsung.com>
Wed, 12 Apr 2017 06:45:29 +0000 (14:45 +0800)
Change-Id: I77b78f54db6a9cf70ae4da26372011ee25583d2a

Signed-off-by: Jun Wang <junbill.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 2cb807d9c245e772e55a09fa7a0098bd9675b75e..4c808873d61d39eda857075dbe5b4bfe644b8931 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 646eb3a7e93d8b970f6a4843c9b3ba1af4ac611e..2e99c4b0b487751f4bdab044cc1a4a72b496cfd7 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 026f60318d0df11201fb8f375b603ea4697285a7..2cb3ba3faf6ed4e924be1967753859731bbf3da8 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 3ca462933eb3a3d873289349812407403aca6f62..e4503cef8f1a81e2ef985ab72bd2d559648622c4 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.5"
+__version__ = "0.24.6"
index a13babadd19db564c08190ffead7055429013d33..bd5b82ff86604289860597df4577779a5550dff0 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 e24f709d552f2177de3a7dff285b684a141a1ed3..e32274fd76463d1b7ce9b9cc1e62c22ac9c24659 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.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.4
+Requires:   depanneur >= 0.15.5
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse