Bump to 3.4.1

epel9
Fabio Alessandro Locati 9 years ago
parent 92a3df93e9
commit 1d38101e02

1
.gitignore vendored

@ -2,3 +2,4 @@
/rsa-3.1.4.tar.gz
/rsa-3.3.tar.gz
/rsa-3.4.tar.gz
/rsa-3.4.1.tar.gz

@ -12,7 +12,7 @@
%endif
Name: python-%{pypi_name}
Version: 3.4
Version: 3.4.1
Release: 1%{?dist}
Summary: Pure-Python RSA implementation
@ -102,8 +102,7 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
%files -n python2-%{pypi_name}
%{!?_licensedir:%global license %doc}
# Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
# %doc README.md
%doc README.md
%license LICENSE
%if 0%{?with_python3} == 0
%{_bindir}/pyrsa-priv2pub
@ -128,8 +127,7 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
%if 0%{?with_python3}
%files -n python3-%{pypi_name}
# Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
# %doc README.md
%doc README.md
%license LICENSE
%{_bindir}/pyrsa-priv2pub
%{_bindir}/pyrsa-keygen
@ -158,6 +156,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
%endif # with_python3
%changelog
* Sat Mar 26 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4.1-1
- Update to 3.4.1
* Fri Mar 18 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4-1
- Bump to 3.4
- Remove the patch that is no longer needed since it has been merged upstream

@ -1 +1 @@
9e78250000664a0be51966951d06cc17 rsa-3.4.tar.gz
35c1b927ca882fcaf182c9e28b65c8f5 rsa-3.4.1.tar.gz

Loading…
Cancel
Save