diff --git a/python-crypto.spec b/python-crypto.spec index e01a54b..9ca4387 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -7,7 +7,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python License: Public Domain and Python Group: Development/Libraries @@ -123,6 +123,9 @@ rm -rf %{buildroot} %endif %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu May 24 2012 Paul Howarth - 2.6-1 - Update to 2.6 - Fix insecure ElGamal key generation (launchpad bug #985164, CVE-2012-2417)