Update version to 1.6.0rc3.tizen20200617 77/236477/2 accepted/tizen_devbase_tools accepted/tizen/devbase/tools/20200623.003423 accepted/tools/devbase/tools/legacy/20240422.110853 accepted/tools/devbase/tools/legacy/20240423.040729 accepted/tools/devbase/tools/legacy/20240424.050710 submit/trunk/20200619.141212 submit/trunk/20200622.151812 submit/trunk/20201029.114030 submit/trunk/20201029.132130
authoryan11.meng <yan11.meng@samsung.com>
Wed, 17 Jun 2020 09:03:06 +0000 (17:03 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Thu, 18 Jun 2020 02:40:45 +0000 (10:40 +0800)
Change-Id: I3979e48a8c5def1266fab59c79bd4ada8f5739e4
Signed-off-by: yan11.meng <yan11.meng@samsung.com>
debian/changelog
debian/control
packaging/qemu-arm-static.spec

index b277768dcc42854b8727b909ea08ff56a26b2adc..574271f4f9da5aa990aaaf7434587c0f5d418955 100644 (file)
@@ -1,3 +1,14 @@
+qemu-arm-static (1.6.0rc3-tizen20200617) unstable; urgency=low
+
+  * Fix deb upload failed issue on launchpad
+  * change struct ucontext to ucontext_t
+  * use ucontext_t instead struct ucontext.
+  * fix pylint errors for qemu-arm-static
+  * fix build error in xUbuntu_19.10
+  * fix build error for ubuntu20.04
+
+ -- Yan Meng <yan11.meng@samsung.com>  Wed, 17 Jun 2020 19:30:00 +0200
+
 qemu-arm-static (1.6.0rc3-tizen20161231) unstable; urgency=low
 
   * Add depands packae qemu
index 220b61bfaf2b8cba80a674540d017a3c85cba9a8..6bba663e741a9fc3f36b974bd576e4a19a28cd14 100644 (file)
@@ -10,5 +10,5 @@ Package: qemu-arm-static
 Architecture: i386 amd64
 Depends: bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6, qemu
 Replaces: qemu-user-static
-Provides: tizen-qemu-arm-static-2016.12.31
+Provides: tizen-qemu-arm-static-2020.06.17
 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 5482749ffa4ad4b61d2a1688aee98773c8a81a91..6a90ee3998a87847cab97182a05d99d5eb4d3a18 100644 (file)
@@ -21,7 +21,7 @@ Url:            http://www.qemu.org/
 Summary:        Universal CPU emulator
 License:        BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          System/Emulators/PC
-Version:        1.6.0rc3.tizen20161231
+Version:        1.6.0rc3.tizen20200617
 Release:        0
 Source:         qemu-1.6.0-rc3.tar.bz2
 Source1:        qemu-binfmt-conf.sh
@@ -50,7 +50,7 @@ BuildRequires:  zlib-static
 Requires:       qemu
 %endif
 Provides:       qemu:%_bindir/qemu-arm-static
-Provides:       tizen-qemu-arm-static = 2016.12.31
+Provides:       tizen-qemu-arm-static = 2020.06.17
 
 %description
 QEMU is an extremely well-performing CPU emulator that allows you to
@@ -114,6 +114,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sbindir}/*
 
 %changelog
+* Wed Jun 17 2020 yan11.meng@samsung.com
+- Fix deb upload failed issue on launchpad
+- change struct ucontext to ucontext_t
+- use ucontext_t instead struct ucontext.
+- fix pylint errors for qemu-arm-static
+- fix build error in xUbuntu_19.10
+- fix build error for ubuntu20.04
+
 * Sat Dec 31 2016 sk7.park@samsung.com
 - Add depands packae qemu
 - Add the qemu-arm-binfmt (qemu-arm64-binfmt)