[packages/maxima] - up to 5.31.3
baggins
baggins at pld-linux.org
Wed Dec 4 01:15:12 CET 2013
commit 5c91593697180cc61980c02fb7110608bf6668f0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Dec 4 01:15:04 2013 +0100
- up to 5.31.3
maxima-info-compressed.patch | 12 +++++-------
maxima.spec | 6 +++---
2 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index 6068c54..ec953ae 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -1,13 +1,13 @@
Summary: Maxima Symbolic Computation Program
Summary(pl.UTF-8): Program do obliczeń symbolicznych Maxima
Name: maxima
-Version: 5.28.0
-Release: 2
+Version: 5.31.3
+Release: 1
Epoch: 1
License: GPL
Group: Applications/Math
Source0: http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
-# Source0-md5: de12d5081194325f0336abef263e7263
+# Source0-md5: 02b3b089b6a5581c410f3dcc57bfdde8
Source1: x%{name}.desktop
Source2: %{name}-mode-init.el
Patch0: %{name}-info.patch
diff --git a/maxima-info-compressed.patch b/maxima-info-compressed.patch
index 9f29353..ebfb5d3 100644
--- a/maxima-info-compressed.patch
+++ b/maxima-info-compressed.patch
@@ -1,10 +1,10 @@
diff -burNp maxima-5.17.0/src/cl-info.lisp maxima-5.17.0-dud/src/cl-info.lisp
--- maxima-5.17.0/src/cl-info.lisp 2008-04-30 21:55:36.000000000 +0200
+++ maxima-5.17.0-dud/src/cl-info.lisp 2009-02-17 20:20:25.119541499 +0100
-@@ -173,12 +173,17 @@
- ""
- (concatenate 'string "/" maxima::*maxima-lang-subdir*)))
- (path+filename (concatenate 'string maxima::*maxima-infodir* subdir-bit "/" filename)))
+@@ -198,12 +198,18 @@
+ (byte-count (caddr value))
+ (text (make-string byte-count))
+ (path+filename (make-pathname :directory dir-name :name filename)))
+ (if (probe-file path+filename)
(with-open-file (in path+filename :direction :input)
(file-position in byte-offset)
@@ -16,7 +16,5 @@ diff -burNp maxima-5.17.0/src/cl-info.lisp maxima-5.17.0-dud/src/cl-info.lisp
+ #+gcl (gcl-read-sequence text in :start 0 :end byte-count)
+ #-gcl (read-sequence text in :start 0 :end byte-count)))
text))
--
+
#+gcl
- (defun gcl-read-sequence (s in &key (start 0) (end nil))
- (dotimes (i (- end start))
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/maxima.git/commitdiff/5c91593697180cc61980c02fb7110608bf6668f0
More information about the pld-cvs-commit
mailing list