rpms/pyOpenSSL/devel .cvsignore, 1.6, 1.7 pyOpenSSL-0.7-openssl.patch, 1.1, 1.2 pyOpenSSL.spec, 1.34, 1.35 sources, 1.6, 1.7

Matej Cepl mcepl at fedoraproject.org
Tue Sep 29 16:26:40 UTC 2009


Author: mcepl

Update of /cvs/pkgs/rpms/pyOpenSSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25906

Modified Files:
	.cvsignore pyOpenSSL-0.7-openssl.patch pyOpenSSL.spec sources 
Log Message:
New upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyOpenSSL/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	17 Sep 2008 21:05:44 -0000	1.6
+++ .cvsignore	29 Sep 2009 16:26:40 -0000	1.7
@@ -1 +1 @@
-pyOpenSSL-0.7.tar.gz
+pyOpenSSL-0.9.tar.gz

pyOpenSSL-0.7-openssl.patch:
 setup.py |    3 +++
 1 file changed, 3 insertions(+)

Index: pyOpenSSL-0.7-openssl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pyOpenSSL/devel/pyOpenSSL-0.7-openssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pyOpenSSL-0.7-openssl.patch	17 Sep 2008 21:05:44 -0000	1.1
+++ pyOpenSSL-0.7-openssl.patch	29 Sep 2009 16:26:40 -0000	1.2
@@ -1,6 +1,7 @@
---- pyOpenSSL-0.7/setup.py	2008-04-11 16:53:24.000000000 +0100
-+++ pyOpenSSL-0.7/setup-new.py	2008-09-15 23:46:19.000000000 +0100
-@@ -64,6 +64,9 @@
+diff -up pyOpenSSL-0.9/setup.py.posixIncludes pyOpenSSL-0.9/setup.py
+--- pyOpenSSL-0.9/setup.py.posixIncludes	2009-03-07 17:50:11.000000000 +0100
++++ pyOpenSSL-0.9/setup.py	2009-09-29 17:46:13.449930310 +0200
+@@ -61,6 +61,9 @@ else:
  if sys.platform == 'darwin':
      IncludeDirs = ['/sw/include']
      LibraryDirs = ['/sw/lib']
@@ -8,5 +9,5 @@
 +    IncludeDirs = ['/usr/kerberos/include']
 +    LibraryDirs = ['/usr/kerberos/lib']
  
- def mkExtension(name):
-     modname = 'OpenSSL.' + name
+ # On Windows, make sure the necessary .dll's get added to the egg.
+ data_files = []


Index: pyOpenSSL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyOpenSSL/devel/pyOpenSSL.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- pyOpenSSL.spec	21 Aug 2009 15:33:17 -0000	1.34
+++ pyOpenSSL.spec	29 Sep 2009 16:26:40 -0000	1.35
@@ -2,13 +2,14 @@
 
 Summary: Python wrapper module around the OpenSSL library
 Name: pyOpenSSL
-Version: 0.7
-Release: 7%{?dist}
+Version: 0.9
+Release: 1%{?dist}
 Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz
 Patch0: pyOpenSSL-0.7-openssl.patch
 Patch2: pyOpenSSL-elinks.patch
 Patch3: pyOpenSSL-nopdfout.patch
-Patch4: pyOpenSSL-threadsafe.patch
+# Hopefully the following patch is unnecessary now
+#Patch4: pyOpenSSL-threadsafe.patch
 License: LGPLv2+
 Group: Development/Libraries
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -26,10 +27,9 @@ High-level wrapper around a subset of th
 
 %prep
 %setup -q
-%patch0 -p1 -b .openssl097
+%patch0 -p1 -b .posixIncludes
 %patch2 -p1 -b .elinks
 %patch3 -p1 -b .nopdfout
-%patch4 -p1 -b .threadsafe
 # Fix permissions for debuginfo package
 %{__chmod} -x src/ssl/connection.c
 
@@ -37,6 +37,7 @@ High-level wrapper around a subset of th
 CFLAGS="%{optflags}" %{__python} setup.py build
 %{__make} -C doc ps
 %{__make} -C doc text html
+find doc/ -name pyOpenSSL.\*
 
 %install
 %{__rm} -rf %{buildroot}
@@ -47,12 +48,15 @@ CFLAGS="%{optflags}" %{__python} setup.p
 
 %files
 %defattr(-,root,root,-)
-%doc README doc/pyOpenSSL.ps 
-%doc doc/pyOpenSSL.txt doc/html
+%doc README doc/pyOpenSSL.* doc/html
 %{python_sitearch}/OpenSSL/
 %{python_sitearch}/%{name}*.egg-info
 
 %changelog
+* Tue Sep 29 2009 Matěj Cepl <mcepl at redhat.com> - 0.9-1
+- New upstream release
+- Fix BuildRequires to make Postscript documentation buildable
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.7-7
 - rebuilt with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyOpenSSL/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Sep 2008 21:05:44 -0000	1.6
+++ sources	29 Sep 2009 16:26:40 -0000	1.7
@@ -1 +1 @@
-1924edc58c1e99f27763971d9959ea15  pyOpenSSL-0.7.tar.gz
+5bf282b2d6a03af921920c34079580f2  pyOpenSSL-0.9.tar.gz




More information about the fedora-extras-commits mailing list