Rebuild for ntl 9.1.0.

This commit is contained in:
Jerry James 2015-05-09 10:32:38 -06:00
parent fb54bb9a78
commit 12d93221dc
2 changed files with 188 additions and 3 deletions

View file

@ -42,7 +42,7 @@ Name: sagemath
Group: Applications/Engineering
Summary: A free open-source mathematics software system
Version: 6.5
Release: 3%{?dist}
Release: 4%{?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
@ -151,6 +151,9 @@ 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
Patch26: %{name}-ntl9.patch
BuildRequires: 4ti2
BuildRequires: atlas-devel
BuildRequires: cddlib-tools
@ -211,8 +214,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,9 +266,9 @@ 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: R
Requires: rpy
@ -632,6 +635,7 @@ popd
%patch23
%patch24
%patch25
%patch26
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
@ -1358,6 +1362,9 @@ exit 0
########################################################################
%changelog
* 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