Upgrade version to 0.27.1 93/309893/7
authorxuhy <huayong.xu@samsung.com>
Thu, 18 Apr 2024 01:38:20 +0000 (09:38 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 18 Apr 2024 09:02:01 +0000 (17:02 +0800)
Change-Id: Ibbb7d92d514722e382b66099c0b9fed9a7a9876b
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 8f38c79e9544aab6785b9550e4f50fb2bd3bd8e1..c33b849d53fab7d4c955520298affe3057c237f6 100755 (executable)
@@ -1,3 +1,10 @@
+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:
index 98247ab31a7b21b28001b2bc6bf65552d48cfa33..83b6fafea2323b93537fca21c7b43ab34dce2954 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.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
@@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  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.
@@ -44,8 +44,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  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.
@@ -56,8 +56,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  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.
index ee9bcb77342befee31b03d732f2bc628abea494a..2de767ce8f2f6ba074b507e2105bbbaf440b41ad 100755 (executable)
@@ -1,3 +1,11 @@
+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
 ==========================
 
index 0a4d116b0c2d2eaee8ec132f154fbdd0be8cd197..1e5523bb4c0cb87985dcd1bfc11aa4d683d53af6 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.26.1"
+__version__ = "0.27.1"
index 3ab50c5ed8c4a76f33bf2b39c21f49b44e44c232..f248a3e0198e92f524d121d0957bea912308175f 100755 (executable)
@@ -1,3 +1,8 @@
+* 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:
index d49a8e8d86304364e4dc203f659bfcf0785433cb..b99063571fae74dd06d572b8296ad3f0394bc00a 100755 (executable)
@@ -6,7 +6,7 @@
 
 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
@@ -24,7 +24,7 @@ Requires:   python-lxml
 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
@@ -46,7 +46,7 @@ be used to do packaging related tasks.
 
 %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
@@ -58,7 +58,7 @@ external software.
 
 %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}
@@ -70,7 +70,7 @@ external software.
 
 %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}