From b47b532c12603ad137f5baab1c1d173c8bbe1402 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Aug 21 2007 16:45:19 +0000 Subject: 2.0.1-9 - Remove the old and outdated python-abi hack --- diff --git a/python-crypto.spec b/python-crypto.spec index eab5633..332a499 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.0.1 -Release: 8.1 +Release: 9.1 License: Public Domain Group: Development/Libraries URL: http://www.amk.ca/python/code/crypto.html @@ -13,7 +13,6 @@ BuildRequires: python >= 2.2 BuildRequires: python-devel >= 2.2 BuildRequires: gmp-devel >= 4.1 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description Python-crypto is a collection of both secure hash functions (such as MD5 and @@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 21 2007 Thorsten Leemhuis - 2.0.1-9 +- Remove the old and outdated python-abi hack + * Fri Aug 03 2007 Thorsten Leemhuis - Update License field due to the "Licensing guidelines changes"