qemu ver. bump

This commit is contained in:
Rmys
2020-03-14 15:32:52 +03:00
parent 453af0bf51
commit 980d39e38c
2 changed files with 16 additions and 4 deletions
+13 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Userspace virtual machine and processor emulator</Summary>
<Description>QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU.</Description>
<Archive sha1sum="9c3a64884bcf8525010be62bdb2cf62f4e5abe1f" type="tarbz2">http://wiki.qemu-project.org/download/qemu-2.11.1.tar.bz2</Archive>
<Archive sha1sum="0652ee1086fcbbc5dec6e7bfe67ad977a5d09db2" type="tarbz2">http://wiki.qemu-project.org/download/qemu-4.2.0.tar.bz2</Archive>
<!--
<AdditionalFiles>
<AdditionalFile target="kernel/include/linux/kvm.h">kvm-2.6.32-16.h</AdditionalFile>
@@ -31,6 +31,8 @@
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
</BuildDependencies>
</Source>
@@ -75,7 +77,10 @@
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/qemu</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="icon">/usr/share/icons/hicolor</Path>
<Path fileType="localedata">/usr/share/locale/</Path>
<Path fileType="header">/usr/include</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0755" target="/usr/bin/qemu-ifup">qemu-ifup</AdditionalFile>
@@ -106,6 +111,13 @@
</Package>-->
<History>
<Update release="5">
<Date>2020-03-13</Date>
<Version>4.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-31</Date>
<Version>2.11.1</Version>