Upgrade to 0.25.25 94/279194/1
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 3 Aug 2022 08:38:11 +0000 (17:38 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 3 Aug 2022 08:38:11 +0000 (17:38 +0900)
Change-Id: I4940f0c0bdbd407db010e6511fae14507af0162e
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 dcb0b7442a2a5d7f4924e07c7e29130d306db044..2f22e50c8b9b37534fdf1dbba7f2e24377056425 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.25.25) unstable; urgency=high
+  * upgrade to gbs v0.25.25, which contains the following features:
+     * New feature and enhancements added:
+      - Always retry 3 times to download if download fail.
+      - Add logic to re-downloading packages in reorder step if some packages is missed!
+      - Fix build crash issue in  gbs export in obs-server-gbs
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 03 Aug 2022 12:30:00 +0800
+
 gbs (0.25.24) unstable; urgency=high
   * upgrade to gbs v0.25.24, which contains the following features:
      * New feature and enhancements added:
index 622dde0527dd6625bac117e8688543e397ed5846..a2d37d54cd267ff6f918062ceb8fd48c51f54608 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.17)
+ depanneur (>= 0.16.18)
 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 48ccf704962eace0e4f0508edf7678e294b41692..72f71e60ee9d9ee029792a4d3d1bf93d45ff9fa7 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.25
+==========================
+
+- Release Date: 2022-8
+
+- New feature and enhancements added:
+    * Always retry 3 times to download if download fail.
+    * Add logic to re-downloading packages in reorder step if some packages is missed!
+    * Fix build crash issue in  gbs export in obs-server-gbs
+
 Release notes for gbs 0.25.24
 ==========================
 
index 8bc7070cc12fb1b74c4d043dfb7646a546b7f642..3796176736556a9c040c2946549579a0b74370ce 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.24"
+__version__ = "0.25.25"
index 1f88da6e419dc730f0e053cac1f334993edc2ae9..f3ea5c6cd3e96f80939ca3eb30090337c4ae5c72 100755 (executable)
@@ -1,3 +1,10 @@
+* Wed Aug 03 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:
+      - Always retry 3 times to download if download fail.
+      - Add logic to re-downloading packages in reorder step if some packages is missed!
+      - Fix build crash issue in  gbs export in obs-server-gbs
+
 * 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:
index 53ebaedfba7066dad518b4e03a9833ffd01b567d..b31a7177067f1101aeeedd610392cc1811395520 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.24
+Version:    0.25.25
 %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.17
+Requires:   depanneur >= 0.16.18
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse