Do not hardcode SAGE_BROWSER and remove no longer used pre scriptlet

This commit is contained in:
pcpa 2013-09-14 13:50:34 -03:00
parent 3819e315d6
commit 09d621ded3

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: 7%{?dist} Release: 8%{?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
@ -1440,6 +1440,10 @@ exit 0
######################################################################## ########################################################################
%changelog %changelog
* Sat Sep 14 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 5.9-8
- Do not hardcode SAGE_BROWSER (#967251)
- Remove pre(trans) scriptlet used to upgrade from prototype packages
* Tue Sep 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.9-7 * Tue Sep 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.9-7
- pretrans scriplet uses shell commands (#1006230) - pretrans scriplet uses shell commands (#1006230)