rpms/maxima/F-11 .cvsignore, 1.30, 1.31 maxima.spec, 1.129, 1.130 sources, 1.28, 1.29

Rex Dieter rdieter at fedoraproject.org
Sat Nov 14 04:30:49 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18397

Modified Files:
	.cvsignore maxima.spec sources 
Log Message:
* Sun Aug 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.19.2-1
- maxima-5.19.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-11/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore	29 Jul 2009 20:30:44 -0000	1.30
+++ .cvsignore	14 Nov 2009 04:30:48 -0000	1.31
@@ -2,4 +2,5 @@ clog
 macref.pdf
 maxima.png
 maximabook-19-Sept-2004.pdf
-maxima-5.18.1.tar.gz
+maxima-5.19.1.tar.gz
+maxima-5.19.2.tar.gz


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-11/maxima.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- maxima.spec	30 Jul 2009 00:44:57 -0000	1.129
+++ maxima.spec	14 Nov 2009 04:30:48 -0000	1.130
@@ -1,9 +1,9 @@
 
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.18.1
+Version: 5.19.2
 
-Release: 6%{?dist} 
+Release: 1%{?dist} 
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -187,7 +187,7 @@ Group:   Applications/Engineering
 BuildRequires: sbcl
 # maxima requires the *same* (or very similar) version it was built against
 # this hack should work, even in mock (-: -- Rex
-%global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2)
+%global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2 | cut -d- -f1)
 %if "x%{?sbcl_ver}" != "x%{nil}" 
 Requires: sbcl = %{sbcl_ver}
 %endif
@@ -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
@@ -355,7 +359,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/misc/ doc/implementation/
 %doc doc/intromax/intromax.pdf
 %doc doc/maximabook/maxima.pdf
-%doc macref.pdf
 %{_bindir}/maxima
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{maxima_ver}
@@ -430,6 +433,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.19.2-1
+- maxima-5.19.2
+
+* 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
+
+* Sat Aug 01 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.19.0-1
+- maxima-5.19.0
+
 * Tue Jul 28 2009 Rex Dieter <rdieter at fedoraproject.org> - 5.18.1-6
 - rebuild (sbcl)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-11/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	29 Jul 2009 20:30:44 -0000	1.28
+++ sources	14 Nov 2009 04:30:48 -0000	1.29
@@ -1,4 +1,5 @@
 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
+c75eec2586f5be18e02978e70fac0b07  maxima-5.19.2.tar.gz




More information about the scm-commits mailing list