diff --git a/.cvsignore b/.cvsignore index ec05a89..dbd81fb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ qemu-0.8.0.tar.gz +qemu-0.8.1.tar.gz diff --git a/qemu-0.7.0-build.patch b/qemu-0.7.0-build.patch index 9eb4748..55e4dd4 100644 --- a/qemu-0.7.0-build.patch +++ b/qemu-0.7.0-build.patch @@ -4,8 +4,8 @@ install: all ifneq ($(PROGS),) -- install -m 755 -s $(PROGS) "$(bindir)" -+ install -m 755 $(PROGS) "$(bindir)" +- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)" ++ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)" endif ifneq ($(wildcard .depend),) diff --git a/qemu.spec b/qemu.spec index 23f54ae..2197e86 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu -Version: 0.8.0 -Release: 6%{?dist} +Version: 0.8.1 +Release: 1%{?dist} License: GPL/LGPL Group: Development/Tools @@ -80,6 +80,9 @@ fi %config %{_sysconfdir}/rc.d/init.d/qemu %changelog +* Tue May 30 2006 David Woodhouse 0.8.1-1 +- Update to 0.8.1 + * Sat Mar 18 2006 David Woodhouse 0.8.0-6 - Update linker script for PPC diff --git a/sources b/sources index 557e09b..a318852 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ eb175b26583280706fe7e4d8910d320d qemu-0.8.0.tar.gz +67d924324a5ab79d017bd97a1e767285 qemu-0.8.1.tar.gz