Upgrade to 0.25.2 release-20180511
authorjingui.ren <jingui.ren@samsung.com>
Tue, 8 May 2018 05:43:13 +0000 (13:43 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Tue, 8 May 2018 05:43:13 +0000 (13:43 +0800)
Change-Id: I33fe0c36c3b7cea2c5f71b7c71e753d1beb849b1

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

index 174f019169348e536ff61d62fabd19438b0a4f0a..4f48bf04476d8755aa6857fbf3c0b03f9bff83a5 100755 (executable)
@@ -1,3 +1,9 @@
+gbs (0.25.2) unstable; urgency=high
+  * upgrade to gbs v0.25.2, which contains the following features:
+    * bug fix:
+      - Fix umount directories inside build root after build is finished
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 11 May 2018 12:30:00 +0800
+
 gbs (0.25.1) unstable; urgency=high
   * upgrade to gbs v0.25.1, which contains the following features:
     * bug fix:
index 6e20d664ab4c69facbb77ed03b62cdd6f14534ec..fb080189a7962ebdfa3d2e472ef355e8eb9b7f30 100755 (executable)
@@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.16.1)
+ depanneur (>= 0.16.2)
 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 27c7d3cc3cccfc8980a947865d287797ebac3e0a..9440f74a7e6c77bd405ea4b0eb0d0384e0afd104 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.2
+==========================
+
+- Release Date: 2018-05
+
+- Bug fix:
+    * Fix umount directories inside build root after build is finished
+- Update dependencies:
+    * depanneur >= 0.16.2
+
 Release notes for gbs 0.25.1
 ==========================
 
index 7552663e17fcb7a56a1405fd3d6aa7104d831b22..a112d119a32367ccf8f5472d96303cc4dea7501e 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.1"
+__version__ = "0.25.2"
index a047712a23b6263f4f50015750c1d2d387668e07..320c0cccc574881c3a263b720ca22a65fd048168 100755 (executable)
@@ -1,3 +1,8 @@
+* Fri May 11 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.2
+  * upgrade to gbs v0.25.2, which contains the following features:
+    * bug fix
+      - Fix umount directories inside build root after build is finished
+
 * Fri Mar 23 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.1
   * upgrade to gbs v0.25.1, which contains the following features:
     * bug fix
index e19094796f929ae0f6da201db73489530882b532..0f474deb9bf99507c5c2804054dfcb2be85e65ce 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.1
+Version:    0.25.2
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.1
+Requires:   depanneur >= 0.16.2
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse