Upgrade to 0.25.14 10/246910/1 accepted/tizen/devbase/tools/20201106.081433 submit/trunk/20201105.160530 submit/trunk/20201106.105030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 5 Nov 2020 06:25:40 +0000 (15:25 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 5 Nov 2020 06:25:40 +0000 (15:25 +0900)
Change-Id: Ia0d11626ea36c2a27309cfb877108efed4c9727c
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index b943dd0..d5fdd52 100755 (executable)
@@ -1,3 +1,13 @@
+gbs (0.25.14) unstable; urgency=high
+  * upgrade to gbs v0.25.14, which contains the following features:
+     * New feature and enhancements added:
+      - Improve gbs coverage ratio.
+      - Remove build dependence with python-support.
+      - Support gen depends of exported sources.
+      - Add --tarfile option for gbs depends subcommand to generate tar xml file
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 05 Nov 2020 12:30:00 +0800
+
 gbs (0.25.13) unstable; urgency=high
   * upgrade to gbs v0.25.13, which contains the following features:
     * Bug fix:
index 54a9d8a..a286c28 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 0.25.14
+==========================
+
+- Release Date: 2020-11
+
+- New feature and enhancements added:
+    * Improve gbs coverage ratio.
+    * Remove build dependence with python-support.
+    * Support gen depends of exported sources.
+    * Add --tarfile option for gbs depends subcommand to generate tar xml file.
+
 Release notes for gbs 0.25.13
 ==========================
 
index 73a6c45..bb4a4bd 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.13"
+__version__ = "0.25.14"
index 482d100..a4acc3c 100755 (executable)
@@ -1,3 +1,11 @@
+* Thu Nov 05 2020 Biao Wang <biao716.wang@samsung.com> 0.25.14
+  * upgrade to gbs v0.25.14, which contains the following features:
+     * New feature and enhancements added:
+      - Improve gbs coverage ratio.
+      - Remove build dependence with python-support.
+      - Support gen depends of exported sources.
+      - Add --tarfile option for gbs depends subcommand to generate tar xml file
+
 * Tue Jul 21 2020 Biao Wang <biao716.wang@samsung.com> 0.25.13
   * upgrade to gbs v0.25.13, which contains the following features:
     * Bug fix:
index 9828b67..07140e7 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.13
+Version:    0.25.14
 %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 >= 20200522
-Requires:   depanneur >= 0.16.7
+Requires:   depanneur >= 0.16.8
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse