Upgrade to 0.16.20 38/286738/1 accepted/tizen/devbase/tools/20230113.003831 submit/trunk/20230112.173030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 08:10:34 +0000 (17:10 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 08:10:34 +0000 (17:10 +0900)
Change-Id: I1c46bbf439a462c44321d69c64356c06854b53b0
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 231fcf7e8410ad17539793db8a5cc707fd7cc31d..aa247a91bfecb4c0bac112c16a091ea5b031904c 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.20) unstable; urgency=high
+
+  * Upgrade to 0.16.20.
+  * add new option: --nocumulate.
+ -- Wang Biao <biao716.wang@samsung.com>  Thu, 12 Jan 2023 10:00:00 +0800
+
 depanneur (0.16.19) unstable; urgency=high
 
   * Upgrade to 0.16.19.
index e1abae842b4be2ae4e5eb86b45f06e6b5107ad00..c063ad72bcece641776708e42000ddef898c1ee6 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20221207),
+ build (>= 20160629-tizen20230112),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index e02a10e6691bcce92f99eb13fbafb411fdf0c2b1..ee64515e65fb315defc8e8174fbae56e998a04f0 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Jan 12 2023 Wang Biao <biao716.wang@samsung.com> 0.16.20
+- Upgrade to 0.16.20.
+- add new option: --nocumulate.
+
 * 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.
index 8387e8adb8e2775f57105eb9d7e5b836ef7fbf74..f79ef0563873d7f42910a4199c265f2f715d70d8 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.19
+Version:        0.16.20
 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 >= 20221207
+Requires:       tizen-build >= 20230112
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20221207
+Requires:       tizen-build-initvm-i586 >= 20230112
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20221207
+Requires:       tizen-build-initvm-x86_64 >= 20230112
 %endif
 
 %if 0%{?suse_version}