Browse Source

* python-crypto
- new upstream release


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8155 ec354946-7b23-47d6-9f5a-488ba84defc7

kenta 10 years ago
parent
commit
c981fe174a
1 changed files with 6 additions and 4 deletions
  1. 6 4
      p/python-crypto/python-crypto-vl.spec

+ 6 - 4
p/python-crypto/python-crypto-vl.spec

@@ -4,7 +4,7 @@
 Summary:	Cryptography library for Python
 Summary(ja):	Python 用 Cryptography ライブラリ
 Name:		python-crypto
-Version:	2.6
+Version:	2.6.1
 Release:	1%{?_dist_release}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
@@ -14,11 +14,10 @@ Source:		http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-%{version}.tar.
 Patch0:         dont-drop-g.patch
 Patch1:         fix-epydoc-ignore.patch
 Patch2:         fix-unresolved-reference-size.patch
-Patch3:         doc.patch
 
 BuildRequires:	python >= 2.2
 BuildRequires:	python-devel >= 2.2
-BuildRequires:	gmp-devel >= 4.1
+BuildRequires:	gmp-devel >= 5
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -31,7 +30,6 @@ Python-crypto is a collection of both secure hash functions
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # Remove spurious shellbangs
 %{__sed} -i -e '\|^#!/usr/local/bin/python| d' lib/Crypto/Util/RFC1751.py
@@ -58,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/
 
 %changelog
+* Sun Dec 15 2013 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.1-1
+- new upstream release
+- drop Patch3: doc.patch
+
 * Sat May 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6-1
 - new upstream release