From 157fedf8cbb839a328b30dfaa999aadb07accfe6 Mon Sep 17 00:00:00 2001 From: riel Date: Feb 23 2005 19:43:48 +0000 Subject: - upgraded to last night's Xen snapshot - compile warning fixes are now upstream, drop patch --- diff --git a/sources b/sources index f1dafad..358f030 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5815b21d501dd5e566fb2e478f1095f2 xen-unstable-src.tgz +9df1936987c85b92bbe7da2439d60d63 xen-unstable-src.tgz diff --git a/xen.spec b/xen.spec index 3fd2486..f1e8b69 100644 --- a/xen.spec +++ b/xen.spec @@ -3,7 +3,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 2 -Release: 20050219 +Release: 20050222 Group: Development/Libraries License: GPL URL: http://www.sourceforge.net/projects/xen/ @@ -36,7 +36,7 @@ or makes fun of you in front of your friends. %setup -q -n xen-unstable %patch0 -p1 %patch1 -p1 -%patch2 -p1 +# %patch2 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__make} xen tools docs @@ -90,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/%{name}* %changelog +* Wed Feb 23 2005 Rik van Riel 2-20050222 +- upgraded to last night's Xen snapshot +- compile warning fixes are now upstream, drop patch + * Sat Feb 19 2005 Rik van Riel 2-20050219 - fix more compile warnings - fix the fwrite return check