+gbs (0.27.1) unstable; urgency=high
+ * upgrade to gbs v0.27.1, which contains the following features:
+ * New feature and enhancements added:
+ - Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2.
+
+ -- Xu Huayong <huayong.xu@samsung.com> Thu, 18 Apr 2024 16:44:00 +0800
+
gbs (0.26.1) unstable; urgency=high
* upgrade to gbs v0.26.1, which contains the following features:
* New feature and enhancements added:
gbs-export (= ${binary:Version}),
gbs-remotebuild (= ${binary:Version}),
gbs-bsr (= ${binary:Version}),
- depanneur (>= 0.16.23),
+ depanneur (>= 0.16.24),
librpm-tizen (>= 4.11.0.1.tizen20140530-tizen20140723)
Description: Command line tools for Tizen package developers
The command line tools for Tizen package developers will
python-pycurl,
osc (>= 0.132.6),
git-buildpackage-rpm
-Conflicts: gbs (<< 0.25.29)
-Replaces: gbs (<< 0.25.29)
+Conflicts: gbs (<< 0.26.29)
+Replaces: gbs (<< 0.26.29)
Description: GBS API
This package contains gbs APIs, which can be used by
external software.
gbs-api (= ${binary:Version}),
pristine-tar (>= 1.35-tizen20161231),
git-buildpackage-rpm
-Conflicts: gbs (<< 0.25.29)
-Replaces: gbs (<< 0.25.29)
+Conflicts: gbs (<< 0.26.29)
+Replaces: gbs (<< 0.26.29)
Description: GBS export API
This package contains gbs export APIs, which can be used by
external software.
gbs-api (= ${binary:Version}),
gbs-export (= ${binary:Version}),
git-buildpackage-rpm
-Conflicts: gbs (<< 0.25.29)
-Replaces: gbs (<< 0.25.29)
+Conflicts: gbs (<< 0.26.29)
+Replaces: gbs (<< 0.26.29)
Description: GBS remotebuild API
This package contains gbs remotebuild APIs, which can be used by
external software.
+Release notes for gbs 0.27.1
+==========================
+
+- Release Date: 2024-04
+
+- New feature and enhancements added:
+ * Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2.
+
Release notes for gbs 0.26.1
==========================
module for gbs tool
"""
-__version__ = "0.26.1"
+__version__ = "0.27.1"
+* Thu Apr 18 2024 Xu Huayong <huayong.xu@samsung.com> 0.27.1
+ * upgrade to gbs v0.27.1, which contains the following features:
+ * New feature and enhancements added:
+ - Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2
+
* Wed Jan 17 2024 Wanchao Xu <wanchao.xu@samsung.com> 0.26.1
* upgrade to gbs v0.26.1, which contains the following features:
* New feature and enhancements added:
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 0.26.1
+Version: 0.27.1
%if 0%{?opensuse_bs}
Release: 1.<CI_CNT>.<B_CNT>
%else
Requires: sudo
Requires: osc >= 0.132.6
Requires: tizen-gbp-rpm >= 20210514
-Requires: depanneur >= 0.16.23
+Requires: depanneur >= 0.16.24
%if "%{?python_version}" < "2.7"
Requires: python-argparse
%package api
Summary: GBS APIs
-Conflicts: gbs < 0.25.29
+Conflicts: gbs < 0.26.29
Requires: python
Requires: python-pycurl
Requires: osc >= 0.132.6
%package export
Summary: GBS export module
-Conflicts: gbs < 0.25.29
+Conflicts: gbs < 0.26.29
Requires: python
Requires: tizen-pristine-tar >= 20161231
Requires: gbs-api = %{version}-%{release}
%package remotebuild
Summary: GBS remotebuild module
-Conflicts: gbs < 0.25.29
+Conflicts: gbs < 0.26.29
Requires: python
Requires: gbs-api = %{version}-%{release}
Requires: gbs-export = %{version}-%{release}