Upgrade to 0.25.18 65/258365/1 accepted/tizen/devbase/tools/20210514.132027 accepted/tizen/devbase/tools/20210517.061536 submit/trunk/20210514.152330 submit/trunk/20210514.153130 submit/trunk/20210517.091730
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 14 May 2021 05:59:41 +0000 (14:59 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 14 May 2021 05:59:41 +0000 (14:59 +0900)
Change-Id: Ie2246ec07bdf5469656ad163cdb7e0c5fa69e023
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index c1ef6e866468656ec33b07d4b1e5ea1c263fadec..8ec6616e3e6bf23d214f8ccf3fd39dede36cec2c 100755 (executable)
@@ -1,3 +1,13 @@
+gbs (0.25.18) unstable; urgency=high
+  * upgrade to gbs v0.25.18, which contains the following features:
+     * New feature and enhancements added:
+      - New feature: Build Profiling.
+      - Fix pylint error: Reimport 're'.
+      - Fix pylint error issue for bsr directory.
+      - New feature: add --submodules option to support build with submodule.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 14 May 2021 12:30:00 +0800
+
 gbs (0.25.17) unstable; urgency=high
   * upgrade to gbs v0.25.17, which contains the following features:
      * New feature and enhancements added:
index 98ffb509a1c209203f9fc3b59e167d5499e069be..292270c48c54abd57f4d57850b6513121832a494 100755 (executable)
@@ -15,12 +15,12 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-lxml,
  sudo,
  osc (>= 0.132.6),
- git-buildpackage-rpm (>= 0.9.20-tizen20200522),
+ git-buildpackage-rpm (>= 0.9.21-tizen20210514),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
  gbs-bsr (= ${binary:Version}),
- depanneur (>= 0.16.7)
+ depanneur (>= 0.16.11)
 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 f186fa69c1bf478d071ad3739b3c173eecdc18b3..9d757af9f59997126d8a6ac364eafeb0422b6e34 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 0.25.18
+==========================
+
+- Release Date: 2021-5
+
+- New feature and enhancements added:
+    * New feature: Build Profiling.
+    * Fix pylint error: Reimport 're'.
+    * Fix pylint error issue for bsr directory.
+    * New feature: add --submodules option to support build with submodule.
+
 Release notes for gbs 0.25.17
 ==========================
 
index 8c3e6d1278179879f39f7de66a665f7c737fc9ad..93ad7c18a258148f8b4d1b43294dedd91bca1618 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.17"
+__version__ = "0.25.18"
index 7b7eb03136601b1f9a24afc04d98f8bb795e5a2b..01a6e2f46ce3ffdc4165f7234cd5a22a035262ae 100755 (executable)
@@ -1,3 +1,11 @@
+* Tue May 14 2021 Biao Wang <biao716.wang@samsung.com> 0.25.18
+  * upgrade to gbs v0.25.18, which contains the following features:
+    * New feature and enhancements added:
+      - New feature: Build Profiling.
+      - Fix pylint error: Reimport 're'.
+      - Fix pylint error issue for bsr directory.
+      - New feature: add --submodules option to support build with submodule.
+
 * Tue Mar 23 2021 Biao Wang <biao716.wang@samsung.com> 0.25.17
   * upgrade to gbs v0.25.17, which contains the following features:
     * New feature and enhancements added:
index e84739a6cace5bf3ff57a5b2367160575cc51862..a8696f8a5db5922fc747255fed460b479112ed87 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.17
+Version:    0.25.18
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -23,8 +23,8 @@ Requires:   python-requests
 Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
-Requires:   tizen-gbp-rpm >= 20200522
-Requires:   depanneur >= 0.16.9
+Requires:   tizen-gbp-rpm >= 20210514
+Requires:   depanneur >= 0.16.11
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse