From 0da6546869f5add4e3466a3ed46c0482e38361bb Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Mar 18 2016 09:45:39 +0000 Subject: Update to 3.4 --- diff --git a/.gitignore b/.gitignore index ae4c0c7..efff7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /rsa-3.1.1.tar.gz /rsa-3.1.4.tar.gz /rsa-3.3.tar.gz +/rsa-3.4.tar.gz diff --git a/python-rsa.spec b/python-rsa.spec index 55578fe..2d347df 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -12,8 +12,8 @@ %endif Name: python-%{pypi_name} -Version: 3.3 -Release: 5%{?dist} +Version: 3.4 +Release: 1%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -159,6 +159,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %endif # with_python3 %changelog +* Fri Mar 18 2016 Fabio Alessandro Locati - 3.4-1 +- Bump to 3.4 + * Tue Feb 09 2016 Fabio Alessandro Locati - 3.3-5 - Fix bug #1305644 diff --git a/sources b/sources index 55fe1f4..b48146a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -513ed05c3b2038e8bc6d0686772455ab rsa-3.3.tar.gz +9e78250000664a0be51966951d06cc17 rsa-3.4.tar.gz