Upgrade to 0.15.7 sandbox/soong9/release-20170630
authory0169.zhang <y0169.zhang@samsung.com>
Wed, 28 Jun 2017 02:50:03 +0000 (10:50 +0800)
committerSoonKyu Park <sk7.park@samsung.com>
Mon, 17 Jul 2017 11:46:38 +0000 (20:46 +0900)
Change-Id: I82661cb62fd344e20c8f6d0ef3b939c155cc80d7

Conflicts:
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index b783388d7c9073ce583a65f04953511821c3ace8..41c2273d6187ba8bc1f8a25a8f2cc89f21d6eeef 100644 (file)
@@ -1,3 +1,15 @@
+depanneur (0.15.7) unstable; urgency=high
+
+  *Upgrade to 0.15.7
+
+ -- Zhang Yang <y0169.zhang@samsung.com>  Fri, 30 Jun 2017 12:00:00 +0800
+
+depanneur (0.15.6) unstable; urgency=high
+
+  *Upgrade to 0.15.6
+
+ -- Wang Jun <junbill.wang@samsung.com>  Fri, 28 Apr 2017 12:00:00 +0800
+
 depanneur (0.15.5) unstable; urgency=high
 
   * Fix not to input sudo password at the end of gbs build
index bb031e944d9eed2c0e7f028a1d5a90d6c74b4798..2eb4e089b302d6491715b35fc75124f4220ea114 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20150115-tizen20170405),
+ build (>= 20160629-tizen20170630),
  libyaml-perl,
  createrepo (>= 0.9.8),
  libjson-perl,
index d1962746c24680421bffd67738133443f35af351..0e3fd0e9a70c7a79649cab3bb489423c7f045b3a 100644 (file)
@@ -1,3 +1,9 @@
+* Fri Jun 30 2017 Zhang Yang <y0169.zhang@samsung.com> 0.15.7
+- Upgrade to 0.15.7
+
+* Fri Apr 28 2017 Wang Jun <junbill.wang@samsung.com> 0.15.6
+- Upgrade to 0.15.6
+
 * Wed Apr 05 2017 SoonKyu Park <sk7.park@samsung.com> 0.15.5
 - Fix not to input sudo password at the end of gbs build
 - Fix debchange warning
index 0dd7de3e0690a3bbda6fb1afa62a8cb2c719e740..8617523d15ad34ac4af74f4254305ceb737036b7 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.15.5
+Version:        0.15.7
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -10,14 +10,15 @@ Requires:       createrepo >= 0.9.8
 Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
-Requires:       tizen-build >= 20170405
+Requires:       perl(Config::Tiny)
+Requires:       tizen-build >= 20170630
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20170405
+Requires:       tizen-build-initvm-i586 >= 20170630
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20170405
+Requires:       tizen-build-initvm-x86_64 >= 20170630
 %endif
 
 %if 0%{?suse_version}