+qemu-arm-static (5.2.0-tizen20231130) unstable; urgency=low
+
+ * Merge branch 'sandbox/xuwc/devel-riscv' into devel
+ * Remove unnecessary depends for debian.
+ * Generate binfmt for arm, arm64 and riscv.
+ * Update the build depends.
+ * Update changelog of debian
+ * Add debian
+ * Add rpmlintrc and changelog in spec file.
+ * Fix soft link failed issue in spec file.
+ * Use soft link to replace binfmt copy in spec file.
+ * Update spec file.
+ * Add spec file for version 5.2.0
+ * Upgrade version to 5.2
+
+ -- Xu Huayong <huayong.xu@samsung.com> Thu, 30 Nov 2023 14:34:10 +0800
+
qemu-arm-static (5.2.0-tizen20230830) unstable; urgency=low
* Update to v5.2.0
- -- Wanchao Xu <wanchao.xu.meng@samsung.com> Wed, 30 Aug 2023 14:15:10 +0800
+ -- Wanchao Xu <wanchao.xu@samsung.com> Wed, 30 Aug 2023 14:15:10 +0800
qemu-arm-static (1.6.0rc3-tizen20200617) unstable; urgency=low
Architecture: i386 amd64
Depends: ${misc:Depends}
Replaces: qemu-user-static
-Provides: tizen-qemu-arm-static-2023.08.30
+Provides: tizen-qemu-arm-static-2023.11.30
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: Machine emulator and virtualizer
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: 5.2.0.tizen20230829
+Version: 5.2.0.tizen20231130
Release: 0
Source: qemu-5.2.0.tar.bz2
# this is to make lint happy
BuildRequires: zlib-devel-static
Provides: qemu:%_bindir/qemu-arm-static
-Provides: tizen-qemu-arm-static = 2023.08.29
+Provides: tizen-qemu-arm-static = 2023.11.30
%description
QEMU provides CPU emulation along with other related capabilities. This package
%_sbindir/qemu-binfmt-conf.sh
%changelog
+* Thu Nov 30 2023 huayong.xu@samsung.com
+- Merge branch 'sandbox/xuwc/devel-riscv' into devel
+- Remove unnecessary depends for debian.
+- Generate binfmt for arm, arm64 and riscv.
+- Update the build depends.
+- Update changelog of debian
+- Add debian
+- Add rpmlintrc and changelog in spec file.
+- Fix soft link failed issue in spec file.
+- Use soft link to replace binfmt copy in spec file.
+- Update spec file.
+- Add spec file for version 5.2.0
+- Upgrade version to 5.2
+
* Wed Jun 17 2020 yan11.meng@samsung.com
- Fix deb upload failed issue on launchpad
- change struct ucontext to ucontext_t