Upgrade to 0.16.19 57/285157/4 accepted/tizen/devbase/tools/20221209.112606 submit/trunk/20221208.103030 submit/trunk/20221208.110030 submit/trunk/20221208.111030 submit/trunk/20221209.081030 submit/trunk/20221209.101030 submit/trunk/20221209.103030 submit/trunk/20221209.105030 submit/trunk/20221209.155030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 7 Dec 2022 03:57:01 +0000 (12:57 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 7 Dec 2022 06:36:54 +0000 (15:36 +0900)
Change-Id: I44135ea01b843d1b66699315129c019656eb66c2
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index bb3b3197273983627d40176d52e60bb63be7ca99..231fcf7e8410ad17539793db8a5cc707fd7cc31d 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.19) unstable; urgency=high
+
+  * Upgrade to 0.16.19.
+  * Ignore reorder packages list during cumulative build.
+ -- Wang Biao <biao716.wang@samsung.com>  Tue, 06 Dec 2022 10:00:00 +0800
+
 depanneur (0.16.18) unstable; urgency=high
 
   * Upgrade to 0.16.18.
index 82d69ddec3092a75ad6858a0595845a6b9b2b039..e1abae842b4be2ae4e5eb86b45f06e6b5107ad00 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20220803),
+ build (>= 20160629-tizen20221207),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index 057c92677ca6816b70b985bfbdeac5ef513a8669..e02a10e6691bcce92f99eb13fbafb411fdf0c2b1 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Dec 6 2022 Wang Biao <biao716.wang@samsung.com> 0.16.19
+- Upgrade to 0.16.19.
+- Ignore reorder packages list during cumulative build.
+
 * Tue Sep 20 2022 Wang Biao <biao716.wang@samsung.com> 0.16.18
 - Upgrade to 0.16.18.
 - Add --release option.
index 330f04964f346fde207643fac411adcf67c5e9b7..8387e8adb8e2775f57105eb9d7e5b836ef7fbf74 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.18
+Version:        0.16.19
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,16 +11,16 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20220803
+Requires:       tizen-build >= 20221207
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20220803
+Requires:       tizen-build-initvm-i586 >= 20221207
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20220803
+Requires:       tizen-build-initvm-x86_64 >= 20221207
 %endif
 
 %if 0%{?suse_version}