mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Actually correct #967251
This commit is contained in:
parent
6e418a7e47
commit
8c14c583a7
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue