diff --git a/sagemath.spec b/sagemath.spec index 944be04..cd65f51 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -91,7 +91,7 @@ Name: sagemath Summary: A free open-source mathematics software system Version: 9.0 -Release: 6%{?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 @@ -443,6 +443,7 @@ Requires: jmol Requires: jsmath-fonts Requires: jsmol Requires: latte-integrale +Requires: libgap-devel Requires: lrslib-utils Requires: mathjax Requires: maxima-runtime-ecl @@ -1805,6 +1806,9 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_ ######################################################################## %changelog +* Wed May 13 2020 Jerry James - 9.0-7 +- Require libgap-devel so libgap.so can be found + * Mon May 11 2020 Jerry James - 9.0-6 - Install threejs_template.html (bz 1832673)