Update version to 1.6.0rc3.tizen20161231
authorSoonKyu Park <sk7.park@samsung.com>
Mon, 26 Dec 2016 11:33:28 +0000 (20:33 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Wed, 28 Dec 2016 13:21:56 +0000 (22:21 +0900)
Change-Id: I0e388b16886120ed727eba044e9223e660692c36

debian/changelog
debian/control
packaging/qemu-arm-static.spec

index 6caa8e3eec17e7db67dc253dd42743ca58d75de9..b277768dcc42854b8727b909ea08ff56a26b2adc 100644 (file)
@@ -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
index b2950682d20d838f2e25765f4065fcd8f38f1485..5e817f8d6a7c1df197bf6e4eed326a2a499588dc 100644 (file)
@@ -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.
index 0a22931c6a052b7df3fb108e62fc077b3d6af2a1..5482749ffa4ad4b61d2a1688aee98773c8a81a91 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
+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
+