From 0a93d392b015340244d5f2a0348f601acff49d08 Mon Sep 17 00:00:00 2001 From: pcpa Date: Sun, 21 Aug 2016 14:01:06 -0400 Subject: [PATCH] Correct cython patch number after install --- sagemath.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemath.spec b/sagemath.spec index ef3ea0c..c7399b5 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -873,7 +873,7 @@ ln -sf %{_datadir} $SAGE_LOCAL/share PATCH=$PWD/build/pkgs/cython/patches/pxi_sys_path.patch pushd %{buildroot}%{python_sitearch} patch -p1 < $PATCH - patch -p1 < %{PATCH30} + patch -p1 < %{PATCH27} popd %endif