From 7d08ba5aa4f3750fec55d390b1238ad85e769284 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 15:08:40 -0700 Subject: [PATCH] - Rebuilt for gcc bug 634757 --- python-crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-crypto.spec b/python-crypto.spec index 2b2bd19..7d7336f 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.3 -Release: 2%{?dist} +Release: 3%{?dist} # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python License: Public Domain and Python Group: Development/Libraries @@ -74,6 +74,9 @@ PYTHONPATH=%{buildroot}%{python_sitearch} %{__python} pct-speedtest.py %{python_sitearch}/Crypto/ %changelog +* Wed Sep 29 2010 jkeating - 2.3-3 +- Rebuilt for gcc bug 634757 + * Fri Sep 24 2010 David Malcolm - 2.3-2 - add "-fno-strict-aliasing" to compilation flags