[python26-m2crypto/el5/master: 15/78] - Fix invalid handle_error override in SSL.SSLServer (#159898, patch by Dan Williams)

gholms gholms at fedoraproject.org
Wed Feb 23 00:26:30 UTC 2011


commit b835d664d6940cb72200203d49a88a21ef735240
Author: Miloslav Trmac <mitr at fedoraproject.org>
Date:   Thu Jun 9 11:49:32 2005 +0000

    - Fix invalid handle_error override in SSL.SSLServer (#159898, patch by Dan
        Williams)

 m2crypto.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/m2crypto.spec b/m2crypto.spec
index bb80518..88cbc18 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -5,11 +5,12 @@
 Summary: Support for using OpenSSL in python scripts.
 Name: m2crypto
 Version: 0.13
-Release: 3
+Release: 4
 Source0: http://sandbox.rulemaker.net/ngps/Dist/m2crypto-%{version}.zip
 Source1: http://unc.dl.sourceforge.net/sourceforge/swig/swig-%{swigver}.tar.gz
 Patch0: http://sandbox.rulemaker.net/ngps/Dist/0.13p1.patch
 Patch1: m2crypto-0.13-python24.patch
+Patch2: m2crypto-0.13-SSLServer.patch
 License: BSDish
 Group: System Environment/Libraries
 URL: http://sandbox.rulemaker.net/ngps/m2
@@ -30,6 +31,7 @@ mkdir swigroot
 
 %patch0 -p0 -b .pl1
 %patch1 -p1 -b .py24
+%patch2 -p0 -b .SSLServer
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ; export CFLAGS
@@ -78,6 +80,10 @@ python%{pythonver} setup.py install --root=$RPM_BUILD_ROOT
 %{_libdir}/python%{pythonver}/site-packages/M2Crypto
 
 %changelog
+* Thu Jun  9 2005 Miloslav Trmac <mitr at redhat.com> - 0.13-4
+- Fix invalid handle_error override in SSL.SSLServer (#159898, patch by Dan 
+  Williams)
+
 * Tue May 31 2005 Miloslav Trmac <mitr at redhat.com> - 0.13-3
 - Fix invalid Python version comparisons in M2Crypto.httpslib (#156979)
 - Don't ship obsolete xmlrpclib.py.patch


More information about the scm-commits mailing list