From: SoonKyu Park Date: Mon, 26 Dec 2016 12:32:06 +0000 (+0900) Subject: Upgrade version to 0.15.3 X-Git-Tag: submit/devel/20190730.074511~43^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20dde9c50f24082d69cae3709ed246ba9d755fac;p=tools%2Fdepanneur.git Upgrade version to 0.15.3 Change-Id: I4b4987189659e564724f8636c005465939230a25 --- diff --git a/debian/changelog b/debian/changelog index 3647f4f..091dd84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +depanneur (0.15.3) unstable; urgency=high + + * Enable kvm build function. + * Add config to make some packages not export sources for accel. + * Export source code by gbs use threads. + * Improve build order for multiple building. + * Reduce copy files times for rpm packages,using 'mv' command instead. + * Add openSUSE 42.1 check action for build-initvm-i586 + * Fix lack of OTHER directory cause rpmlint error + + -- SoonKyu Park Sat, 31 Dec 2016 19:30:00 +0800 + depanneur (0.15.2) unstable; urgency=high * Add --use-higher-deps option, which repo provides higher version deps, use it diff --git a/debian/control b/debian/control index 8916e79..626bd5b 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-tizen20160928), + build (>= 20150115-tizen20161231), libyaml-perl, createrepo (>= 0.9.8), libjson-perl, diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index b2459e5..993984b 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,12 @@ +* Sat Dec 31 2016 SoonKyu Park 0.15.3 +- Enable kvm build function. +- Add config to make some packages not export sources for accel. +- Export source code by gbs use threads. +- Improve build order for multiple building. +- Reduce copy files times for rpm packages,using 'mv' command instead. +- Add openSUSE 42.1 check action for build-initvm-i586 +- Fix lack of OTHER directory cause rpmlint error + * Wed Sep 28 2016 SoonKyu Park 0.15.2 - Add --use-higher-deps option, which repo provides higher version deps, use it diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index ac75903..5df8808 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.2 +Version: 0.15.3 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 >= 20140612 +Requires: tizen-build >= 20161231 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315 %else -Requires: tizen-build-initvm-i586 >= 20140612 +Requires: tizen-build-initvm-i586 >= 20161231 %endif %ifarch x86_64 -Requires: tizen-build-initvm-x86_64 >= 20140612 +Requires: tizen-build-initvm-x86_64 >= 20161231 %endif %if 0%{?suse_version}