Update to sagemath 7.6

This commit is contained in:
pcpa 2017-04-18 16:03:03 -04:00
parent 7e3068b9f2
commit f642d2e41d
16 changed files with 177 additions and 148 deletions

View file

@ -1,6 +1,6 @@
%global __provides_exclude_from .*/site-packages/.*\\.so
%bcond_without bundled_pari
%bcond_with bundled_pari
%bcond_with bundled_pexpect
%bcond_without bundled_ipython
@ -42,7 +42,7 @@
%global ipython_pkg ipython-5.1.0
%endif
%if %{with bundled_pari}
%global pari_pkg pari-2.8.0.alpha
%global pari_pkg pari-2.9.1
%endif
%if %{with bundled_pexpect}
%global pexpect_pkg pexpect-4.1.0
@ -65,7 +65,7 @@
Name: sagemath
Group: Applications/Engineering
Summary: A free open-source mathematics software system
Version: 7.5.1
Version: 7.6
Release: 1%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name
@ -1692,6 +1692,10 @@ exit 0
########################################################################
%changelog
* Tue Apr 11 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.6-1
- Update to sagemath 7.6
- Switch back to system pari
* Thu Apr 6 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 7.5.1-1
- Update to sagemath 7.5.1