Upgrade to 0.25.23 47/274347/1 sandbox-sk7park-1 accepted/tizen/devbase/tools/20220427.064159 accepted/tizen/devbase/tools/20220506.130448 submit/trunk/20220427.104859 submit/trunk/20220427.112059 submit/trunk/20220505.175059
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 27 Apr 2022 01:57:03 +0000 (10:57 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 27 Apr 2022 01:57:03 +0000 (10:57 +0900)
Change-Id: Id62f95fab1d49e241a8ee51c9a7fee1e787b618b
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 fcef4170e21a985a300d085b9042b9b9caf7bffa..96e6ab0b496c23eaa74aa21780c1e682d304551d 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.23) unstable; urgency=high
+  * upgrade to gbs v0.25.23, which contains the following features:
+     * New feature and enhancements added:
+      - Fix umount abnormal issue in Ubuntu 20.04.
+      - Upgraded depanneur version to 0.16.16
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 27 Apr 2022 12:30:00 +0800
+
 gbs (0.25.22) unstable; urgency=high
   * upgrade to gbs v0.25.22, which contains the following features:
      * New feature and enhancements added:
index 04bac75e37738c2a06b6eebc04209aa9fd262d87..cb99215aab4b083486e09990d2e49c6b080344c1 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.15)
+ depanneur (>= 0.16.16)
 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 842d5d138c495356be9504264ea75c62ad6abd98..0e3a71c45b067fffa79fb1934209d4135a4b17c3 100755 (executable)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.25.23
+==========================
+
+- Release Date: 2022-4
+
+- New feature and enhancements added:
+    * Fix umount abnormal issue on Ubuntu 20.04.
+    * Upgrade depanneur version to 0.16.16.
+
 Release notes for gbs 0.25.22
 ==========================
 
index bfe57dac282bd801cbfdef4f45edf614a3630f7a..12f546ca6824e3d02ee747a449950ba248350741 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.22"
+__version__ = "0.25.23"
index d01132d2d369d1edca176598c3b1f69b871dfc3c..3eb3ce4fe698f13e4a9afdcbab8a0280ca400bd9 100755 (executable)
@@ -1,3 +1,9 @@
+* 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:
+      - Fix umount abnormal issue on Ubuntu 20.04.
+      - Upgraded depanneur version to 0.16.16.
+
 * 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:
index 59ba9f6560df48ccd159f7a51be1c31d630a0ae4..d5108eddc93e864749485a835ddf3ad85aefc4ac 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.22
+Version:    0.25.23
 %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.14
+Requires:   depanneur >= 0.16.16
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse