diff --git a/.cvsignore b/.cvsignore index da709f7..3571808 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,4 +2,4 @@ clog macref.pdf maxima.png maximabook-19-Sept-2004.pdf -maxima-5.18.1.tar.gz +maxima-5.19.1.tar.gz diff --git a/maxima.spec b/maxima.spec index e03e5a5..6fd28c9 100644 --- a/maxima.spec +++ b/maxima.spec @@ -1,9 +1,9 @@ Summary: Symbolic Computation Program Name: maxima -Version: 5.19.0 +Version: 5.19.1 -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2 Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -299,12 +299,16 @@ if [ $1 -eq 0 ]; then fi %post gui -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : %postun gui -touch --no-create %{_datadir}/icons/hicolor ||: -gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor &> /dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : +fi + +%posttrans gui +gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : %triggerin -- emacs-common if [ -d %{emacs_sitelisp} ]; then @@ -429,6 +433,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 22 2009 Rex Dieter - 5.19.1-1 +- maxima-5.19.1 +- -gui: optimize scriptlets + * Tue Aug 18 2009 Rex Dieter - 5.19.0-2 - safer evaluation of %%sbcl_ver macro diff --git a/sources b/sources index 2798170..b48cacb 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf 2da3872c0bdcc0446ee933392a907f50 maxima.png -8be7388ad31b975335623b390bc2516e maxima-5.18.1.tar.gz +5b23dcfccad10988e344a839a0fbbe2b maxima-5.19.1.tar.gz