mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
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:
parent
c9ca4b44ba
commit
09110a1205
1 changed files with 8 additions and 1 deletions
|
@ -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 <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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue