[python26-m2crypto/el5/master: 23/78] - Fix SSL.Connection.accept (#188742)

gholms gholms at fedoraproject.org
Wed Feb 23 00:27:11 UTC 2011


commit da62245af27d11b8be0c3ca4579c1621d5962ff6
Author: Miloslav Trmac <mitr at fedoraproject.org>
Date:   Wed Apr 19 16:05:25 2006 +0000

    - Fix SSL.Connection.accept (#188742)

 m2crypto.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/m2crypto.spec b/m2crypto.spec
index 79dbf98..8e0a4c0 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -3,10 +3,11 @@
 Summary: Support for using OpenSSL in python scripts.
 Name: m2crypto
 Version: 0.15
-Release: 3.2
+Release: 4
 # http://svn.osafoundation.org/m2crypto/tags/0.15
 Source0: m2crypto-%{version}.tar.bz2
 Patch0: m2crypto-0.13-SSLServer.patch
+Patch1: m2crypto-0.15-Connection.patch
 License: BSDish
 Group: System Environment/Libraries
 URL: http://sandbox.rulemaker.net/ngps/m2
@@ -22,6 +23,7 @@ This package allows you to call OpenSSL functions from python scripts.
 %prep
 %setup -q
 %patch0 -p0 -b .SSLServer
+%patch1 -p1 -b .Connection
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ; export CFLAGS
@@ -52,6 +54,9 @@ python%{pythonver} setup.py install --root=$RPM_BUILD_ROOT
 %{_libdir}/python%{pythonver}/site-packages/M2Crypto
 
 %changelog
+* Wed Apr 19 2006 Miloslav Trmac <mitr at redhat.com> - 0.15-4
+- Fix SSL.Connection.accept (#188742)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.15-3.2
 - bump again for double-long bug on ppc(64)
 


More information about the scm-commits mailing list