mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Merge with master
This commit is contained in:
commit
221c045d4b
3 changed files with 98 additions and 6 deletions
|
@ -42,7 +42,7 @@ Name: sagemath
|
|||
Group: Applications/Engineering
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 6.5
|
||||
Release: 2%{?dist}
|
||||
Release: 7%{?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
|
||||
|
@ -148,8 +148,15 @@ Patch23: %{name}-ntl.patch
|
|||
# Temporary patch: http://trac.sagemath.org/ticket/17657
|
||||
Patch24: %{name}-parallel.patch
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1194941
|
||||
Patch25: %{name}-ipython3.patch
|
||||
|
||||
# Fix a changed interface in NTL 9.x
|
||||
Patch25: %{name}-ntl9.patch
|
||||
Patch26: %{name}-ntl9.patch
|
||||
|
||||
# Correct unable to start QEPCAD within sage
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1243590
|
||||
Patch27: %{name}-qepcad.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
|
@ -211,8 +218,8 @@ BuildRequires: python-ipython
|
|||
BuildRequires: python-matplotlib
|
||||
BuildRequires: python-networkx
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: python-twisted
|
||||
BuildRequires: python-twisted-web
|
||||
BuildRequires: python-twisted-web2
|
||||
BuildRequires: polybori-devel
|
||||
BuildRequires: R
|
||||
BuildRequires: ratpoints-devel
|
||||
|
@ -263,10 +270,11 @@ Requires: python-ipython
|
|||
Requires: python-matplotlib
|
||||
Requires: python-networkx
|
||||
Requires: python-polybori
|
||||
Requires: python-twisted
|
||||
Requires: python-twisted-mail
|
||||
Requires: python-twisted-web
|
||||
Requires: python-twisted-web2
|
||||
Requires: python-ZODB3
|
||||
Requires: qepcad-B
|
||||
Requires: R
|
||||
Requires: rpy
|
||||
Requires: %{name}-core
|
||||
|
@ -632,6 +640,8 @@ popd
|
|||
%patch23
|
||||
%patch24
|
||||
%patch25
|
||||
%patch26
|
||||
%patch27
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -1358,10 +1368,26 @@ exit 0
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Mon May 18 2015 Jerry James <loganjerry@gmail.com> - 6.5-2
|
||||
* Sun Jul 19 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-7
|
||||
- Correct unable to start QEPCAD within sage (#1243590)
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 18 2015 Jerry James <loganjerry@gmail.com> - 6.5-5
|
||||
- Rebuild for ntl 9.1.1 and cddlib 094h
|
||||
|
||||
* Thu May 14 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-1
|
||||
* Sat May 9 2015 Jerry James <loganjerry@gmail.com> - 6.5-4
|
||||
- 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
|
||||
|
||||
* Sun Apr 26 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-2
|
||||
- Add patch to work with ipython 3
|
||||
|
||||
* Fri Apr 3 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-1
|
||||
- Update to sagemath 6.5
|
||||
- Add new Catalan and Hungarian doc subpackages
|
||||
- Add customizations to not need a patched pari
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue