Upgrade to 0.25.19 72/259172/1 accepted/tizen/devbase/tools/20210603.004928 submit/trunk/20210602.131730 submit/trunk/20210602.165630
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 2 Jun 2021 01:17:03 +0000 (10:17 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 2 Jun 2021 01:17:03 +0000 (10:17 +0900)
Change-Id: Idbfb89bfeaee10809ce9cb7b98a1c8bd75302ebf
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 8ec6616..51b9736 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.19) unstable; urgency=high
+  * upgrade to gbs v0.25.19, which contains the following features:
+     * New feature and enhancements added:
+      - New feature: BSR: Support memory profiling.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 2 Jun 2021 12:30:00 +0800
+
 gbs (0.25.18) unstable; urgency=high
   * upgrade to gbs v0.25.18, which contains the following features:
      * New feature and enhancements added:
index 292270c..1afea06 100755 (executable)
@@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
  gbs-bsr (= ${binary:Version}),
- depanneur (>= 0.16.11)
+ depanneur (>= 0.16.12)
 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 9d757af..d93ea3d 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.19
+==========================
+
+- Release Date: 2021-6
+
+- New feature and enhancements added:
+    * New feature: BSR: Support memory profiling.
+
 Release notes for gbs 0.25.18
 ==========================
 
index 93ad7c1..2f69e43 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.18"
+__version__ = "0.25.19"
index 01a6e2f..17576f4 100755 (executable)
@@ -1,3 +1,8 @@
+* Wed Jun 2 2021 Biao Wang <biao716.wang@samsung.com> 0.25.19
+  * upgrade to gbs v0.25.19, which contains the following features:
+    * New feature and enhancements added:
+      - New feature: BSR: Support memory profiling.
+
 * 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:
index a8696f8..99b4e56 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.18
+Version:    0.25.19
 %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 >= 20210514
-Requires:   depanneur >= 0.16.11
+Requires:   depanneur >= 0.16.12
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse