diff --git a/sagemath.spec b/sagemath.spec index 4fa7c48..25e0e3c 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -42,7 +42,7 @@ Name: sagemath Group: Applications/Engineering Summary: A free open-source mathematics software system Version: 6.5 -Release: 8%{?dist} +Release: 9%{?dist} # The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file # Additionally, every $files section has a comment with the license name # before files with that license @@ -270,6 +270,7 @@ Requires: python-ipython Requires: python-matplotlib Requires: python-networkx Requires: python-polybori +Requires: python-sphinx Requires: python-twisted Requires: python-twisted-mail Requires: python-twisted-web @@ -639,7 +640,9 @@ popd %patch22 %patch23 %patch24 +%if 0%{fedora} > 22 %patch25 +%endif %patch26 %patch27 @@ -1368,6 +1371,10 @@ exit 0 ######################################################################## %changelog +* Sat Aug 29 2015 pcpa - 6.5-9 +- Apply conditionally not required for f22 ipython3 patch (#1258006) +- Add missing sphinx requires (#1229283) + * Mon Aug 3 2015 pcpa - 6.5-8 - Bump release for f23 rebuild