From 1d38101e0292f0a2f65cda00510db0b7c656df57 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 26 Mar 2016 17:38:18 +0000 Subject: [PATCH] Bump to 3.4.1 --- .gitignore | 1 + python-rsa.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index efff7c2..ccc60d0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-rsa.spec b/python-rsa.spec index 725f89a..7295aa5 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -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 - 3.4.1-1 +- Update to 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 diff --git a/sources b/sources index b48146a..1cc8e7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e78250000664a0be51966951d06cc17 rsa-3.4.tar.gz +35c1b927ca882fcaf182c9e28b65c8f5 rsa-3.4.1.tar.gz