Upgrade version to 5.2.0.tizen20231130 94/302094/1
authorxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:13:51 +0000 (15:13 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:15:02 +0000 (15:15 +0800)
Change-Id: I7b83827ec5f4f25b6444fce943555e83039bd198
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
debian/control
packaging/qemu-arm-static.spec

index b5104c2ea6298a5b24267dc64776125feb1963e4..ec80aa072451c22993a1549e933e4095a28bebc9 100644 (file)
@@ -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 <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
 
index 755c00af7229b6b202898ba97dd3f5921c7ca438..942bcb9b404a95f7fb193cbe4b917c3698b9d27e 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-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.
index cd8cb74b3960c34664db0ea2de42252a58fc8a7f..9dd9b6b5ab7fc2a61ca8a2caa1dbc8fd622ec239 100644 (file)
@@ -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