diff --git a/python-rsa.spec b/python-rsa.spec index baa5bd1..e62dda3 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 3.4.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -75,6 +75,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %{__python3} setup.py test %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 3.4.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jan 9 2020 Zbigniew Jędrzejewski-Szmek - 3.4.2-13 - Remove dependency on unittest2 (#1789200)