Upgrade to 0.15.3
authorJiankang Fan <jiankang.fan@samsung.com>
Mon, 24 Oct 2016 07:08:40 +0000 (15:08 +0800)
committerJiankang Fan <jiankang.fan@samsung.com>
Mon, 24 Oct 2016 07:09:08 +0000 (15:09 +0800)
Change-Id: I578d419358d3d52cc44a92b0059f0c2c748f1c78

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

index 8b1b7785bfc85516320efff518a613c9b739d3ea..4cb01972691ac674c6f0eb551da58fc2b0512bad 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.15.3) unstable; urgency=high
+
+  * Adapt to  Ubuntu 16.10.
+
+ -- Zhang Yang <y0169.zhang@samsung.com> Wed, 28 Sep 2016 10:30:00 +0800
+
 depanneur (0.15.2) unstable; urgency=high
 
   * Add --use-higher-deps option, it means which repo provides higher version
index 899e8abb3493a4b27487cce5fc34939816204352..33bc3dd73a8a6c87eea4d33597589f64c7a03cde 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20150115-tizen20160923),
+ build (>= 20150115-tizen20160929),
  libyaml-perl,
  createrepo (>= 0.9.8),
  libjson-perl,
index 732b5a3070fe27bc249798c07224326cc2be8bfe..1793952d501e89f7c3622381258d9c3946e7717e 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Sep 28 2016 Zhang Yang <y0169.zhang@samsung.com> 0.15.3
+- Adapt to Ubuntu 16.10
+
 * Wed Sep 21 2016 Zhang Yang <y0169.zhang@samsung.com> 0.15.2
 - Add --use-higher-deps option, it means which repo provides higher version
   deps, then use it.
index dd64b6b3e704036ac3756e32132f1fef629d3938..cb1d2c28ad17fab1672fc999de949413c584fe3d 100644 (file)
@@ -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 >= 20160923
+Requires:       tizen-build >= 20160929
 %if 0%{?centos_ver} == 7
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20160923
+Requires:       tizen-build-initvm-i586 >= 20160929
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20160923
+Requires:       tizen-build-initvm-x86_64 >= 20160929
 %endif
 
 %if 0%{?suse_version}