From a22d93ddf6dddfa31779c46673cf50abfe32cca2913d0b04f14c9e35a1ff5c21 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 11 Jul 2008 21:28:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=23 --- python-2.5.2-configure.patch | 20 ++++++++++++++++++++ python-doc.spec | 2 +- python.changes | 5 +++++ python.spec | 4 +++- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/python-2.5.2-configure.patch b/python-2.5.2-configure.patch index e42394a..cfa6087 100644 --- a/python-2.5.2-configure.patch +++ b/python-2.5.2-configure.patch @@ -1,5 +1,25 @@ --- configure.in +++ configure.in +@@ -450,9 +450,6 @@ then + fi + + +-# checks for UNIX variants that set C preprocessor variables +-AC_AIX +- + # Check for unsupported systems + case $ac_sys_system/$ac_sys_release in + Linux*/1*) +@@ -513,6 +510,9 @@ SunOS*) + ;; + esac + ++# checks for UNIX variants that set C preprocessor variables ++AC_AIX ++ + AC_SUBST(ARCH) + AC_MSG_CHECKING(ARCH) + ARCH=`uname -m` @@ -3153,9 +3153,18 @@ then fi diff --git a/python-doc.spec b/python-doc.spec index 356f7ad..40f5143 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -17,7 +17,7 @@ Group: Development/Languages/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.5.1 -Release: 77 +Release: 81 %define pyver 2.5.2 BuildArch: noarch %define tarname Python-%{pyver} diff --git a/python.changes b/python.changes index 0041182..933910c 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 30 15:38:17 CEST 2008 - schwab@suse.de + +- Work around autoheader bug. + ------------------------------------------------------------------- Fri Jun 13 10:07:02 CEST 2008 - schwab@suse.de diff --git a/python.spec b/python.spec index ee58869..a51c06f 100644 --- a/python.spec +++ b/python.spec @@ -20,7 +20,7 @@ AutoReqProv: on Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.5.2 -Release: 28 +Release: 31 %define tarname Python-%{version} Source0: %{tarname}.tar.bz2 Source6: README.SUSE @@ -491,6 +491,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/python2 %changelog +* Mon Jun 30 2008 schwab@suse.de +- Work around autoheader bug. * Fri Jun 13 2008 schwab@suse.de - Fix configure script. * Thu Apr 24 2008 matejcik@suse.cz