+qemu-arm-static (4.2.1-tizen20240418) unstable; urgency=low
+
+ * Upgrade version to 4.2.1.tizen20240418
+ * Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2
+ * Fix the build error on opensuse42.1
+ * Fix the install error of debian and packaging
+
+ -- Huayong Xu <huayong.xu@samsung.com> Thu, 18 Apr 2024 09:21:42 +0800
+
qemu-arm-static (4.2.1-tizen20240110) unstable; urgency=low
* Update debian and packaging
Architecture: i386 amd64
Depends: ${misc:Depends}
Replaces: qemu-user-static
-Provides: tizen-qemu-arm-static-2024.01.10
+Provides: tizen-qemu-arm-static-2024.04.18
Description: QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems.
Summary: CPU emulator for user space
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Group: System/Emulators/PC
-Version: 4.2.1.tizen20240110
+Version: 4.2.1.tizen20240418
Release: 0
Source: qemu-4.2.1.tar.bz2
# this is to make lint happy
BuildRequires: zlib-devel-static
Provides: qemu:%_bindir/qemu-arm-static
-Provides: tizen-qemu-arm-static = 2024.01.10
+Provides: tizen-qemu-arm-static = 2024.04.18
%description
QEMU provides CPU emulation along with other related capabilities. This package
%_sbindir/qemu-binfmt-conf.sh
%changelog
+* Thu Apr 18 2024 huayong.xu@samsung.com
+- Upgrade version to 4.2.1.tizen20240418
+- Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2
+- Fix the build error on opensuse42.1
+- Fix the install error of debian and packaging
+
* Tue Jan 10 2024 wanchao.xu@samsung.com
- Update debian and packaging
- tcg: use QTree instead of GTree