diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-12-26 20:33:28 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-12-28 22:21:56 +0900 |
commit | d66539d34c2c94f0dc5cec08897940f08b4330d7 (patch) | |
tree | 33e6bfd132c635de511358e76e5437d14022255c | |
parent | 511d2f15a73de77b46eda7feb4c6c47371c99e7d (diff) | |
download | qemu-arm-static-d66539d34c2c94f0dc5cec08897940f08b4330d7.tar.gz qemu-arm-static-d66539d34c2c94f0dc5cec08897940f08b4330d7.tar.bz2 qemu-arm-static-d66539d34c2c94f0dc5cec08897940f08b4330d7.zip |
Update version to 1.6.0rc3.tizen20161231
Change-Id: I0e388b16886120ed727eba044e9223e660692c36
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | packaging/qemu-arm-static.spec | 13 |
3 files changed, 21 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6caa8e3ee..b277768dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qemu-arm-static (1.6.0rc3-tizen20161231) unstable; urgency=low + + * Add depands packae qemu + * Add the qemu-arm-binfmt (qemu-arm64-binfmt) + * Upgrade tizen version to tizen20161231 + + -- SoonKyu Park <sk7.park@samsung.com> Sat, 31 Dec 2016 19:30:00 +0200 + 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 b2950682d..5e817f8d6 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, qemu Replaces: qemu-user-static -Provides: tizen-qemu-arm-static-2013.12.12 +Provides: tizen-qemu-arm-static-2016.12.31 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 0a22931c6..5482749ff 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.0rc3.tizen20161231 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 = 2013.12.12 +Provides: tizen-qemu-arm-static = 2016.12.31 %description QEMU is an extremely well-performing CPU emulator that allows you to @@ -114,3 +114,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/* %changelog +* Sat Dec 31 2016 sk7.park@samsung.com +- Add depands packae qemu +- Add the qemu-arm-binfmt (qemu-arm64-binfmt) +- Upgrade tizen version to tizen20161231 +* Thu Oct 02 2014 markus.lehtonen@linux.intel.com +- Change packaging to Debian non-native +* Wed Jul 09 2014 gui.chen@intel.com +- update to v1.6.0 + |