Upgrade to 0.25.28 92/289092/1 accepted/tizen/devbase/tools/20230301.063816 submit/trunk/20230301.114030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 1 Mar 2023 02:36:38 +0000 (11:36 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 1 Mar 2023 02:36:38 +0000 (11:36 +0900)
Change-Id: I1d2e1417f74afa34c7295ea2e3c39da19954a3b5
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 209ea858ed895442fa39990cbe0a4cabd28ffd41..2ccec99dec96a16855ef7d286bf3e8684f70f37f 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.28) unstable; urgency=high
+  * upgrade to gbs v0.25.28, which contains the following features:
+     * New feature and enhancements added:
+     * Fix issue: chromium-efl package build failure on Tizen 5.5.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 01 Mar 2023 12:30:00 +0800
+
 gbs (0.25.27) unstable; urgency=high
   * upgrade to gbs v0.25.27, which contains the following features:
      * New feature and enhancements added:
index 94ffae8ddc5a157aa8851523d8e99910516487dc..3040e4d406dce9954a9966fe883df7730417d08a 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.20)
+ depanneur (>= 0.16.21)
 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 8e8111b7bef5d21eabcfb48fc6b798cd84414666..4f30f6f4d72748d2375d347352f67c6c129ef4e3 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.28
+==========================
+
+- Release Date: 2023-3
+
+- New feature and enhancements added:
+    * Fix issue: chromium-efl package build failure on Tizen 5.5.
+
 Release notes for gbs 0.25.27
 ==========================
 
index 797c0d0c1fd79fa584f36316392236fbe51f0c2d..35647fb317b21983881c76c5e448dd88c06ea205 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.27"
+__version__ = "0.25.28"
index 515255114fcb47f1c230d2c37487f1dea381d961..9d901b76409d640591803b858b22625fb113bdb3 100755 (executable)
@@ -1,3 +1,8 @@
+* Wed Mar 01 2023 Biao Wang <biao716.wang@samsung.com> 0.25.28
+  * upgrade to gbs v0.25.28, which contains the following features:
+    * New feature and enhancements added:
+      -        Fix issue: chromium-efl package build failure on Tizen 5.5.
+
 * Thu Jan 12 2023 Biao Wang <biao716.wang@samsung.com> 0.25.27
   * upgrade to gbs v0.25.27, which contains the following features:
     * New feature and enhancements added:
index 3f466a2414fc3b17651bf3b24fb89db1bda09675..6e1ee564f54b613531598ad4a3c9e22f48a61613 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.27
+Version:    0.25.28
 %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.20
+Requires:   depanneur >= 0.16.21
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse