Upgrade to 0.25.12 36/236536/3 accepted/tizen/devbase/tools/20200623.003355 submit/trunk/20200619.141212 submit/trunk/20200622.151812
authoryan11.meng <yan11.meng@samsung.com>
Thu, 18 Jun 2020 03:19:49 +0000 (11:19 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Fri, 19 Jun 2020 01:52:55 +0000 (09:52 +0800)
Change-Id: I922d7f9249753f6f8b0e5bd35ac17a85c25833ee
Signed-off-by: yan11.meng <yan11.meng@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index bde9123..2c15314 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.12) unstable; urgency=high
+  * upgrade to gbs v0.25.12, which contains the following bug fixing & features:
+    * update dependencies:
+      - depanneur >= 0.16.7
+      - tizen-qemu-arm-static >= 2020.06.17
+      - git-buildpackage-rpm >= 0.9.20-tizen20200522
+ -- Meng Yan <yan11.meng@samsung.com>  Thu, 18 Jun 2020 12:30:00 +0800
+
 gbs (0.25.11) unstable; urgency=high
   * upgrade to gbs v0.25.11, which contains the following features:
     * Bug fix:
index d619d5d..360890a 100755 (executable)
@@ -15,11 +15,11 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-lxml,
  sudo,
  osc (>= 0.132.6),
- git-buildpackage-rpm (>= 0.7.5-tizen20161231),
+ git-buildpackage-rpm (>= 0.9.20-tizen20200522),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.16.4)
+ depanneur (>= 0.16.7)
 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 ea4889b..0c96f57 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.12
+==========================
+
+- Release Date: 2020-6
+
+- Update dependencies:
+    * depanneur >= 0.16.7
+    * tizen-qemu-arm-static >= 2020.06.17
+    * git-buildpackage-rpm >= 0.9.20-tizen20200522
+
 Release notes for gbs 0.25.11
 ==========================
 
index b6a1169..1ee0da7 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.11"
+__version__ = "0.25.12"
index 5688dd1..5611691 100755 (executable)
@@ -1,3 +1,10 @@
+* Thu Jun 18 2020 Meng Yan <yan11.meng@samsung.com> 0.25.12
+  * upgrade to gbs v0.25.12, which contains the following features:
+    * update dependencies:
+      - depanneur >= 0.16.7
+      - tizen-qemu-arm-static >= 2020.06.17
+      - git-buildpackage-rpm >= 0.9.20-tizen20200522
+
 * Thu May 7 2020 Meng Yan <yan11.meng@samsung.com> 0.25.11
   * upgrade to gbs v0.25.11, which contains the following features:
     * bug fix
index 8673146..8ed4c54 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.11
+Version:    0.25.12
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -23,8 +23,8 @@ Requires:   python-requests
 Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
-Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.6
+Requires:   tizen-gbp-rpm >= 20200522
+Requires:   depanneur >= 0.16.7
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse