+gbs (2.0.3) unstable; urgency=high
+ * upgrade to gbs v2.0.3, which contains the following features:
+ * New feature and enhancements added:
+ - Fix build errors on Ubuntu 24.04.
+ - Fix the issue that M2Crypto module is not found on opensuse 15.5.
+ - Ignore the pylint warning of unbalanced-tuple-unpacking in utils script
+ - Fix the failed test cases which caused by gbs upgrade.
+
+ -- Huayong Xu <huayong.xu@samsung.com> Mon, 22 Jul 2024 14:30:00 +0800
+
gbs (2.0.2) unstable; urgency=high
* upgrade to gbs v2.0.2, 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.24),
+ depanneur (>= 0.16.25),
librpm-tizen (>= 4.14.1.1.tizen20230628-20230828)
Description: Command line tools for Tizen package developers
The command line tools for Tizen package developers will
python3-pycurl,
osc (>= 0.170.1),
git-buildpackage-rpm
-Conflicts: gbs (<< 2.0.1)
-Replaces: gbs (<< 2.0.1)
+Conflicts: gbs (<< 2.0.2)
+Replaces: gbs (<< 2.0.2)
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 (<< 2.0.1)
-Replaces: gbs (<< 2.0.1)
+Conflicts: gbs (<< 2.0.2)
+Replaces: gbs (<< 2.0.2)
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 (<< 2.0.1)
-Replaces: gbs (<< 2.0.1)
+Conflicts: gbs (<< 2.0.2)
+Replaces: gbs (<< 2.0.2)
Description: GBS remotebuild API
This package contains gbs remotebuild APIs, which can be used by
external software.
+Release notes for gbs 2.0.3
+==========================
+
+- Release Date: 2024-7
+
+- New feature and enhancements added:
+ * Fix build errors on Ubuntu 24.04.
+ * Fix the issue that M2Crypto module is not found on opensuse 15.5.
+ * Ignore the pylint warning of unbalanced-tuple-unpacking in utils script
+ * Fix the failed test cases which caused by gbs upgrade.
+
Release notes for gbs 2.0.2
==========================
module for gbs tool
"""
-__version__ = "2.0.2"
+__version__ = "2.0.3"
+* Mon Jul 22 2024 Huayong Xu <huayong.xu@samsung.com> 2.0.3
+* upgrade to gbs v2.0.3, which contains the following features:
+ * New feature and enhancements added:
+ - Fix build errors on Ubuntu 24.04.
+ - Fix the issue that M2Crypto module is not found on opensuse 15.5.
+ - Ignore the pylint warning of unbalanced-tuple-unpacking in utils script
+ - Fix the failed test cases which caused by gbs upgrade.
+
* Fri Apr 19 2024 Huayong Xu <huayong.xu@samsung.com> 2.0.2
* upgrade to gbs v2.0.2, which contains the following features:
* New feature and enhancements added:
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 2.0.2
+Version: 2.0.3
%if 0%{?opensuse_bs}
Release: 1.<CI_CNT>.<B_CNT>
%else
Requires: sudo
Requires: osc >= 0.170.1
Requires: tizen-gbp-rpm >= 20240605
-Requires: depanneur >= 0.16.24
+Requires: depanneur >= 0.16.25
%if ! 0%{?tizen_version:1}
Requires: rpm-tizen >= 4.14.1.1.tizen20230628
%package api
Summary: GBS APIs
-Conflicts: gbs < 2.0.1
+Conflicts: gbs < 2.0.2
Requires: python3
Requires: python3-pycurl
Requires: osc >= 0.170.1
%package export
Summary: GBS export module
-Conflicts: gbs < 2.0.1
+Conflicts: gbs < 2.0.2
Requires: python3
Requires: tizen-pristine-tar >= 20161231
Requires: gbs-api = %{version}-%{release}
%package remotebuild
Summary: GBS remotebuild module
-Conflicts: gbs < 2.0.1
+Conflicts: gbs < 2.0.2
Requires: python3
Requires: gbs-api = %{version}-%{release}
Requires: gbs-export = %{version}-%{release}