Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-08-29 20:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes      
2015-08-21 08:24:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-08-29 20:02:10.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Aug 26 17:11:12 UTC 2015 - ted.nokonec...@uregina.ca
+
+- "mangle" tests/run/cpdef_extern_func.pyx to allow package to build
+  for SLE_11_SP3 and SLE_11_SP4.
+  * cpdef const char* strchr(const char *haystack, int needle);
+    does not seem to match any from /usr/include/string.h
+    and fails for cpp tests via python runtests.py -vv
+  * cpdef_extern_func.pyx was not present in 0.21.1
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.AIuMMr/_old  2015-08-29 20:02:11.000000000 +0200
+++ /var/tmp/diff_new_pack.AIuMMr/_new  2015-08-29 20:02:11.000000000 +0200
@@ -92,6 +92,12 @@
 fi
 
 %check
+%if 0%{?suse_version} && 0%{?suse_version} <= 1140
+sed -i.SLES11.SP4.bak -e 's/const char/char/' ./tests/run/cpdef_extern_func.pyx
+#mv ./tests/run/cpdef_extern_func.pxd ./tests/run/cpdef_extern_func.pxd.TNT.txt
+#mv ./tests/run/cpdef_extern_func.pyx ./tests/run/cpdef_extern_func.pyx.TNT.txt
+#sleep 60
+%endif
 python runtests.py -vv
 
 %files


Reply via email to