Upgrade to 0.25.20 70/261170/2 accepted/tizen/devbase/tools/20210714.004937 submit/trunk/20210713.151030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 14 Jul 2021 07:16:44 +0000 (16:16 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 14 Jul 2021 09:53:47 +0000 (18:53 +0900)
Change-Id: Ic91f8169f0be2f56eb4155d917bd6e5302f98201
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 51b9736d485162cecba21a73f7d8f854268ac86c..be52f9df514ce9028f6a78780e93e510348a078f 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.25.20) unstable; urgency=high
+  * upgrade to gbs v0.25.20, which contains the following features:
+     * New feature and enhancements added:
+      - add --pkg-ccache option
+
+ -- Biao Wang <biao716.wang@samsung.com>  Tue, 13 Jul 2021 12:30:00 +0800
+
 gbs (0.25.19) unstable; urgency=high
   * upgrade to gbs v0.25.19, which contains the following features:
      * New feature and enhancements added:
index 1afea06086977f8d234369af4d31a2183924b4e7..f56036ac6a29bc49b524551f1d4f4a68d86cd103 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.12)
+ depanneur (>= 0.16.13)
 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 d93ea3d2d3fa925b9b89f5ca1fb99c135423f966..636b6ea5790144c6249fba0551cac987cb1f0a35 100755 (executable)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.25.20
+==========================
+
+- Release Date: 2021-7
+
+- New feature and enhancements added:
+    * add --pkg-ccache option.
+
 Release notes for gbs 0.25.19
 ==========================
 
index 2f69e430dac6e8398cfe692f1f318fb8ea74f97a..7c7f14ee2ff59ccf9d6a5d629d782dcd82518f9d 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.19"
+__version__ = "0.25.20"
index 17576f480bcc793f10d04b94d16fbaac0480471a..d76cd10818cae93b2158b8e1578372859ce856c1 100755 (executable)
@@ -1,3 +1,8 @@
+* Tue Jul 13 2021 Biao Wang <biao716.wang@samsung.com> 0.25.20
+  * upgrade to gbs v0.25.20, which contains the following features:
+    * New feature and enhancements added:
+      -        add --pkg-ccache option.
+
 * Wed Jun 2 2021 Biao Wang <biao716.wang@samsung.com> 0.25.19
   * upgrade to gbs v0.25.19, which contains the following features:
     * New feature and enhancements added:
index 99b4e560b43d3ea6c2edf5a7ad23c2f1978b3297..9ff8ae6b8f62136b7177cf04ece17d563d6c36ec 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.19
+Version:    0.25.20
 %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.12
+Requires:   depanneur >= 0.16.13
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse