diff --git a/.gitignore b/.gitignore index ccc60d0..e70c286 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /rsa-3.3.tar.gz /rsa-3.4.tar.gz /rsa-3.4.1.tar.gz +/rsa-3.4.2.tar.gz diff --git a/python-rsa.spec b/python-rsa.spec index 89bf213..56632c6 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -12,8 +12,8 @@ %endif Name: python-%{pypi_name} -Version: 3.4.1 -Release: 2%{?dist} +Version: 3.4.2 +Release: 1%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -156,29 +156,32 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %endif # with_python3 %changelog +* Sat Oct 29 2016 Fabio Alessnadro Locati - 3.4.2-1 +- Update to 3.4.2 + * Tue Jul 19 2016 Fedora Release Engineering - 3.4.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages -* Sat Mar 26 2016 Fabio Alessandro Locati - 3.4.1-1 +* Sat Mar 26 2016 Fabio Alessandro Locati - 3.4.1-1 - Update to 3.4.1 -* Fri Mar 18 2016 Fabio Alessandro Locati - 3.4-1 +* Fri Mar 18 2016 Fabio Alessandro Locati - 3.4-1 - Bump to 3.4 - Remove the patch that is no longer needed since it has been merged upstream -* Tue Feb 09 2016 Fabio Alessandro Locati - 3.3-5 +* Tue Feb 09 2016 Fabio Alessandro Locati - 3.3-5 - Fix bug #1305644 * Thu Feb 04 2016 Fedora Release Engineering - 3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -* Tue Feb 02 2016 Fabio Alessandro Locati - 3.3-3 +* Tue Feb 02 2016 Fabio Alessandro Locati - 3.3-3 - Fix bug #1303660 -* Wed Jan 13 2016 Fabio Alessandro Locati - 3.3-2 +* Wed Jan 13 2016 Fabio Alessandro Locati - 3.3-2 - Fix for EL6 and EPEL7 -* Wed Jan 13 2016 Fabio Alessandro Locati - 3.3-1 +* Wed Jan 13 2016 Fabio Alessandro Locati - 3.3-1 - Update to current upstream - Fix CVE-2016-1494 - Bring spec compliant with current policy diff --git a/sources b/sources index 1cc8e7b..1b94e52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35c1b927ca882fcaf182c9e28b65c8f5 rsa-3.4.1.tar.gz +b315f47882c24030ee6b5aad628cccdb rsa-3.4.2.tar.gz