SPECS: python-pyOpenSSL.spec - Added patches by Arnaud Desmons for...

beorn beorn at pld-linux.org
Tue Oct 9 20:48:18 CEST 2007


Author: beorn                        Date: Tue Oct  9 18:48:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Added patches by Arnaud Desmons for pyOpenSSL (with authors permission). Description of changes can be reviewed here: http://arnaud.desmons.free.fr/wordpress/index.php?s=openssl&submit=Search

---- Files affected:
SPECS:
   python-pyOpenSSL.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/python-pyOpenSSL.spec
diff -u SPECS/python-pyOpenSSL.spec:1.15 SPECS/python-pyOpenSSL.spec:1.16
--- SPECS/python-pyOpenSSL.spec:1.15	Tue Feb 13 09:06:43 2007
+++ SPECS/python-pyOpenSSL.spec	Tue Oct  9 20:48:13 2007
@@ -4,11 +4,14 @@
 Summary(pl.UTF-8):	Interfejs OpenSSL dla Pythona
 Name:		python-%{module}
 Version:	0.6
-Release:	3
+Release:	4
 License:	LGPL
 Group:		Libraries/Python
 Source0:	http://dl.sourceforge.net/pyopenssl/%{module}-%{version}.tar.gz
 # Source0-md5:	6200b71d3eb294a312d52c4825fc71c5
+Patch0:		%{module}-%{version}-pkcs12.patch
+Patch1:		%{module}-%{version}-crl.patch
+Patch2:         %{module}-%{version}-pkcs12_cafile.patch
 URL:		http://pyopenssl.sourceforge.net/
 BuildRequires:	lynx
 BuildRequires:	openssl-devel >= 0.9.7d
@@ -41,6 +44,9 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2007/10/09 18:48:13  beorn
+- Added patches by Arnaud Desmons for pyOpenSSL (with authors permission). Description of changes can be reviewed here: http://arnaud.desmons.free.fr/wordpress/index.php?s=openssl&submit=Search
+
 Revision 1.15  2007/02/13 08:06:43  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyOpenSSL.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list