Upgrade to 0.25.27 40/286740/1 accepted/tizen/devbase/tools/20230113.003825 submit/trunk/20230112.173030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 08:18:38 +0000 (17:18 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 08:18:38 +0000 (17:18 +0900)
Change-Id: I05ef999553ce168f94c758ea9c9e4f8cca265eef
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 fa04a22..209ea85 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.27) unstable; urgency=high
+  * upgrade to gbs v0.25.27, which contains the following features:
+     * New feature and enhancements added:
+      - Add new option: --nocumulate, it can allow build without cumulative build.
+      - Update reference url for gbs export error message.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 12 Jan 2023 12:30:00 +0800
+
 gbs (0.25.26) unstable; urgency=high
   * upgrade to gbs v0.25.26, which contains the following features:
      * New feature and enhancements added:
index 67ae6b6..94ffae8 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.19)
+ depanneur (>= 0.16.20)
 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 0a98c6d..8e8111b 100755 (executable)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.25.27
+==========================
+
+- Release Date: 2023-1
+
+- New feature and enhancements added:
+    * Add new option: --nocumulate, it can allow build without cumulative build.
+    * Update reference url for gbs export error message.
+
 Release notes for gbs 0.25.26
 ==========================
 
index 2e91c10..797c0d0 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.26"
+__version__ = "0.25.27"
index 7acd4fb..5152551 100755 (executable)
@@ -1,3 +1,9 @@
+* Thu Jan 12 2023 Biao Wang <biao716.wang@samsung.com> 0.25.27
+  * upgrade to gbs v0.25.27, which contains the following features:
+    * New feature and enhancements added:
+      - Update reference url for gbs export error message.
+      - Add new option: --nocumulate, it can allow build without cumulative build.
+
 * Tue Sep 20 2022 Biao Wang <biao716.wang@samsung.com> 0.25.26
   * upgrade to gbs v0.25.26, which contains the following features:
     * New feature and enhancements added:
index 270dc4d..3f466a2 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.26
+Version:    0.25.27
 %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.19
+Requires:   depanneur >= 0.16.20
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse