]> git.pld-linux.org Git - packages/python.git/commitdiff
- 2.7.2
authorwitekfl <witekfl@pld-linux.org>
Fri, 17 Jun 2011 12:56:53 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- commented nis.so (requires headers, which are absent in glibc-headers-2.14)

Changed files:
    python-ac_fixes.patch -> 1.9
    python.spec -> 1.382

python-ac_fixes.patch
python.spec

index 2e091a4f9514f36a465da0fe80715c38a4f6199a..bd8436f7205445f8547161dd28de999e557e03ce 100644 (file)
@@ -38,21 +38,3 @@ diff -Nur Python-2.5.2.orig/configure.in Python-2.5.2/configure.in
  
  # 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/)
index 7ee07dbbca49360198e215b833f72d8565bc8c88..58e228bf8623b135a74873b9fd95edff5585cadd 100644 (file)
@@ -42,15 +42,15 @@ Summary(ru.UTF-8):  Язык программирования очень высо
 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
@@ -778,7 +778,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.029414 seconds and 4 git commands to generate.