Upgrade to 0.25.13 31/239031/1
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 21 Jul 2020 07:33:55 +0000 (16:33 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 21 Jul 2020 07:33:55 +0000 (16:33 +0900)
Change-Id: Ifd9e316e32b9eabf6d9249bca2c239fb5dbfee2f
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 2c1531493d319669c0833b320f4bbdcd8698f116..b943dd0eade72febdc957b31f29525e7991878fc 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.25.13) unstable; urgency=high
+  * upgrade to gbs v0.25.13, which contains the following features:
+    * Bug fix:
+      - Fix reorder error when gbs quickbuild.
+     * New feature and enhancements added:
+      - Refine code with SAM tools check.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 21 Jul 2020 12:30:00 +0800
+
 gbs (0.25.12) unstable; urgency=high
   * upgrade to gbs v0.25.12, which contains the following bug fixing & features:
     * update dependencies:
index 0c96f5720c497a312b445dd5220fab1b2ffb20c5..54a9d8a894b65def7aa9fc433fa330fcf65ee807 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.13
+==========================
+
+- Release Date: 2020-7
+
+- Bug fix::
+    * Fix reorder error when gbs quickbuild.
+- New feature and enhancements added:
+    * Refine code with SAM tools check.
+
 Release notes for gbs 0.25.12
 ==========================
 
index 1ee0da728a1a6c87e6a18805c050045da95e46fb..73a6c454dae37b2c0107ece939fd3edd97e49325 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.12"
+__version__ = "0.25.13"
index 561169160cb0a9c5e635c12fda1403b26255cd3d..482d100a4a6816946ebaa3b73d0ace01909d232b 100755 (executable)
@@ -1,3 +1,10 @@
+* Tue Jul 21 2020 Biao Wang <biao716.wang@samsung.com> 0.25.13
+  * upgrade to gbs v0.25.13, which contains the following features:
+    * Bug fix:
+      - Fix reorder error when gbs quickbuild.
+     * New feature and enhancements added:
+      - Refine code with SAM tools check.
+
 * 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:
index 8ed4c54d501ebabc14725868930a0fac9405cb71..9828b67c976c5d0d50b9965652a916feac7ea3b8 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.12
+Version:    0.25.13
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else