[python-crypto] Update to 2.4.1

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 7 13:10:51 UTC 2011


commit 5e1a9b954ed5c04a5c1a5b17e73dc3a4502e193d
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 7 13:09:55 2011 +0000

    Update to 2.4.1
    
    - New upstream release 2.4.1:
      - Fix "error: Setup script exited with error: src/config.h: No such file or
        directory" when installing via easy_install

 python-crypto.spec |   11 ++++++++---
 sources            |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python-crypto.spec b/python-crypto.spec
index bb2d542..746e9db 100644
--- a/python-crypto.spec
+++ b/python-crypto.spec
@@ -6,8 +6,8 @@
 
 Summary:	Cryptography library for Python
 Name:		python-crypto
-Version:	2.4
-Release:	2%{?dist}.1
+Version:	2.4.1
+Release:	1%{?dist}
 # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python
 License:	Public Domain and Python
 Group:		Development/Libraries
@@ -125,8 +125,13 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Nov  7 2011 Paul Howarth <paul at city-fan.org> - 2.4.1-1
+- Update to 2.4.1
+  - Fix "error: Setup script exited with error: src/config.h: No such file or
+    directory" when installing via easy_install
+
 * Wed Oct 26 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.4-2.1
-- rebuild with new gmp without compat lib
+- Rebuild with new gmp without compat lib
 
 * Tue Oct 25 2011 Paul Howarth <paul at city-fan.org> - 2.4-2
 - Add python3-crypto subpackage (based on patch from Dave Malcolm - #748529)
diff --git a/sources b/sources
index 4e43420..47ab79f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-274fa44c30a320d56460a93fdd95e702  pycrypto-2.4.tar.gz
+c2a1404a848797fb0806f3e11c29ef15  pycrypto-2.4.1.tar.gz


More information about the scm-commits mailing list