diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index dfa2a15..915f058 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,7 +1,7 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL Version: 0.13 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/%{name}-%{version}.tar.gz # Fedora specific patches @@ -57,6 +57,9 @@ find doc/ -name pyOpenSSL.\* %{python_sitearch}/%{name}*.egg-info %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.13-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Apr 4 2013 Tomáš Mráz - 0.13-6 - Check for error returns which cause segfaults in FIPS mode - Fix missing error check and leak found by gcc-with-cpychecker (#800086)