Apply ipyton patch in f22 or newer and add missing sphinx requires

- Apply conditionally not required for f22 ipython3 patch (#1258006)
- Add missing sphinx requires (#1229283)
This commit is contained in:
pcpa 2015-08-29 01:06:21 -03:00
parent 9e3510652e
commit 8eb3872b0e

View file

@ -42,7 +42,7 @@ Name: sagemath
Group: Applications/Engineering Group: Applications/Engineering
Summary: A free open-source mathematics software system Summary: A free open-source mathematics software system
Version: 6.5 Version: 6.5
Release: 7%{?dist} Release: 9%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file # The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name # Additionally, every $files section has a comment with the license name
# before files with that license # before files with that license
@ -270,6 +270,7 @@ Requires: python-ipython
Requires: python-matplotlib Requires: python-matplotlib
Requires: python-networkx Requires: python-networkx
Requires: python-polybori Requires: python-polybori
Requires: python-sphinx
Requires: python-twisted Requires: python-twisted
Requires: python-twisted-mail Requires: python-twisted-mail
Requires: python-twisted-web Requires: python-twisted-web
@ -639,7 +640,9 @@ popd
%patch22 %patch22
%patch23 %patch23
%patch24 %patch24
%if 0%{fedora} > 22
%patch25 %patch25
%endif
%patch26 %patch26
%patch27 %patch27
@ -1368,6 +1371,13 @@ exit 0
######################################################################## ########################################################################
%changelog %changelog
* Sat Aug 29 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-9
- Apply conditionally not required for f22 ipython3 patch (#1258006)
- Add missing sphinx requires (#1229283)
* Mon Aug 3 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-8
- Bump release for f23 rebuild
* Sun Jul 19 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-7 * Sun Jul 19 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-7
- Correct unable to start QEPCAD within sage (#1243590) - Correct unable to start QEPCAD within sage (#1243590)
- Use interactive bash on wrappers to work with other login shells (#1238341) - Use interactive bash on wrappers to work with other login shells (#1238341)
@ -1382,13 +1392,6 @@ exit 0
* Sat May 9 2015 Jerry James <loganjerry@gmail.com> - 6.5-4 * Sat May 9 2015 Jerry James <loganjerry@gmail.com> - 6.5-4
- Rebuild for ntl 9.1.0 - Rebuild for ntl 9.1.0
* Tue May 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 6.5-3
- Drop old F-18 comparisions
- Build on ARMv7, all deps now met
* Tue May 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 6.4.1-5
- Build on ARMv7 (deps now provided)
* Sun Apr 26 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-2 * Sun Apr 26 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-2
- Add patch to work with ipython 3 - Add patch to work with ipython 3