Upgrade to 0.25.24 07/277307/2 accepted/tizen/devbase/tools/20220718.002659 submit/trunk/20220708.165359 submit/trunk/20220712.132059 submit/trunk/20220712.163059 submit/trunk/20220713.083059 submit/trunk/20220715.190059 submit/trunk/20220718.130059 submit/trunk/20220727.091059 submit/trunk/20220727.093059 submit/trunk/20220902.123059
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 5 Jul 2022 03:01:44 +0000 (12:01 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 5 Jul 2022 05:19:03 +0000 (14:19 +0900)
Change-Id: I6d246b81d9acee370a2b5af13c34f468f823b599
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 96e6ab0..dcb0b74 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.24) unstable; urgency=high
+  * upgrade to gbs v0.25.24, which contains the following features:
+     * New feature and enhancements added:
+      - Fix Build error dlog aarch64.
+      - Upgraded depanneur version to 0.16.17
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 05 Jul 2022 12:30:00 +0800
+
 gbs (0.25.23) unstable; urgency=high
   * upgrade to gbs v0.25.23, which contains the following features:
      * New feature and enhancements added:
index cb99215..622dde0 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.16)
+ depanneur (>= 0.16.17)
 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 0e3a71c..48ccf70 100755 (executable)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.25.24
+==========================
+
+- Release Date: 2022-7
+
+- New feature and enhancements added:
+    * Fix Build error dlog aarch64.
+    * Upgrade depanneur version to 0.16.17.
+
 Release notes for gbs 0.25.23
 ==========================
 
index 12f546c..8bc7070 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.23"
+__version__ = "0.25.24"
index 3eb3ce4..1f88da6 100755 (executable)
@@ -1,3 +1,9 @@
+* Tue Jul 05 2022 Biao Wang <biao716.wang@samsung.com> 0.25.24
+  * upgrade to gbs v0.25.24, which contains the following features:
+    * New feature and enhancements added:
+      - Fix Build error dlog aarch64.
+      - Upgraded depanneur version to 0.16.17.
+
 * Wed Apr 27 2022 Biao Wang <biao716.wang@samsung.com> 0.25.23
   * upgrade to gbs v0.25.23, which contains the following features:
     * New feature and enhancements added:
index d5108ed..53ebaed 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.23
+Version:    0.25.24
 %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.16
+Requires:   depanneur >= 0.16.17
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse