Upgrade to 0.16.13 69/261169/1 accepted/tizen/devbase/tools/20210714.004931 submit/trunk/20210713.151030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 14 Jul 2021 07:08:37 +0000 (16:08 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 14 Jul 2021 07:08:37 +0000 (16:08 +0900)
Change-Id: I40145d31f8036bdd4ff4a0ce465608ec5294b111
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index ec214f8..2a1c483 100644 (file)
@@ -1,3 +1,10 @@
+depanneur (0.16.13) unstable; urgency=high
+
+  * add ccache --pkg-ccache option.
+  * Enable ccache with build confg.
+
+ -- Wang Biao <biao716.wang@samsung.com>  Tue, 13 Jul 2021 10:00:00 +0800
+
 depanneur (0.16.12) unstable; urgency=high
 
   * Support Pre-ordered build list from file.
index 6945896..9b1343d 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20210514),
+ build (>= 20160629-tizen20210713),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index a81cf7d..e4a86d0 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Jul 13 2021 Wang Biao <biao716.wang@samsung.com> 0.16.13
+- add ccache --pkg-ccache option.
+- Enable ccache with build confg.
+
 * Wed Jun 2 2021 Wang Biao <biao716.wang@samsung.com> 0.16.12
 - Support Pre-ordered build list from file.
 
index 5262340..23e27a9 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.12
+Version:        0.16.13
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,16 +11,16 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20200519
+Requires:       tizen-build >= 20210713
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20210514
+Requires:       tizen-build-initvm-i586 >= 20210713
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20210514
+Requires:       tizen-build-initvm-x86_64 >= 20210713
 %endif
 
 %if 0%{?suse_version}