Author: qboosh Date: Sun Jul 11 18:26:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated ac_fixes patch to accept autoconf 2.65+, not just only 2.65
---- Files affected: packages/python: python-ac_fixes.patch (1.7 -> 1.8) , python.spec (1.375 -> 1.376) ---- Diffs: ================================================================ Index: packages/python/python-ac_fixes.patch diff -u packages/python/python-ac_fixes.patch:1.7 packages/python/python-ac_fixes.patch:1.8 --- packages/python/python-ac_fixes.patch:1.7 Mon Jul 5 22:55:58 2010 +++ packages/python/python-ac_fixes.patch Sun Jul 11 20:26:50 2010 @@ -38,3 +38,21 @@ # 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: packages/python/python.spec diff -u packages/python/python.spec:1.375 packages/python/python.spec:1.376 --- packages/python/python.spec:1.375 Thu Jul 8 09:13:01 2010 +++ packages/python/python.spec Sun Jul 11 20:26:50 2010 @@ -59,7 +59,7 @@ Patch4: %{name}-noarch_to_datadir.patch Patch5: %{name}-verbose.patch URL: http://www.python.org/ -BuildRequires: autoconf >= 2.61 +BuildRequires: autoconf >= 2.65 BuildRequires: bluez-libs-devel BuildRequires: bzip2-devel BuildRequires: db-devel >= 4 @@ -1023,6 +1023,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.376 2010/07/11 18:26:50 qboosh +- updated ac_fixes patch to accept autoconf 2.65+, not just only 2.65 + Revision 1.375 2010/07/08 07:13:01 arekm - rel 3; builds now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python-ac_fixes.patch?r1=1.7&r2=1.8&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.375&r2=1.376&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
