SPECS: python.spec - smtplib no longer requires local host to be r...
arekm
arekm at pld-linux.org
Fri Aug 12 22:30:03 CEST 2005
Author: arekm Date: Fri Aug 12 20:30:03 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- smtplib no longer requires local host to be resolvable in dns.
---- Files affected:
SPECS:
python.spec (1.233 -> 1.234)
---- Diffs:
================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.233 SPECS/python.spec:1.234
--- SPECS/python.spec:1.233 Mon Aug 8 15:17:26 2005
+++ SPECS/python.spec Fri Aug 12 22:29:58 2005
@@ -47,6 +47,7 @@
Patch5: %{name}-noarch_to_datadir.patch
Patch6: %{name}-lib64.patch
Patch7: %{name}-doc_path.patch
+Patch8: %{name}-smtplib.patch
URL: http://www.python.org/
BuildRequires: autoconf
BuildRequires: bzip2-devel
@@ -482,6 +483,7 @@
%patch6 -p1
%endif
%patch7 -p1
+%patch8 -p1
tar -xf %{SOURCE1} --use=bzip2
@@ -816,6 +818,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.234 2005/08/12 20:29:58 arekm
+- smtplib no longer requires local host to be resolvable in dns.
+
Revision 1.233 2005/08/08 13:17:26 saq
- The interpreter works fine without the readline module, so moving it to
-modules. It makes way more sense there.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.233&r2=1.234&f=u
More information about the pld-cvs-commit
mailing list