From 1e26d3125c9cea98dc5f2c70f65bdc2026ffaca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 25 Sep 2014 17:32:56 +0200 Subject: [PATCH] Upgrade to 0.14 (#1146271) --- .gitignore | 4 ---- pyOpenSSL.spec | 17 ++++++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 053d417..8132742 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -pyOpenSSL-0.9.tar.gz -/pyOpenSSL-0.10.tar.gz -/pyOpenSSL-0.12.tar.gz -/pyOpenSSL-0.13.tar.gz /pyOpenSSL-0.13.1.tar.gz diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index b96690f..e7d0be6 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -4,8 +4,8 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL -Version: 0.13.1 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz # Fedora specific patches @@ -58,11 +58,11 @@ Documentation for pyOpenSSL # we don't want to provide private python extension libs %{?filter_setup: -%filter_provides_in %{python_sitearch}/.*\.so$ +%filter_provides_in %{python_sitearch}/.*\.so$ %if 0%{?with_python3} -%filter_provides_in %{python3_sitearch}/.*\.so$ +%filter_provides_in %{python3_sitearch}/.*\.so$ %endif -%filter_requires_in %{_datadir}/doc/ +%filter_requires_in %{_datadir}/doc/ %filter_setup } @@ -118,6 +118,9 @@ popd %doc README doc/pyOpenSSL.* doc/html %changelog +* Thu Sep 25 2014 Matej Cepl - 0.14-1 +- Upgrade to 0.14.0 + * Sun Aug 17 2014 Fedora Release Engineering - 0.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild @@ -196,7 +199,7 @@ popd - Rebuild for Python 2.6 * Fri Sep 19 2008 Dennis Gilmore - 0.7-2 -- update threadsafe patch +- update threadsafe patch - bug#462807 * Mon Sep 15 2008 Paul F. Johnson 0.7-1 @@ -294,7 +297,7 @@ popd - Built on 7.x * Mon Mar 3 2003 Mihai Ibanescu 0.5.1-9 -- bug #73967: Added Requires: python +- bug #73967: Added Requires: python * Mon Feb 24 2003 Elliot Lee - rebuilt