Upgrade to 0.25.22 30/268930/3 accepted/tizen/devbase/tools/20220107.073829 submit/trunk/20220106.153030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 5 Jan 2022 01:45:35 +0000 (10:45 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 5 Jan 2022 06:57:23 +0000 (15:57 +0900)
Change-Id: If9d6ae9ccfe6e157a34fa05191587dbb12759a72
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 912751b..fcef417 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.22) unstable; urgency=high
+  * upgrade to gbs v0.25.22, which contains the following features:
+     * New feature and enhancements added:
+      - Fix build error with --incremental option.
+      - Upgraded depanneur version to 0.16.15
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 05 Jan 2022 12:30:00 +0800
+
 gbs (0.25.21) unstable; urgency=high
   * upgrade to gbs v0.25.21, which contains the following features:
      * New feature and enhancements added:
index 95f0296..04bac75 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.14)
+ depanneur (>= 0.16.15)
 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 2471509..842d5d1 100755 (executable)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.25.22
+==========================
+
+- Release Date: 2022-1
+
+- New feature and enhancements added:
+    * Fix build error with --incremental option.
+    *  Upgrade depanneur version to 0.16.15.
+
 Release notes for gbs 0.25.21
 ==========================
 
index dc32eb6..bfe57da 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.21"
+__version__ = "0.25.22"
index 0a50cef..d01132d 100755 (executable)
@@ -1,3 +1,10 @@
+* Wed Jan 05 2022 Biao Wang <biao716.wang@samsung.com> 0.25.22
+  * upgrade to gbs v0.25.22, which contains the following features:
+    * New feature and enhancements added:
+      - Fix build error with --incremental option.
+      - Upgraded depanneur version to 0.16.15.
+
+
 * Fri Sep 03 2021 Biao Wang <biao716.wang@samsung.com> 0.25.21
   * upgrade to gbs v0.25.20, which contains the following features:
     * New feature and enhancements added:
index a64d0dd..59ba9f6 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.21
+Version:    0.25.22
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else