mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 7.6
This commit is contained in:
parent
7e3068b9f2
commit
f642d2e41d
16 changed files with 177 additions and 148 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue