From ac51cc960829a7c585154bca4386f1008cb2537f Mon Sep 17 00:00:00 2001 From: pcpa Date: Wed, 21 Dec 2016 13:36:48 -0500 Subject: [PATCH] Correct typo in upstream cython --- sagemath.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sagemath.spec b/sagemath.spec index fe6ce3d..2873bf3 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -803,6 +803,8 @@ export PYTHONPATH=%{_builddir}%{python_sitearch}:$PYTHONPATH pushd %{_builddir}%{python_sitearch} patch -p1 < $PATCH popd + # https://bugzilla.redhat.com/show_bug.cgi?id=1406533 + sed -i 's/disallow/dissallow/' Cython/Compiler/Options.py %endif # Restore environment used to generate bundled interfaces