rpms/maxima/devel .cvsignore, 1.31, 1.32 maxima.spec, 1.136, 1.137 sources, 1.29, 1.30

Rex Dieter rdieter at fedoraproject.org
Sun Aug 23 01:20:49 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22210

Modified Files:
	.cvsignore maxima.spec sources 
Log Message:
* Sat Aug 22 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.19.1-1
- maxima-5.19.1
- -gui: optimize scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	19 Apr 2009 02:18:54 -0000	1.31
+++ .cvsignore	23 Aug 2009 01:20:48 -0000	1.32
@@ -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


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- maxima.spec	19 Aug 2009 01:14:37 -0000	1.136
+++ maxima.spec	23 Aug 2009 01:20:48 -0000	1.137
@@ -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 <rdieter at fedoraproject.org> - 5.19.1-1
+- maxima-5.19.1
+- -gui: optimize scriptlets
+
 * Tue Aug 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.19.0-2
 - safer evaluation of %%sbcl_ver macro
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	19 Apr 2009 02:18:54 -0000	1.29
+++ sources	23 Aug 2009 01:20:49 -0000	1.30
@@ -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




More information about the scm-commits mailing list