rpms/xenner/F-9 .cvsignore, 1.6, 1.7 sources, 1.5, 1.6 xenner.spec, 1.12, 1.13

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Tue May 13 09:41:05 UTC 2008


Author: kraxel

Update of /cvs/pkgs/rpms/xenner/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9242

Modified Files:
	.cvsignore sources xenner.spec 
Log Message:
- update to version 0.34
  - wire up -drive cmd line arg (rhbz #445968).
  - accept & ignore -serial and -parallel (rhbz #445969).
  - implement stop & cont monitor commands (rhbz #446079).
  - implement correct iopl handling (uncrash kudzu).
  - guest irq balancing.
  - smp guest support.
  - misc fixes.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	11 Apr 2008 15:17:03 -0000	1.6
+++ .cvsignore	13 May 2008 09:40:23 -0000	1.7
@@ -1 +1 @@
-xenner-0.29.tar.gz
+xenner-0.34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	11 Apr 2008 15:17:03 -0000	1.5
+++ sources	13 May 2008 09:40:23 -0000	1.6
@@ -1 +1 @@
-7279effb724153c02f411e3b90e646a9  xenner-0.29.tar.gz
+cf43a04b1e22d0933a8136f84655b793  xenner-0.34.tar.gz


Index: xenner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-9/xenner.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xenner.spec	23 Apr 2008 08:45:06 -0000	1.12
+++ xenner.spec	13 May 2008 09:40:23 -0000	1.13
@@ -1,12 +1,10 @@
 Name:         xenner
 License:      GPLv2+
-Version:      0.29
-Release:      2%{?dist}
+Version:      0.34
+Release:      1%{?dist}
 Summary:      Xen emulator for kvm
 Group:        Applications/Emulators
 Source:       %{name}-%{version}.tar.gz
-Patch01:      %{name}-mmx.diff
-Patch02:      %{name}-csum.diff
 URL:          http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
 Requires:     xen-runtime
 Provides:     xen-hypervisor-abi = 3.2
@@ -25,11 +23,10 @@
 
 %prep
 %setup -q
-%patch01 -p1 -b .mmx
-%patch02 -p1 -b .csum
 
 %build
 export CFLAGS="%{optflags}"
+CFLAGS="${CFLAGS//-fstack-protector/}"	# incompatible
 make prefix="%{_prefix}"
 
 %install
@@ -58,6 +55,15 @@
 rm -rf %{buildroot}
 
 %changelog
+* Tue May 13 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.34-1.fc9
+- update to version 0.34
+  - wire up -drive cmd line arg (rhbz #445968).
+  - accept & ignore -serial and -parallel (rhbz #445969).
+  - implement stop & cont monitor commands (rhbz #446079).
+  - implement correct iopl handling (uncrash kudzu).
+  - guest irq balancing.
+  - smp guest support.
+  - misc fixes.
 * Tue Apr 22 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.29-2.fc9
 - fix tcp/udp checksumming (rhbz #443452).
 * Fri Apr 11 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.29-1.fc9




More information about the fedora-extras-commits mailing list