SPECS (AC-branch): python.spec - Fix for recv/send freeze when mor...
matkor
matkor at pld-linux.org
Fri Oct 6 01:53:35 CEST 2006
Author: matkor Date: Thu Oct 5 23:53:35 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- Fix for recv/send freeze when more 1k sockets are used
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494314&group_id=5470
---- Files affected:
SPECS:
python.spec (1.263.4.6 -> 1.263.4.7)
---- Diffs:
================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.263.4.6 SPECS/python.spec:1.263.4.7
--- SPECS/python.spec:1.263.4.6 Sat Sep 30 11:45:22 2006
+++ SPECS/python.spec Fri Oct 6 01:53:30 2006
@@ -36,7 +36,7 @@
Summary(uk): íĎ×Á ĐŇĎÇŇÁÍŐ×ÁÎÎŃ ÄŐÖĹ ×ÉÓĎËĎÇĎ ŇŚ×ÎŃ Ú X-ŚÎÔĹŇĆĹĘÓĎÍ
Name: python
Version: %{py_ver}.3
-Release: 4
+Release: 4.99
Epoch: 1
License: PSF
Group: Applications
@@ -56,6 +56,7 @@
Patch8: %{name}-info.patch
Patch9: %{name}-curses_panel.patch
Patch10: %{name}-sparc_fix.patch
+Patch11: %{name}-poll-instead-of-select-fix.patch
URL: http://www.python.org/
BuildRequires: autoconf
BuildRequires: bzip2-devel
@@ -71,6 +72,7 @@
BuildRequires: readline-devel >= 5.0
BuildRequires: rpm-pythonprov
BuildRequires: sed >= 4.0
+BuildRequires: texinfo
%{?with_info:BuildRequires: tetex-makeindex}
%{?with_tkinter:BuildRequires: tix-devel >= 1:8.1.4-4}
%{?with_tkinter:BuildRequires: tk-devel >= 8.4.3}
@@ -510,6 +512,7 @@
%patch8 -p1
%patch9 -p0
%patch10 -p1
+%patch11 -p1
tar -xf %{SOURCE1} --use=bzip2
@@ -864,6 +867,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.263.4.7 2006/10/05 23:53:30 matkor
+- Fix for recv/send freeze when more 1k sockets are used
+ https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494314&group_id=5470
+
Revision 1.263.4.6 2006/09/30 09:45:22 twittner
- -info.patch 1.5 ver. (AC-branch moved)
- generate pathclevel.texi (call ./Doc/tools/getversioninfo)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.263.4.6&r2=1.263.4.7&f=u
More information about the pld-cvs-commit
mailing list