diff --git a/sagemath.spec b/sagemath.spec index 4f36372..c65f44d 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -59,7 +59,7 @@ Name: sagemath Group: Applications/Engineering Summary: A free open-source mathematics software system Version: 7.3 -Release: 2%{?dist} +Release: 3%{?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 @@ -209,6 +209,7 @@ BuildRequires: gap-libs BuildRequires: gap-pkg-atlasrep BuildRequires: gap-pkg-ctbllib BuildRequires: gap-pkg-design +BuildRequires: gap-pkg-guava BuildRequires: gap-pkg-hap BuildRequires: gap-pkg-sonata BuildRequires: gap-pkg-tomlib @@ -288,6 +289,7 @@ Requires: gap-libs Requires: gap-pkg-atlasrep Requires: gap-pkg-ctbllib Requires: gap-pkg-design +Requires: gap-pkg-guava Requires: gap-pkg-hap Requires: gap-pkg-sonata Requires: gap-pkg-tomlib @@ -1562,6 +1564,10 @@ exit 0 ######################################################################## %changelog +* Mon Sep 5 2016 Jerry James - 7.3-3 +- Rebuild for ntl 9.11.0 +- Add gap-pkg-guava requirement + * Wed Aug 24 2016 pcpa - 7.3-2 - Make notebook functional with python-flask-0.11.1