Update to 3.4.2

epel9
Fabio Alessandro Locati 8 years ago
parent 9ebff03fd5
commit 294300f91b

1
.gitignore vendored

@ -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

@ -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 <fale@redhat.com> - 3.4.2-1
- Update to 3.4.2
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Sat Mar 26 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4.1-1
* Sat Mar 26 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.4.1-1
- Update to 3.4.1
* Fri Mar 18 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4-1
* Fri Mar 18 2016 Fabio Alessandro Locati <fale@redhat.com> - 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 <fabio@locati.cc> - 3.3-5
* Tue Feb 09 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.3-5
- Fix bug #1305644
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Feb 02 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.3-3
* Tue Feb 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.3-3
- Fix bug #1303660
* Wed Jan 13 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.3-2
* Wed Jan 13 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.3-2
- Fix for EL6 and EPEL7
* Wed Jan 13 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.3-1
* Wed Jan 13 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.3-1
- Update to current upstream
- Fix CVE-2016-1494
- Bring spec compliant with current policy

@ -1 +1 @@
35c1b927ca882fcaf182c9e28b65c8f5 rsa-3.4.1.tar.gz
b315f47882c24030ee6b5aad628cccdb rsa-3.4.2.tar.gz

Loading…
Cancel
Save