summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryan11.meng <yan11.meng@samsung.com>2020-06-17 17:03:06 +0800
committeryan11.meng <yan11.meng@samsung.com>2020-06-18 10:40:45 +0800
commit0889ee8339e51dfdf78c39a8f15b6e5fe5ab49d5 (patch)
treef9f62cfa169fe1b1e53f195d4d213867502e3920
parentd8d85e8b61ab8137de55b1fa8a32c1b68fd0e4fb (diff)
downloadqemu-arm-static-accepted/tools_devbase_tools_legacy.tar.gz
qemu-arm-static-accepted/tools_devbase_tools_legacy.tar.bz2
qemu-arm-static-accepted/tools_devbase_tools_legacy.zip
Change-Id: I3979e48a8c5def1266fab59c79bd4ada8f5739e4 Signed-off-by: yan11.meng <yan11.meng@samsung.com>
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rw-r--r--packaging/qemu-arm-static.spec12
3 files changed, 22 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b277768dc..574271f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 220b61bfa..6bba663e7 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec
index 5482749ff..6a90ee399 100644
--- a/packaging/qemu-arm-static.spec
+++ b/packaging/qemu-arm-static.spec
@@ -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)