diff --git a/python3.spec b/python3.spec index 5ff3866..1154209 100644 --- a/python3.spec +++ b/python3.spec @@ -118,7 +118,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python3 Version: %{pybasever}.1 -Release: 2%{?dist} +Release: 2.1%{?dist} License: Python Group: Development/Languages @@ -536,7 +536,7 @@ BuildPython() { BuildPython debug \ python-debug \ python%{pybasever}-debug \ -%ifarch %{ix86} x86_64 ppc ppc64 +%ifarch %{ix86} x86_64 ppc "--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \ %else "--with-pydebug --with-count-allocs --with-call-profile" \ @@ -1292,6 +1292,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Tue Aug 23 2011 David Malcolm - 3.2.1-2.1 +- don't use --with-tsc on ppc64 debug builds (rhbz#698726) + * Mon Jul 11 2011 Dennis Gilmore - 3.2.1-2 - disable some tests on sparc arches