[pyOpenSSL] New upstream release

Tomáš Mráz tmraz at fedoraproject.org
Tue Jun 28 12:57:23 UTC 2011


commit 742a86067e9b8fc693cf458f20649d6fb5193d56
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Jun 28 14:57:10 2011 +0200

    New upstream release

 .gitignore                       |    1 +
 pyOpenSSL-py2.7-memoryview.patch |   35 -----------------------------------
 pyOpenSSL.spec                   |   16 +++++++---------
 sources                          |    2 +-
 4 files changed, 9 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03d4011..16ad487 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pyOpenSSL-0.9.tar.gz
 /pyOpenSSL-0.10.tar.gz
+/pyOpenSSL-0.12.tar.gz
diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec
index 4923a01..42c2797 100644
--- a/pyOpenSSL.spec
+++ b/pyOpenSSL.spec
@@ -1,15 +1,13 @@
 Summary: Python wrapper module around the OpenSSL library
 Name: pyOpenSSL
-Version: 0.10
-Release: 3%{?dist}
+Version: 0.12
+Release: 1%{?dist}
 Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/%{name}-%{version}.tar.gz
 
 # Fedora specific patches
 
 Patch2: pyOpenSSL-elinks.patch
 Patch3: pyOpenSSL-nopdfout.patch
-# Submitted upstream: https://bugs.launchpad.net/pyopenssl/+bug/686804
-Patch4: pyOpenSSL-py2.7-memoryview.patch
 License: LGPLv2+
 Group: Development/Libraries
 Url: http://pyopenssl.sourceforge.net/
@@ -33,12 +31,9 @@ High-level wrapper around a subset of the OpenSSL library, includes among others
 %setup -q
 %patch2 -p1 -b .elinks
 %patch3 -p1 -b .nopdfout
-# This is necessary on python-2.7+ but works on python-2.6+
-%if 0%{?fedora} >= 13 || 0%{?rhel} >= 5
-%patch4 -p1 -b .py2.7
-%endif
+
 # Fix permissions for debuginfo package
-%{__chmod} -x src/ssl/connection.c
+%{__chmod} -x OpenSSL/ssl/connection.c
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" %{__python} setup.py build
@@ -57,6 +52,9 @@ find doc/ -name pyOpenSSL.\*
 %{python_sitearch}/%{name}*.egg-info
 
 %changelog
+* Tue Jun 28 2011 Tomas Mraz <tmraz at redhat.com> - 0.12-1
+- New upstream release
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0e2f1fb..4ec148e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34db8056ec53ce80c7f5fc58bee9f093  pyOpenSSL-0.10.tar.gz
+60a7bbb6160950823eddcbba2cbcb0d6  pyOpenSSL-0.12.tar.gz


More information about the scm-commits mailing list