Upgrade version to 4.2.1.tizen20240418 89/309889/2 accepted/tools_devbase_tools_legacy devel-py2 accepted/tools/devbase/tools/legacy/20250527.042552
authorxuhy <huayong.xu@samsung.com>
Thu, 18 Apr 2024 01:01:50 +0000 (09:01 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 18 Apr 2024 01:18:06 +0000 (09:18 +0800)
Change-Id: I8cf1b38cc7f7061f5c37341e25f28e383f803e3f

debian/changelog
debian/control
packaging/qemu-arm-static.spec

index 03d22e1bd73bc97c4ab8348d9df605ecc507522a..71bc53c6d11f49ac5ab2929492470819620e698a 100644 (file)
@@ -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 <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
index d814716d06244365ad70c6a7b1355b0c236ab004..606f906086fdb6c8d5e8b1125053e49be002c82a 100644 (file)
@@ -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.
index 9ce4e724d5eb8f005d7d1bc5cba316d7b3bef9f7..ae3f54a0d417bcc06dbe11d796fc140a84dd6d6b 100644 (file)
@@ -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