From ed8ae5535191e6b3d3f3bb7c02fe0c259acd718b Mon Sep 17 00:00:00 2001 From: xuhy Date: Thu, 30 Nov 2023 15:13:51 +0800 Subject: [PATCH] Upgrade version to 5.2.0.tizen20231130 Change-Id: I7b83827ec5f4f25b6444fce943555e83039bd198 Signed-off-by: xuhy --- debian/changelog | 19 ++++++++++++++++++- debian/control | 2 +- packaging/qemu-arm-static.spec | 18 ++++++++++++++++-- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5104c2ea..ec80aa072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ +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 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 Wed, 30 Aug 2023 14:15:10 +0800 + -- Wanchao Xu Wed, 30 Aug 2023 14:15:10 +0800 qemu-arm-static (1.6.0rc3-tizen20200617) unstable; urgency=low diff --git a/debian/control b/debian/control index 755c00af7..942bcb9b4 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-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. diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec index cd8cb74b3..9dd9b6b5a 100644 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -29,7 +29,7 @@ URL: https://www.qemu.org/ 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 @@ -50,7 +50,7 @@ BuildRequires: pcre-devel-static 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 @@ -169,6 +169,20 @@ rm -rf %{buildroot} %_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 -- 2.34.1