From 6ad55f8edec04e8236b225fc6aa70f701b4f1bf4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 8 Nov 2016 08:59:33 +0100 Subject: [PATCH] Upgrade to 16.2.0 to fix compatibility with OpenSSL-1.1.0 --- .gitignore | 1 + pyOpenSSL.spec | 9 ++++++--- sources | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e74ea13..dec3ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pyOpenSSL-0.15.1.tar.gz /pyOpenSSL-16.0.0.tar.gz /pyOpenSSL-16.0.0.tar.gz.asc +/pyOpenSSL-16.2.0.tar.gz diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 6e1207b..c217a63 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -4,10 +4,10 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL -Version: 16.0.0 -Release: 3%{?dist} +Version: 16.2.0 +Release: 1%{?dist} Source0: https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz -Source1: https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz.asc +#Source1: https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz.asc BuildArch: noarch License: ASL 2.0 @@ -106,6 +106,9 @@ rm doc/_build/html/.buildinfo %doc CHANGELOG.rst examples doc/_build/html %changelog +* Tue Nov 8 2016 Tomáš Mráz - 16.2.0-1 +- Upgrade to 16.2.0 to fix compatibility with OpenSSL-1.1.0 + * Fri Sep 9 2016 Orion Poplawski - 16.0.0-3 - Modernize spec - Ship python2-pyOpenSSL diff --git a/sources b/sources index 709e5a4..df9102f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -9587d813dcf656e9f2760e41a3682dc3 pyOpenSSL-16.0.0.tar.gz -e1caa31290e96bf81115b06140a85d0f pyOpenSSL-16.0.0.tar.gz.asc +6635503758c65ea6f70d18d1b18e46d5 pyOpenSSL-16.2.0.tar.gz