From 9890ea04c3d6d3e90815d3f487fdbbf61c8c8374 Mon Sep 17 00:00:00 2001 From: xuhy Date: Thu, 18 Apr 2024 09:01:50 +0800 Subject: [PATCH] Upgrade version to 4.2.1.tizen20240418 Change-Id: I8cf1b38cc7f7061f5c37341e25f28e383f803e3f --- debian/changelog | 9 +++++++++ debian/control | 2 +- packaging/qemu-arm-static.spec | 10 ++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03d22e1bd..71bc53c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 Thu, 18 Apr 2024 09:21:42 +0800 + qemu-arm-static (4.2.1-tizen20240110) unstable; urgency=low * Update debian and packaging diff --git a/debian/control b/debian/control index d814716d0..606f90608 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,5 @@ Package: qemu-arm-static 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. diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec index 9ce4e724d..ae3f54a0d 100644 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -28,7 +28,7 @@ URL: https://www.qemu.org/ 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 @@ -47,7 +47,7 @@ BuildRequires: python >= 2.7 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 @@ -153,6 +153,12 @@ rm -rf %{buildroot} %_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 -- 2.34.1