diff --git a/.gitignore b/.gitignore index 095bef5..6e4afb7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ qemu-kvm-0.13.0-25fdf4a.tar.gz /qemu-1.7.0.tar.bz2 /qemu-2.0.0-rc0.tar.bz2 /qemu-2.0.0-rc3.tar.bz2 +/qemu-2.0.0.tar.bz2 diff --git a/qemu.spec b/qemu.spec index 7a93149..af5f38e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -147,7 +147,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 2.0.0 -Release: 0.3.rc3%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -162,8 +162,7 @@ ExclusiveArch: %{kvm_archs} %define _smp_mflags %{nil} %endif -#Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2 -Source0: http://wiki.qemu-project.org/download/%{name}-%{version}-rc3.tar.bz2 +Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2 Source1: qemu.binfmt @@ -695,7 +694,7 @@ CAC emulation development files. %prep -%setup -q -n qemu-2.0.0-rc3 +%setup -q # Change gtk quit accelerator to ctrl+shift+q (bz #1062393) # Patches queued for 2.1 @@ -1451,6 +1450,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Apr 17 2014 Cole Robinson - 2:2.0.0-1 +- Update to 2.0.0 GA + * Tue Apr 15 2014 Cole Robinson - 2:2.0.0-0.3.rc3 - Update to qemu 2.0-rc3 - Fix crash when restoring from snapshot (bz #1085632) diff --git a/sources b/sources index 1885005..134a333 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0c2d6fef9089df1e7dd3303d9e4d0dd qemu-2.0.0-rc3.tar.bz2 +2790f44fd76da5de5024b4aafeb594c2 qemu-2.0.0.tar.bz2