From fd1b52aff4748e06f66d34e894465fdc272d5828 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 20 Feb 2016 11:56:39 -0700 Subject: [PATCH] Rebuild for ntl 9.6.4. --- sagemath.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sagemath.spec b/sagemath.spec index b1099b8..8602275 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -52,7 +52,7 @@ Name: sagemath Group: Applications/Engineering Summary: A free open-source mathematics software system Version: 6.8 -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 @@ -185,6 +185,7 @@ BuildRequires: gap-pkg-ctbllib BuildRequires: gap-pkg-sonata BuildRequires: gap-pkg-tomlib BuildRequires: gc-devel +BuildRequires: gcc-c++ BuildRequires: gd-devel BuildRequires: gfan BuildRequires: glpk-devel @@ -578,6 +579,8 @@ pushd build/pkgs/pari for diff in ../patches/*.patch; do patch -p1 < $diff done + # Temporary workaround: redefining GCC_VERSION kills the build + sed -i 's/GCC_VERSION/PARI_&/' config/paricfg.h.SH popd popd %endif @@ -1498,6 +1501,9 @@ exit 0 ######################################################################## %changelog +* Sat Feb 20 2016 Jerry James - 6.8-4 +- Rebuild for ntl 9.6.4 + * Thu Feb 04 2016 Fedora Release Engineering - 6.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild