rpms/python/devel python-2.6-config.patch, 1.1, 1.2 python.spec, 1.138, 1.139

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Wed Dec 10 20:16:31 UTC 2008


Author: ivazquez

Update of /cvs/pkgs/rpms/python/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20624

Modified Files:
	python-2.6-config.patch python.spec 
Log Message:
Enable -lcrypt for cryptmodule

python-2.6-config.patch:

Index: python-2.6-config.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python-2.6-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-2.6-config.patch	29 Nov 2008 02:03:47 -0000	1.1
+++ python-2.6-config.patch	10 Dec 2008 20:16:00 -0000	1.2
@@ -117,7 +117,7 @@
  # First, look at Setup.config; configure may have set this for you.
  
 -#crypt cryptmodule.c # -lcrypt	# crypt(3); needs -lcrypt on some systems
-+crypt cryptmodule.c # -lcrypt	# crypt(3); needs -lcrypt on some systems
++crypt cryptmodule.c -lcrypt	# crypt(3); needs -lcrypt on some systems
  
  
  # Some more UNIX dependent modules -- off by default, since these


Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- python.spec	29 Nov 2008 02:03:47 -0000	1.138
+++ python.spec	10 Dec 2008 20:16:00 -0000	1.139
@@ -22,7 +22,7 @@
 Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 Version: 2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -519,6 +519,9 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
 
 %changelog
+* Wed Dec 10 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.6-2
+- Enable -lcrypt for cryptmodule
+
 * Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.6-1
 - Update to 2.6
 




More information about the fedora-extras-commits mailing list