Upgrade to 0.25.4 release-20180831 released-tools-18.01.7 staging-released-tools-18.01.7
authorjingui.ren <jingui.ren@samsung.com>
Tue, 28 Aug 2018 08:46:22 +0000 (16:46 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Tue, 28 Aug 2018 09:37:35 +0000 (17:37 +0800)
Change-Id: I0e25882b486fd0cf4cff4a6a5297d2d4a3233b50

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

index 72ee113b9dee866743e1fd2e1ed72092ea85dd72..139d863d98328cc33771fdd8cd4c57ace4446e82 100755 (executable)
@@ -1,3 +1,13 @@
+gbs (0.25.4) unstable; urgency=high
+  * upgrade to gbs v0.25.4, which contains the following features:
+    * Bug fix:
+      - Fix build error on x86_64 with expand error
+      - Fix bugs of perl tempdir function call
+      - Remove mount info check after build finished
+    * New feature and enhancements added:
+      - Add --style=tar feature, which can build with gbs export source
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 31 Aug 2018 12:30:00 +0800
+
 gbs (0.25.3) unstable; urgency=high
   * upgrade to gbs v0.25.3, which contains the following features:
     * Bug fix:
index dc2f1587c0c3399e6eb6872b95e0bca6bef0ab6c..d619d5d65468cd842de543da7fee3e840cf07a21 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.3)
+ depanneur (>= 0.16.4)
 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 d29056a87dd4edcab264a98ef7b65192990f07aa..b50b33921143806510ebf094712ecef8907eb2e1 100755 (executable)
@@ -1,3 +1,17 @@
+Release notes for gbs 0.25.4
+==========================
+
+- Release Date: 2018-08
+
+- Bug fix:
+    * Fix build error on x86_64 with expand error
+    * Fix bugs of perl tempdir function call
+    * Remove mount info check after build finished
+- New feature and enhancements added:
+    * Add --style=tar feature, which can build with gbs export source
+- Update dependencies:
+    * depanneur >= 0.16.4
+
 Release notes for gbs 0.25.3
 ==========================
 
index e732259e358ba1b51071403bd1563303f46af26f..18c483adc2a7a0bb4af029a5af88b3ae6f0b2e48 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.3"
+__version__ = "0.25.4"
index 181e17b5f4a5064752a54535ac3b9ad1d62e9d53..87cabbce57ff7da6dc174fc39925a0d58de03c2f 100755 (executable)
@@ -1,3 +1,12 @@
+* Fri Aug 31 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.4
+  * upgrade to gbs v0.25.4, which contains the following features:
+    * bug fix
+      - Fix build error on x86_64 with expand error
+      - Fix bugs of perl tempdir function call
+      - Remove mount info check after build finished
+       * New
+         - Add --style=tar feature, which can build with gbs export source
+
 * 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
index f162a81ab7f13b3aa7eedc42257091d1b819f587..b2f59ce1e73b872b09a837ab90dc4627a6941146 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.3
+Version:    0.25.4
 %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.3
+Requires:   depanneur >= 0.16.4
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse