Upgrade version to 2.0.3 59/314859/3
authorxuhy <huayong.xu@samsung.com>
Mon, 22 Jul 2024 07:26:30 +0000 (15:26 +0800)
committerxuhy <huayong.xu@samsung.com>
Wed, 24 Jul 2024 01:29:52 +0000 (09:29 +0800)
Change-Id: I944337f1341e93f1275d9b5b7779e4dffa7fed55
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 3421a937ed495ffb4afbee9e3520a6462a6499fe..bd9129f1d161754f4cc13e0add30dce1fdaa8f5e 100755 (executable)
@@ -1,3 +1,13 @@
+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:
index c2e7f652110ece0556e469eaa333896f6fcd9738..1333c761eae7044bf965743f03f03f2d04ade8fb 100755 (executable)
@@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python3:Depends},
  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
@@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
  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.
@@ -44,8 +44,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
  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.
@@ -56,8 +56,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
  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.
index 9ae905f23884df7b52f16f2a0ad89449b4b50d3b..85f491b47640f35abcfc23005d188cc0ceaef134 100755 (executable)
@@ -1,3 +1,14 @@
+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
 ==========================
 
index 1a192404da6c11e6b21e1e6a03551625f490ea1c..54ce7b6df8dadb439bf9ba54aad2de3aa1e6c1f9 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "2.0.2"
+__version__ = "2.0.3"
index d0d45262dd0450fe3d5617e4a6387d2607e099b5..ce03fa2fb3050f7f10b9306de9bc7e3f47c7a8ea 100755 (executable)
@@ -1,3 +1,11 @@
+* 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:
index 40d9ea6838762e3f1b9d133cbf3f8f69a8279a0b..25a409738212d31d4b3ff1ffd7f04470473ed824 100755 (executable)
@@ -5,7 +5,7 @@
 
 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
@@ -24,7 +24,7 @@ Requires:   python3-lxml
 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
@@ -44,7 +44,7 @@ be used to do packaging related tasks.
 
 %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
@@ -56,7 +56,7 @@ external software.
 
 %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}
@@ -68,7 +68,7 @@ external software.
 
 %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}