From 22f9974256abf9274adaa0e8986c59883e9ef6fe Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Fri, 14 May 2021 14:40:29 +0900 Subject: [PATCH] Upgrade to 0.16.11 Change-Id: I7ab42de968314b41febac9997c101cb070a9270f Signed-off-by: biao716.wang --- debian/changelog | 11 ++++++++++- debian/control | 2 +- packaging/depanneur.changes | 5 +++++ packaging/depanneur.spec | 6 +++--- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 984ac38..6584a4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -depanneur (0.16.9) unstable; urgency=high +depanneur (0.16.11) unstable; urgency=high + + * Generate depends relation ship file after build finished. + * New feature: Build Profiling. + * Add new parameter to support build with sub modules. + + -- Wang Biao Fri, 14 May 2021 10:00:00 +0800 + + +depanneur (0.16.10) unstable; urgency=high * Upgrade to 0.16.10 * Call createdirdeps only if repo refresh needed diff --git a/debian/control b/debian/control index 24be4a0..6945896 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.tizen.org Package: depanneur Architecture: all Depends: ${perl:Depends}, - build (>= 20160629-tizen20210323), + build (>= 20160629-tizen20210514), libyaml-perl, createrepo-c, libjson-perl, diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index 75710af..6af624e 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,8 @@ +* Fri May 14 2021 Wang Biao 0.16.11 +- Generate depends relation ship file after build finished. +- New feature: Build Profiling. +- Add new parameter to support build with sub modules. + * Fri Feb 5 2021 Wang Biao 0.16.10 - Upgrade to 0.16.10 - Call createdirdeps only if repo refresh needed diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index b6a97f8..d667ddd 100644 --- a/packaging/depanneur.spec +++ b/packaging/depanneur.spec @@ -1,6 +1,6 @@ Name: depanneur Summary: Manages and executes the builds using the obs-build script. -Version: 0.16.10 +Version: 0.16.11 Release: 1 License: GPL-2.0+ Group: Development/Tools @@ -17,10 +17,10 @@ Requires: perl(BSSolv) %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315 %else -Requires: tizen-build-initvm-i586 >= 20210323 +Requires: tizen-build-initvm-i586 >= 20210514 %endif %ifarch x86_64 -Requires: tizen-build-initvm-x86_64 >= 20210323 +Requires: tizen-build-initvm-x86_64 >= 20210514 %endif %if 0%{?suse_version} -- 2.34.1