@@ -0,0 +1,24 @@
+--- python-m2crypto.changes.orig
++++ python-m2crypto.changes
+@@ -1,4 +1,9 @@
+ -------------------------------------------------------------------
++Fri Oct 16 16:24:24 UTC 2009 - adrian@suse.de
++
++- fix build for non-SUSE (needed for osc)
++
++-------------------------------------------------------------------
+ Fri Feb 27 10:21:12 CET 2009 - jblunck@suse.de
+
+ - Update to M2Crypto 0.19.1.
+--- python-m2crypto.spec.orig
++++ python-m2crypto.spec
+@@ -29,7 +29,9 @@ Release: 1
+ Summary: Crypto and SSL toolkit for Python
+ Source0: M2Crypto-%{version}.tar.bz2
+ BuildRoot: %{_tmppath}/%{name}-%{version}-build
++%if 0%{?py_requires}
+ %{py_requires}
++%endif
+
+ %description
+ M2Crypto is a crypto and SSL toolkit for Python featuring the
|