Upgrade to 0.16.24 95/302095/1 sandbox/xuhy/devel-riscv-py3
authorxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:15:38 +0000 (15:15 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:18:07 +0000 (15:18 +0800)
Change-Id: Ic5d86384779f508223c923806c09d5adcb93901a
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 73889161e4772bc4705bf01717f54f7ccf6ccc81..9e072d4a2e65ba33b6ceeb5ac50eabbda9752d03 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.24) unstable; urgency=high
+
+  * Upgrade to 0.16.24.
+
+ -- Xu Huayong <huayong.xu@samsung.com>  Thu, 30 Nov 2023 14:38:00 +0800
+
 depanneur (0.16.23) unstable; urgency=high
 
   * Upgrade to 0.16.23.
index 5fb8bf94c581aad35b8876d64a2f4da8d7362db0..3d75bc1d1dcafcd93cc6ed0798f08e6e622f0e3d 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20231101),
+ build (>= 20160629-tizen20231130),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index a7906aeadfe7a627f7c48c75dccf8e3c0e8de8da..269cd94cecb4a3854b6ac2c117aa83faa849a1d3 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Nov 30 2023 Xu Huayong <huayong.xu@samsung.com> 0.16.24
+- Upgrade to 0.16.24.
+
 * Wed Nov 01 2023 Wang Biao <biao716.wang@samsung.com> 0.16.23
 - Upgrade to 0.16.23.
 - Fix dependency error in opensuse15.x distro.
index c17a1caeb5d9290b88914c7e8d398c336d2b1a87..8502f3a1c793eccdfc47b02ac9370318646d9138 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.23
+Version:        0.16.24
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,17 +11,17 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20231101
+Requires:       tizen-build >= 20231130
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 #currently, only build for x86_64 arch.
 #%if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 #
 #%else
-#Requires:       tizen-build-initvm-i586 >= 20231101
+#Requires:       tizen-build-initvm-i586 >= 20231130
 #%endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20231101
+Requires:       tizen-build-initvm-x86_64 >= 20231130
 %endif
 
 %if 0%{?suse_version}