[python26-m2crypto/el5/master: 29/78] - Backport the urllib2 wrapper (code by James Bowes <jbowes at redhat.com>) - Resolves: #210956

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


commit 269144af89234a37e2f3b85e155c0288de7bc6e1
Author: Miloslav Trmac <mitr at fedoraproject.org>
Date:   Fri Oct 20 14:40:45 2006 +0000

    - Backport the urllib2 wrapper (code by James Bowes <jbowes at redhat.com>)
    - Resolves: #210956

 m2crypto.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/m2crypto.spec b/m2crypto.spec
index ef855f5..ba1d528 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -3,8 +3,9 @@
 Summary: Support for using OpenSSL in python scripts
 Name: m2crypto
 Version: 0.16
-Release: 4
+Release: 5%{?dist}
 Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
+Patch0: m2crypto-0.16-m2urllib2.patch
 License: BSDish
 Group: System Environment/Libraries
 URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
@@ -18,6 +19,7 @@ This package allows you to call OpenSSL functions from python scripts.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # Red Hat opensslconf.h #includes an architecture-specific file, but SWIG
 # doesn't follow the #include.
@@ -67,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/M2Crypto
 
 %changelog
+* Fri Oct 20 2006 Miloslav Trmac <mitr at redhat.com> - 0.16-5
+- Backport the urllib2 wrapper (code by James Bowes <jbowes at redhat.com>)
+- Resolves: #210956
+
 * Tue Sep 26 2006 Miloslav Trmac <mitr at redhat.com> - 0.16-4
 - Drop Obsoletes: openssl-python, openssl-python was last shipped in RHL 7.1
 - Fix interpreter paths in demos


More information about the scm-commits mailing list