Actually correct #967251

This commit is contained in:
pcpa 2013-09-17 11:54:55 -03:00
parent 09d621ded3
commit 8273240d12

View file

@ -72,7 +72,7 @@ Name: sagemath
Group: Applications/Engineering Group: Applications/Engineering
Summary: A free open-source mathematics software system Summary: A free open-source mathematics software system
Version: 5.9 Version: 5.9
Release: 8%{?dist} Release: 9%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file # The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name # Additionally, every $files section has a comment with the license name
# before files with that license # before files with that license
@ -1027,7 +1027,6 @@ export SAGE_FORTRAN_LIB=\`gfortran --print-file-name=libgfortran.so\`
export SYMPOW_DIR="\$DOT_SAGE/sympow" export SYMPOW_DIR="\$DOT_SAGE/sympow"
export LC_MESSAGES=C export LC_MESSAGES=C
export LC_NUMERIC=C export LC_NUMERIC=C
export SAGE_BROWSER=firefox
MALLOC_CHECK_=1 $SAGE_LOCAL/bin/sage "\$@" MALLOC_CHECK_=1 $SAGE_LOCAL/bin/sage "\$@"
EOF EOF
#------------------------------------------------------------------------ #------------------------------------------------------------------------
@ -1440,6 +1439,9 @@ exit 0
######################################################################## ########################################################################
%changelog %changelog
* Tue Sep 17 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-9
- Actually correct #967251
* Sat Sep 14 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-8 * Sat Sep 14 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-8
- Do not hardcode SAGE_BROWSER (#967251) - Do not hardcode SAGE_BROWSER (#967251)
- Remove pre(trans) scriptlet used to upgrade from prototype packages - Remove pre(trans) scriptlet used to upgrade from prototype packages