This commit is contained in:
David Woodhouse 2006-05-31 08:14:13 +00:00
parent 9432920327
commit 7b2bfbeb66
4 changed files with 9 additions and 4 deletions

View File

@ -1 +1,2 @@
qemu-0.8.0.tar.gz
qemu-0.8.1.tar.gz

View File

@ -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),)

View File

@ -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 <dwmw2@infradead.org> 0.8.1-1
- Update to 0.8.1
* Sat Mar 18 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-6
- Update linker script for PPC

View File

@ -1 +1,2 @@
eb175b26583280706fe7e4d8910d320d qemu-0.8.0.tar.gz
67d924324a5ab79d017bd97a1e767285 qemu-0.8.1.tar.gz