packages: python/python.spec - audioop is supposed to work fine on 64bit ar...

arekm arekm at pld-linux.org
Tue Jul 6 09:08:22 CEST 2010


Author: arekm                        Date: Tue Jul  6 07:08:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- audioop is supposed to work fine on 64bit arches now

---- Files affected:
packages/python:
   python.spec (1.364 -> 1.365) 

---- Diffs:

================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.364 packages/python/python.spec:1.365
--- packages/python/python.spec:1.364	Tue Jul  6 09:04:05 2010
+++ packages/python/python.spec	Tue Jul  6 09:08:17 2010
@@ -718,13 +718,13 @@
 # three modules below do not work on 64-bit architectures
 # see Python README file for explanation
 %ifnarch alpha ia64 ppc64 sparc64 %{x8664}
-%attr(755,root,root) %{py_dyndir}/audioop.so
 %attr(755,root,root) %{py_dyndir}/imageop.so
 # sizeof(long) != sizeof(int), so dl module will not be built on 64-bit
 # platforms
 %attr(755,root,root) %{py_dyndir}/dl.so
 %endif
 
+%attr(755,root,root) %{py_dyndir}/audioop.so
 %attr(755,root,root) %{py_dyndir}/array.so
 %attr(755,root,root) %{py_dyndir}/binascii.so
 %attr(755,root,root) %{py_dyndir}/_bisect.so
@@ -1021,6 +1021,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.365  2010/07/06 07:08:17  arekm
+- audioop is supposed to work fine on 64bit arches now
+
 Revision 1.364  2010/07/06 07:04:05  arekm
 - don't do parallel testing
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.364&r2=1.365&f=u



More information about the pld-cvs-commit mailing list