From 083aaec63204cf19d77dc4c4414273569de72c9c Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 26 Nov 2012 15:38:39 +0800 Subject: [PATCH] update depends and bump to version 0.3 Change-Id: I6b1272608433d681b1b18f7da64540ff80d98ba4 --- debian/changelog | 17 +++++++++++++++++ debian/control | 2 +- packaging/depanneur.dsc | 4 ++-- packaging/depanneur.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e93a09a..28b7fe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +depanneur (0.3) unstable; urgency=high + + * --noinit support + * Support build RPM packages for incremental build + * warning user and try again if umount failed for incremental build + * no need create/unpack tar ball for incremental build + * x86_64 support + * keep src rpm for each arch + * show build progress for multiple packages build + * Add --spec to support multi-spec project + * Add --define option to define macros for rpmbuild + * Modify SUDOV_PERIOD smaller (5 mins) + * Add more output info about building status + * Add --keep-packs to keep unused packages in buildroot + + -- Qiang Zhang Mon, 26 Nov 2012 10:56:15 +0800 + depanneur (0.2.1) unstable; urgency=high * Update dependency: depend on tizen-build >= 2012.10.10.1 diff --git a/debian/control b/debian/control index d70f868..badc379 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.tizen.org Package: depanneur Architecture: all Depends: ${perl:Depends}, - build (>= 2012.10.10-tizen20121112), + build (>= 2012.10.10-tizen20121126), libyaml-perl, createrepo (>= 0.9.8) Description: Manages and executes the builds using the obs-build script. diff --git a/packaging/depanneur.dsc b/packaging/depanneur.dsc index 7444c5a..6d74658 100644 --- a/packaging/depanneur.dsc +++ b/packaging/depanneur.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: depanneur -Version: 0.2.1 +Version: 0.3 Binary: depanneur Maintainer: Zhang Qiang Architecture: all Standards-Version: 3.7.1 Build-Depends: debhelper (>= 7.0.15), perl (>> 5.8.1) Files: - 9d6dd57db65c2acb8f24049ad092bfba 14390 depanneur_0.2.1.tar.gz + 9d6dd57db65c2acb8f24049ad092bfba 14390 depanneur_0.3.tar.gz diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index d8e2938..834d1b8 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.2.1 +Version: 0.3 Release: 1 License: GPL-2.0+ Group: Development/Tools @@ -8,7 +8,7 @@ Source0: %{name}_%{version}.tar.gz Requires: createrepo >= 0.9.8 Requires: perl(YAML) -Requires: tizen-build >= 2012.10.10.1 +Requires: tizen-build >= 2012.10.10-tizen20121126 Autoreq: 0 %description The depanneur tool goes through local Git trees and evaluates packaging -- 2.34.1