Upgrade to 0.25.3
authorjingui.ren <jingui.ren@samsung.com>
Tue, 31 Jul 2018 12:20:53 +0000 (20:20 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Tue, 14 Aug 2018 08:34:05 +0000 (16:34 +0800)
Change-Id: I9fed19fd73a57d3fb3a710fa3679fb2883cbb931

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

index 4f48bf0..72ee113 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.25.3) unstable; urgency=high
+  * upgrade to gbs v0.25.3, which contains the following features:
+    * Bug fix:
+      - Fix deb package build error
+      - Remove chroot memory limit on x86_64
+    * New feature and enhancements added:
+      - Optimize gbs export process
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 3 Aug 2018 12:30:00 +0800
+
 gbs (0.25.2) unstable; urgency=high
   * upgrade to gbs v0.25.2, which contains the following features:
     * bug fix:
index fb08018..dc2f158 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.2)
+ depanneur (>= 0.16.3)
 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 9440f74..d29056a 100755 (executable)
@@ -1,3 +1,16 @@
+Release notes for gbs 0.25.3
+==========================
+
+- Release Date: 2018-08
+
+- Bug fix:
+    * Fix deb package build error
+    * Remove chroot memory limit on x86_64
+- New feature and enhancements added:
+       * Optimize gbs export process
+- Update dependencies:
+    * depanneur >= 0.16.3
+
 Release notes for gbs 0.25.2
 ==========================
 
index a112d11..e732259 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.2"
+__version__ = "0.25.3"
index 320c0cc..181e17b 100755 (executable)
@@ -1,3 +1,11 @@
+* Fri Aug 3 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.3
+  * upgrade to gbs v0.25.3, which contains the following features:
+    * bug fix
+      - Fix deb package build error
+      - Remove chroot memory limit on x86_64
+       * New
+         - Optimize gbs export process
+
 * 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
index 0f474de..f162a81 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.2
+Version:    0.25.3
 %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.2
+Requires:   depanneur >= 0.16.3
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse