Browse Source

python-crypto-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5445 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
576729588d
1 changed files with 11 additions and 7 deletions
  1. 11 7
      p/python-crypto/python-crypto-vl.spec

+ 11 - 7
p/python-crypto/python-crypto-vl.spec

@@ -4,16 +4,16 @@
 Summary:	Cryptography library for Python
 Summary(ja):	Python 用 Cryptography ライブラリ
 Name:		python-crypto
-Version:	2.4.1
+Version:	2.5
 Release:	1%{?_dist_release}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
 URL:		http://www.dlitz.net/software/pycrypto/
 Source:		http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-%{version}.tar.gz
 
-#Patch0:         arc2-buffer-overflow.patch
-#Patch1:         no-usr-local.patch
-#Patch2:         run-tests.patch
+Patch0:         dont-drop-g.patch
+Patch1:         fix-epydoc-ignore.patch
+Patch2:         fix-unresolved-reference-size.patch
 Patch3:         doc.patch
 
 BuildRequires:	python >= 2.2
@@ -28,9 +28,9 @@ Python-crypto is a collection of both secure hash functions
 
 %prep
 %setup -n pycrypto-%{version} -q
-#%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %patch3 -p1
 
 # Remove spurious shellbangs
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/
 
 %changelog
+* Mon Jan 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5-1
+- new upstream release
+- added patches(1,2,3) from Debian
+
 * Sun Nov 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.1-1
 - new upstream release
 - dropt patch1