Upgrade to 0.15.9 17/156617/2
authorjingui.ren <jingui.ren@samsung.com>
Fri, 13 Oct 2017 03:39:20 +0000 (11:39 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Thu, 19 Oct 2017 07:11:48 +0000 (15:11 +0800)
Change-Id: Ia9eb55c4c0c7452437b053f0e5c9659b1aaf386a
Signed-off-by: jingui.ren <jingui.ren@samsung.com>
debian/changelog
packaging/depanneur.changes
packaging/depanneur.spec

index 75f1993..aabbdf4 100644 (file)
@@ -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 <jingui.ren@samsung.com>  Fri, 13 Oct 2017 11:30:00 +0800
+
 depanneur (0.15.8) unstable; urgency=high
 
   *Upgrade to 0.15.8
index 25b88b8..7c65089 100644 (file)
@@ -1,3 +1,9 @@
+* Fri Oct 13 2017 Ren Jingui <jingui.ren@samsung.com> 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 <junbill.wang@samsung.com> 0.15.8
 - Upgrade to 0.15.8
 
index f8f28cc..f55199d 100644 (file)
@@ -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}