rpms/python-crypto/devel .cvsignore, 1.3, 1.4 python-crypto.spec, 1.8, 1.9 sources, 1.3, 1.4 python-crypto-64bit-unclean.patch, 1.1, NONE

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed Aug 17 19:10:51 UTC 2005


Author: thl

Update of /cvs/extras/rpms/python-crypto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12518/devel

Modified Files:
	.cvsignore python-crypto.spec sources 
Removed Files:
	python-crypto-64bit-unclean.patch 
Log Message:
Update to 2.0.1; Use Dist; Drop python-crypto-64bit-unclean.patch, similar patch was applied upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-crypto/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 05:15:06 -0000	1.3
+++ .cvsignore	17 Aug 2005 19:10:48 -0000	1.4
@@ -1 +1 @@
-pycrypto-2.0.tar.gz
+pycrypto-2.0.1.tar.gz


Index: python-crypto.spec
===================================================================
RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-crypto.spec	5 May 2005 12:53:52 -0000	1.8
+++ python-crypto.spec	17 Aug 2005 19:10:48 -0000	1.9
@@ -3,14 +3,13 @@
 
 Summary:	Cryptography library for Python
 Name:		python-crypto
-Version:	2.0
-Release:	4
+Version:	2.0.1
+Release:	1%{?dist}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
 URL:		http://www.amk.ca/python/code/crypto.html
-Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.tar.gz
+Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz
 Patch0:		%{name}-x86_64-buildfix.patch
-Patch1:		%{name}-64bit-unclean.patch
 BuildRequires:	python >= 2.2
 BuildRequires:	python-devel >= 2.2
 BuildRequires:	gmp-devel >= 4.1
@@ -22,33 +21,31 @@
 SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal,
 etc.).
 
-# The pre section.
+
 %prep
-%setup -n pycrypto-2.0 -q
+%setup -n pycrypto-%{version} -q
 %ifarch x86_64
 %patch0 -b .patch0
 %endif
-%patch1 -b .patch1 -p 1
 
-# The build section.
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
-# The install section.
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
 find -name "*.py"|xargs %{__perl} -pi -e "s:/usr/local/bin/python:%{__python}:"
 
-# The clean section.
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# The files section.
+
 %files
 %defattr(-,root,root,-)
-%doc README TODO ACKS ChangeLog LICENSE Doc Demo
+%doc README TODO ACKS ChangeLog LICENSE Doc
 %{python_sitearch}/Crypto/*.py
 %{python_sitearch}/Crypto/*.pyc
 %ghost %{python_sitearch}/Crypto/*.pyo
@@ -77,7 +74,14 @@
 %dir %{python_sitearch}/Crypto/PublicKey/
 %dir %{python_sitearch}/Crypto/Util/
 
+
 %changelog
+* Wed Aug 17 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 0:2.0.1-1
+- Update to 2.0.1
+- Use Dist
+- Drop python-crypto-64bit-unclean.patch, similar patch was applied 
+  upstream
+
 * Thu May 05 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 0:2.0-4
 - add python-crypto-64bit-unclean.patch (#156173)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-crypto/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 05:15:06 -0000	1.3
+++ sources	17 Aug 2005 19:10:48 -0000	1.4
@@ -1 +1 @@
-55f9875c554ede75ad605d2c7504d94f  pycrypto-2.0.tar.gz
+4d5674f3898a573691ffb335e8d749cd  pycrypto-2.0.1.tar.gz


--- python-crypto-64bit-unclean.patch DELETED ---




More information about the fedora-extras-commits mailing list