rpms/maxima/devel maxima.spec,1.152,1.153

Rex Dieter rdieter at fedoraproject.org
Sat Jul 17 16:24:30 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8647

Modified Files:
	maxima.spec 
Log Message:
* Sat Jul 17 2010 Rex Dieter <rdieter at fedoraproject.org> - 5.21.1-3
- rebuild (sbcl)



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -p -r1.152 -r1.153
--- maxima.spec	10 May 2010 19:24:05 -0000	1.152
+++ maxima.spec	17 Jul 2010 16:24:29 -0000	1.153
@@ -3,7 +3,7 @@ Summary: Symbolic Computation Program
 Name: 	 maxima
 Version: 5.21.1
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -177,10 +177,10 @@ Maxima compiled with Gnu Common Lisp (gc
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
 BuildRequires: sbcl
-# requires the same sbcl version it was built against
-%global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2 | cut -d- -f1)
+# requires the same sbcl it was built against
+%global sbcl_vr %(sbcl --version 2>/dev/null | cut -d' ' -f2)
 %if "x%{?sbcl_ver}" != "x%{nil}" 
-Requires: sbcl = %{sbcl_ver}
+Requires: sbcl = %{sbcl_vr}
 %else
 Requires: sbcl
 %endif
@@ -425,6 +425,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 17 2010 Rex Dieter <rdieter at fedoraproject.org> - 5.21.1-3
+- rebuild (sbcl)
+
 * Fri May 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 5.21.1-2
 - rebuild (sbcl)
 



More information about the scm-commits mailing list