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 b943dd0eade72febdc957b31f29525e7991878fc..d5fdd52c3c9361191dca3944508456f6367e26f6 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 54a9d8a894b65def7aa9fc433fa330fcf65ee807..a286c28dac175c95207e1c838c1ca0b88c91e2ec 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 73a6c454dae37b2c0107ece939fd3edd97e49325..bb4a4bd5318c93ccaba04d5136d4e62896882bfa 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.13"
+__version__ = "0.25.14"
index 482d100a4a6816946ebaa3b73d0ace01909d232b..a4acc3cd215c790839a1f69ed6e582c76c003101 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 9828b67c976c5d0d50b9965652a916feac7ea3b8..07140e73c291e2c65d32c8d4ee2b44638e0872da 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