diff options
author | Jiankang Fan <jiankang.fan@samsung.com> | 2016-09-27 14:11:58 +0800 |
---|---|---|
committer | Jiankang Fan <jiankang.fan@samsung.com> | 2016-09-27 14:12:10 +0800 |
commit | c1c7736420bb7a1e8cc93d36796b65baa76e31e0 (patch) | |
tree | ba39807b045de318281cf6e867350d54fc4797ae | |
parent | 4fb630c9451f6f3f7b053cd480de8195de3b1849 (diff) | |
download | qemu-arm-static-c1c7736420bb7a1e8cc93d36796b65baa76e31e0.tar.gz qemu-arm-static-c1c7736420bb7a1e8cc93d36796b65baa76e31e0.tar.bz2 qemu-arm-static-c1c7736420bb7a1e8cc93d36796b65baa76e31e0.zip |
Update version to 1.6.0rc3.tizen20160907
Change-Id: Icd14afc7fafdf4905d1e3ed9a118d70d8093815e
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | packaging/qemu-arm-static.spec | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6caa8e3ee..fd639eaa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qemu-arm-static (1.6.0rc3.tizen20160907) unstable; urgency=low + + * Update version to 1.6.0rc3.tizen20160907 + + -- Shuai Fu <shuai01.fu@samsung.com> Thu, 21 Sep 2016 16:40:35 +0300 + qemu-arm-static (1.6.0rc3-tizen20141002) unstable; urgency=low * Change packaging to Debian non-native diff --git a/debian/control b/debian/control index 1277c53a3..645ab654e 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: qemu-arm-static Maintainer: Gui Chen <gui.chen@intel.com> Homepage: http://wiki.qemu.org/Index.html -Standards-Version: 3.7.0 +Standards-Version: 1.6.0 Build-Depends: debhelper (>= 4.0.0), dpatch, cdbs, pkg-config, python, bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6, libglib2.0-dev, Package: qemu-arm-static Architecture: i386 amd64 Depends: bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6 Replaces: qemu-user-static -Provides: tizen-qemu-arm-static-2013.12.12 +Provides: tizen-qemu-arm-static-2016.09.07 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 ed2e4881d..51bb4854f 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 +Version: 1.6.1rc3.tizen20160907 Release: 0 Source: qemu-1.6.0-rc3.tar.bz2 Source1: qemu-binfmt-conf.sh @@ -46,7 +46,7 @@ BuildRequires: zlib-static %endif Provides: qemu:%_bindir/qemu-arm-static -Provides: tizen-qemu-arm-static = 2013.12.12 +Provides: tizen-qemu-arm-static = 2016.09.07 %description QEMU is an extremely well-performing CPU emulator that allows you to |