From 8cf5a3127373928bf0fd8cc4a820e5a41f0bada8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 14 2007 14:20:58 +0000 Subject: add sparc64 to the list of archs with _pyconfig64_h --- diff --git a/python.spec b/python.spec index 1d3159f..e1c4676 100644 --- a/python.spec +++ b/python.spec @@ -20,7 +20,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: 2.5.1 -Release: 6%{?dist} +Release: 7%{?dist} License: Python Software Foundation License v2 Group: Development/Languages Provides: python-abi = %{pybasever} @@ -308,7 +308,7 @@ install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages %define _pyconfig32_h pyconfig-32.h %define _pyconfig64_h pyconfig-64.h -%ifarch ppc64 s390x x86_64 ia64 alpha +%ifarch ppc64 s390x x86_64 ia64 alpha sparc64 %define _pyconfig_h %{_pyconfig64_h} %else %define _pyconfig_h %{_pyconfig32_h} @@ -416,6 +416,9 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so %changelog +* Tue Aug 14 2007 Dennis Gilmore - 2.5.1-7 +- add sparc64 to the list of archs for _pyconfig64_h + * Fri Aug 10 2007 Jeremy Katz - 2.5.1-6 - fix ctypes again on some arches (Hans de Goede, #251637)