Upgrade to 0.25.26 66/285166/4 accepted/tizen/devbase/tools/20221209.112612 submit/trunk/20221208.103030 submit/trunk/20221208.110030 submit/trunk/20221208.111030 submit/trunk/20221209.081030 submit/trunk/20221209.101030 submit/trunk/20221209.103030 submit/trunk/20221209.105030 submit/trunk/20221209.155030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 7 Dec 2022 05:33:31 +0000 (14:33 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 7 Dec 2022 06:27:19 +0000 (15:27 +0900)
Change-Id: I453c66dcee33b2f525f47106c8c67d817f3bf6f0
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 36dbed4..fa04a22 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.26) unstable; urgency=high
+  * upgrade to gbs v0.25.26, which contains the following features:
+     * New feature and enhancements added:
+      - Ignore reorder packages list during cumulative build.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 06 Dec 2022 12:30:00 +0800
+
 gbs (0.25.25) unstable; urgency=high
   * upgrade to gbs v0.25.25, which contains the following features:
      * New feature and enhancements added:
index a2d37d5..67ae6b6 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.18)
+ depanneur (>= 0.16.19)
 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 25c343c..0a98c6d 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.26
+==========================
+
+- Release Date: 2022-12
+
+- New feature and enhancements added:
+    * Ignore reorder packages list during cumulative build.
+
 Release notes for gbs 0.25.25
 ==========================
 
index 3796176..2e91c10 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.25"
+__version__ = "0.25.26"
index 7be0e08..7acd4fb 100755 (executable)
@@ -1,3 +1,8 @@
+* 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:
+      - Ignore reorder packages list during cumulative build.
+
 * Tue Sep 20 2022 Biao Wang <biao716.wang@samsung.com> 0.25.25
   * upgrade to gbs v0.25.25, which contains the following features:
     * New feature and enhancements added:
index b31a717..270dc4d 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.25
+Version:    0.25.26
 %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.18
+Requires:   depanneur >= 0.16.19
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse