Update version to 0.15.5
authorJun Wang <junbill.wang@samsung.com>
Wed, 12 Apr 2017 07:49:03 +0000 (15:49 +0800)
committerJun Wang <junbill.wang@samsung.com>
Wed, 12 Apr 2017 07:49:03 +0000 (15:49 +0800)
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 9391afc..b783388 100644 (file)
@@ -1,8 +1,15 @@
+depanneur (0.15.5) unstable; urgency=high
+
+  * Fix not to input sudo password at the end of gbs build
+  * Fix debchange warning
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 5 Apr 2017 17:00:00 +0900
+
 depanneur (0.15.4) unstable; urgency=high
 
   * Support 'Recommands:' inside spec file
 
- -- SoonKyu Park <sk7.park@samsung.com> Sat, 14 Jan 2017 19:30:00 +0800
+ -- SoonKyu Park <sk7.park@samsung.com>  Sat, 14 Jan 2017 19:30:00 +0800
 
 depanneur (0.15.3) unstable; urgency=high
 
index dece784..c456104 100644 (file)
@@ -9,12 +9,12 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20150115-tizen20170114),
+ build (>= 20150115-tizen20170405),
  libyaml-perl,
  createrepo (>= 0.9.8),
  libjson-perl,
- libhtml-template-perl,
  libconfig-tiny-perl
+ libhtml-template-perl
 Description: Manages and executes the builds using the obs-build script.
   The depanneur tool goes through local Git trees and evaluates packaging
   meta-data to determine packages needed and the build order; it then starts
index edbae04..d196274 100644 (file)
@@ -1,3 +1,7 @@
+* 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
+
 * Sat Jan 14 2017 SoonKyu Park <sk7.park@samsung.com> 0.15.4
 - Support 'Recommands:' inside spec file
 
index 9fb7d8f..21afe0d 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.15.4
+Version:        0.15.5
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,14 +11,14 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20170114
+Requires:       tizen-build >= 20170405
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20170114
+Requires:       tizen-build-initvm-i586 >= 20170405
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20170114
+Requires:       tizen-build-initvm-x86_64 >= 20170405
 %endif
 
 %if 0%{?suse_version}