packages: python/python.spec, python/python-ac_fixes.patch - 2.7.2 - commen...
witekfl
witekfl at pld-linux.org
Fri Jun 17 14:56:58 CEST 2011
Author: witekfl Date: Fri Jun 17 12:56:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- 2.7.2
- commented nis.so (requires headers, which are absent in glibc-headers-2.14)
---- Files affected:
packages/python:
python.spec (1.381 -> 1.382) , python-ac_fixes.patch (1.8 -> 1.9)
---- Diffs:
================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.381 packages/python/python.spec:1.382
--- packages/python/python.spec:1.381 Sun Jan 23 17:31:34 2011
+++ packages/python/python.spec Fri Jun 17 14:56:53 2011
@@ -43,15 +43,15 @@
Summary(tr.UTF-8): X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
Name: python
-Version: %{py_ver}.1
-Release: 2
+Version: %{py_ver}.2
+Release: 1
Epoch: 1
License: PSF
Group: Development/Languages/Python
Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}%{beta}.tar.bz2
-# Source0-md5: aa27bc25725137ba155910bd8e5ddc4f
+# Source0-md5: ba7b2f11ffdbf195ee0d111b9455a5bd
Source1: http://www.python.org/ftp/python/doc/%{dver}/%{name}-%{dver}-docs-html.tar.bz2
-# Source1-md5: 312d4da0c1d8adbfb27f4f0e09f2cffe
+# Source1-md5: 40f0bd51b221662cae14fb0c6b6f622b
Patch0: %{name}-db.patch
Patch1: %{name}-pythonpath.patch
Patch2: %{name}-ac_fixes.patch
@@ -779,7 +779,7 @@
%attr(755,root,root) %{py_dyndir}/linuxaudiodev.so
%attr(755,root,root) %{py_dyndir}/math.so
%attr(755,root,root) %{py_dyndir}/mmap.so
-%attr(755,root,root) %{py_dyndir}/nis.so
+#%attr(755,root,root) %{py_dyndir}/nis.so
%attr(755,root,root) %{py_dyndir}/operator.so
%attr(755,root,root) %{py_dyndir}/ossaudiodev.so
%attr(755,root,root) %{py_dyndir}/parser.so
@@ -1028,6 +1028,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.382 2011/06/17 12:56:53 witekfl
+- 2.7.2
+- commented nis.so (requires headers, which are absent in glibc-headers-2.14)
+
Revision 1.381 2011/01/23 16:31:34 sparky
- moved _weakrefset from -modules to -libs (abc.py imports it)
- release: 2, STBR
================================================================
Index: packages/python/python-ac_fixes.patch
diff -u packages/python/python-ac_fixes.patch:1.8 packages/python/python-ac_fixes.patch:1.9
--- packages/python/python-ac_fixes.patch:1.8 Sun Jul 11 20:26:50 2010
+++ packages/python/python-ac_fixes.patch Fri Jun 17 14:56:53 2011
@@ -38,21 +38,3 @@
# Install the include files
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)
---- Python-2.7/configure.in.orig 2010-07-09 10:02:40.053393415 +0200
-+++ Python-2.7/configure.in 2010-07-09 20:22:36.345392577 +0200
-@@ -5,14 +5,7 @@
- # Set VERSION so we only need to edit in one place (i.e., here)
- m4_define(PYTHON_VERSION, 2.7)
-
--dnl Some m4 magic to ensure that the configure script is generated
--dnl by the correct autoconf version.
--m4_define([version_required],
--[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), 0,
-- [],
-- [m4_fatal([Autoconf version $1 is required for Python], 63)])
--])
--version_required(2.65)
-+AC_PREREQ([2.65])
-
- AC_REVISION($Revision$)
- AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.381&r2=1.382&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python-ac_fixes.patch?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list