File project.diff of Package python-eventlet
--- python-eventlet.changes.orig
+++ python-eventlet.changes
@@ -1,4 +1,20 @@
-------------------------------------------------------------------
+Sun Feb 20 17:27:06 UTC 2011 - seife+obs@b1-systems.com
+
+- fix build
+
+-------------------------------------------------------------------
+Sun Feb 20 16:19:45 CET 2011 - berendt@b1-systems.de
+
+- upgrading to version 0.9.14 (used in the PPA nova-core/trunk/)
+- added patch wrap-greenpipe.patch (necessary to prevent bug 719765)
+
+-------------------------------------------------------------------
+Wed Feb 2 18:34:09 CET 2011 - berendt@b1-systems.de
+
+- downgrading to version 0.9.13 (included in Ubuntu 10.04)
+
+-------------------------------------------------------------------
Wed Feb 2 14:13:32 CET 2011 - berendt@b1-systems.de
- bumped version to 0.9.14
--- python-eventlet.spec.orig
+++ python-eventlet.spec
@@ -21,6 +21,7 @@ License: MIT
Group: Development/Libraries/Python
URL: http://eventlet.net
Source0: http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
+Patch0: wrap-greenpipe.patch
BuildRequires: python-devel python-setuptools
BuildRequires: python-sphinx python-greenlet
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +49,7 @@ Documentation for the python-eventlet pa
%prep
%setup -q -n eventlet-%{version}
+%patch0 -p1
# find -name '.*' -type f -exec rm {} \;
%build