From 601dc75aa43dab663079480cdef9dcacec609a54 Mon Sep 17 00:00:00 2001 From: "jingui.ren" Date: Fri, 13 Oct 2017 11:39:20 +0800 Subject: [PATCH] Upgrade to 0.15.9 Change-Id: Ia9eb55c4c0c7452437b053f0e5c9659b1aaf386a Signed-off-by: jingui.ren --- debian/changelog | 9 +++++++++ packaging/depanneur.changes | 6 ++++++ packaging/depanneur.spec | 6 +++--- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75f1993..aabbdf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +depanneur (0.15.9) unstable; urgency=high + + *Upgrade to 0.15.9 + *Prevent shell interpolation of gbs configuration variables, + when using special variable such like “upstream_tag = v${upstreamversion}” + which gbs can't get upstreamversion well + + -- Ren Jingui Fri, 13 Oct 2017 11:30:00 +0800 + depanneur (0.15.8) unstable; urgency=high *Upgrade to 0.15.8 diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index 25b88b8..7c65089 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,9 @@ +* Fri Oct 13 2017 Ren Jingui 0.15.9 +- Upgrade to 0.15.9 +- Prevent shell interpolation of gbs configuration variables, + when using special variable such like “upstream_tag = v${upstreamversion} ” + which gbs can't get upstreamversion well + * Fri Sep 15 2017 Wang jun 0.15.8 - Upgrade to 0.15.8 diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index f8f28cc..f55199d 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.8 +Version: 0.15.9 Release: 1 License: GPL-2.0+ Group: Development/Tools @@ -11,10 +11,10 @@ Requires: perl(YAML) Requires: perl(JSON) Requires: perl(HTML::Template) Requires: perl(Config::Tiny) -Requires: tizen-build >= 20170630 +Requires: tizen-build >= 20171013 Requires: libparallel-forkmanager-perl %ifarch x86_64 -Requires: tizen-build-initvm-x86_64 >= 20170630 +Requires: tizen-build-initvm-x86_64 >= 20171013 %endif %if 0%{?suse_version} -- 2.34.1