rpms/python/devel python.spec,1.190,1.191

Dan Horák sharkcz at fedoraproject.org
Sat Jun 5 08:11:11 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/python/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28533

Modified Files:
	python.spec 
Log Message:
* Sat Jun  5 2010 Dan Horák <dan[at]danny.cz> - 2.6.5-14
- reading the timestamp counter is available only on some arches (see Python/ceval.c)
- disable --with-valgrind on s390(x) arches



Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -p -r1.190 -r1.191
--- python.spec	4 Jun 2010 21:11:42 -0000	1.190
+++ python.spec	5 Jun 2010 08:11:11 -0000	1.191
@@ -37,8 +37,8 @@
 
 %global with_systemtap 1
 
-# sparc arches dont have valgrind so we need to disable its support on them
-%ifarch %{sparc}
+# some arches dont have valgrind so we need to disable its support on them
+%ifarch %{sparc} s390 s390x
 %global with_valgrind 0
 %else
 %global with_valgrind 1
@@ -61,7 +61,7 @@ Summary: An interpreted, interactive, ob
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.6.5
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -726,7 +726,11 @@ LD_LIBRARY_PATH="$topdir/$ConfDir" PATH=
 BuildPython debug \
   python-debug \
   python%{pybasever}-debug \
+%ifarch %{ix86} x86_64 ppc ppc64
   "--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \
+%else
+  "--with-pydebug --with-count-allocs --with-call-profile" \
+%endif
   false
 
 BuildPython optimized \
@@ -1330,6 +1334,10 @@ rm -fr %{buildroot}
 # payload file would be unpackaged)
 
 %changelog
+* Sat Jun  5 2010 Dan Horák <dan[at]danny.cz> - 2.6.5-14
+- reading the timestamp counter is available only on some arches (see Python/ceval.c)
+- disable --with-valgrind on s390(x) arches
+
 * Fri Jun  4 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-13
 - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819)
 - CVE-2010-1634: fix various integer overflow checks in the audioop



More information about the scm-commits mailing list