diff --git a/sagemath.spec b/sagemath.spec index eea114d..f79b4c3 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: 7%{?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,13 @@ 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 + * Sun Jul 19 2015 pcpa - 6.5-7 - Correct unable to start QEPCAD within sage (#1243590) - Use interactive bash on wrappers to work with other login shells (#1238341) @@ -1382,13 +1392,6 @@ exit 0 * Sat May 9 2015 Jerry James - 6.5-4 - Rebuild for ntl 9.1.0 -* Tue May 5 2015 Peter Robinson 6.5-3 -- Drop old F-18 comparisions -- Build on ARMv7, all deps now met - -* Tue May 5 2015 Peter Robinson 6.4.1-5 -- Build on ARMv7 (deps now provided) - * Sun Apr 26 2015 pcpa - 6.5-2 - Add patch to work with ipython 3