From e4813ddc17d35efe196f5e3b67ee63f461ff931c Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Tue, 4 Apr 2017 19:14:22 +0900 Subject: [PATCH] Update version to 0.15.5 Change-Id: I69d9d0fd5a76fdbd407e95fe1db373fb75b66250 --- debian/changelog | 7 +++++++ debian/control | 2 +- packaging/depanneur.changes | 4 ++++ packaging/depanneur.spec | 8 ++++---- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6408aea..b783388 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +depanneur (0.15.5) unstable; urgency=high + + * Fix not to input sudo password at the end of gbs build + * Fix debchange warning + + -- SoonKyu Park Wed, 5 Apr 2017 17:00:00 +0900 + depanneur (0.15.4) unstable; urgency=high * Support 'Recommands:' inside spec file diff --git a/debian/control b/debian/control index 3e17374..bb031e9 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.tizen.org Package: depanneur Architecture: all Depends: ${perl:Depends}, - build (>= 20150115-tizen20170114), + build (>= 20150115-tizen20170405), libyaml-perl, createrepo (>= 0.9.8), libjson-perl, diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index edbae04..d196274 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,7 @@ +* Wed Apr 05 2017 SoonKyu Park 0.15.5 +- Fix not to input sudo password at the end of gbs build +- Fix debchange warning + * Sat Jan 14 2017 SoonKyu Park 0.15.4 - Support 'Recommands:' inside spec file diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index a458057..0dd7de3 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.15.4 +Version: 0.15.5 Release: 1 License: GPL-2.0+ Group: Development/Tools @@ -10,14 +10,14 @@ Requires: createrepo >= 0.9.8 Requires: perl(YAML) Requires: perl(JSON) Requires: perl(HTML::Template) -Requires: tizen-build >= 20170114 +Requires: tizen-build >= 20170405 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315 %else -Requires: tizen-build-initvm-i586 >= 20170114 +Requires: tizen-build-initvm-i586 >= 20170405 %endif %ifarch x86_64 -Requires: tizen-build-initvm-x86_64 >= 20170114 +Requires: tizen-build-initvm-x86_64 >= 20170405 %endif %if 0%{?suse_version} -- 2.7.4