Upgrade to 0.25.4 17/188017/2
authorjingui.ren <jingui.ren@samsung.com>
Tue, 28 Aug 2018 08:46:22 +0000 (16:46 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Thu, 30 Aug 2018 09:47:40 +0000 (17:47 +0800)
Change-Id: I0e25882b486fd0cf4cff4a6a5297d2d4a3233b50
Signed-off-by: jingui.ren <jingui.ren@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 534825e16b83b36c66942120156c97225631d087..5df10f2e5fa006e735be6a5ddef44eafc0079f17 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 90e2e90be9068e2a31cb2aa7952e25fe5409cad5..19233ab32161c2e50125f47c8e8c6f5d2b3e59db 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 113a26220054829adbcc4f9227848086f44485be..a685175211ff2e97302da4a236c248dff722b7e9 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 207d5c122c5f256baf88dbee404f7ee4bf98470b..7460bd2264ab122b531b19c6fbb3e8508825ab75 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 b573b5d743654979481c7ce2e4e115fd82b6b903..1688292c06158cddd977181db42fb978a57ced3e 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.155.0
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.3
+Requires:   depanneur >= 0.16.4
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse