mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Make notebook functional with python-flask-0.11.1
This commit is contained in:
parent
f68ede38b1
commit
059d46fd02
2 changed files with 138 additions and 1 deletions
|
@ -59,7 +59,7 @@ Name: sagemath
|
|||
Group: Applications/Engineering
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 7.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
|
@ -183,6 +183,9 @@ Patch31: %{name}-atlas.patch
|
|||
# Correct side effect of sagemath-ipython3 patch
|
||||
Patch32: %{name}-is_in_terminal.patch
|
||||
|
||||
# Update for python-flask-0.11.1
|
||||
Patch33: %{name}-flask.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: arb-devel
|
||||
BuildRequires: atlas-devel
|
||||
|
@ -695,6 +698,7 @@ popd
|
|||
%patch30
|
||||
%patch31
|
||||
%patch32
|
||||
%patch33
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -1581,6 +1585,9 @@ exit 0
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Wed Aug 24 2016 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.3-2
|
||||
- Make notebook functional with python-flask-0.11.1
|
||||
|
||||
* Sat Aug 20 2016 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.3-1
|
||||
- Update to sagemath 7.3
|
||||
- Switch from polybori to brial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue