From 8c6107fcb7751691ba829152523479cbedb16486 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 18:16:52 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- pyOpenSSL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index e1604d3..b8b3dca 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -3,7 +3,7 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz Patch0: pyOpenSSL-0.7-openssl.patch Patch2: pyOpenSSL-elinks.patch @@ -53,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/%{name}*.egg-info %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7-3 +- Rebuild for Python 2.6 + * Fri Sep 19 2008 Dennis Gilmore - 0.7-2 - update threadsafe patch - bug#462807