Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-01-03 19:46:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and      /work/SRC/openSUSE:Factory/.maxima.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maxima"

Changes:
--------
--- /work/SRC/openSUSE:Factory/maxima/maxima.changes    2013-11-17 
20:19:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes       2014-01-03 
19:46:52.000000000 +0100
@@ -1,0 +2,70 @@
+Fri Dec 27 23:00:17 UTC 2013 - [email protected]
+
+- Update to version 5.32.0:
+  + Backward incompatible changes:
+    - share function graph2d: removed in favor of plot2d
+  + New items in core:
+    - function limit: limits for fresnel_c and fresnel_s
+    - function plot2d: adaptive plotting for parametric plots
+    - functions round, truncate: distribute over lists and other
+      aggregate types
+    - function zn_characteristic_factors: Shanks characteristic
+      factors
+  + New items in share:
+    - new package smath: glue code for SMath Studio (notebook
+      interface)
+    - new package logic: some functions for Boolean expressions
+    - package lapack: new function zheev (eigenvalues of Hermitian
+      matrix)
+  + Changes in core:
+    - function labels: make 'labels' an ordinary function (not
+      argument-quoting)
+    - plotting: more general color specification
+    - plotting: rework plot options machinery
+    - plotting: introduce some new options
+  + Bug fixes:
+    - 2668 Bigfloat Gamma Inaccurate for Small Inputs
+    - 2666 plotdf ignores first of [x, ...] or [y, ...] if there
+      are no other options
+    - 2662 Maxima manual adjust
+    - 2660 lapack puts binary files in
+      binary/binary-$foo/share/lapack/binary-$foo/lapack
+    - 2659 bug_report() directions for creating ticket need
+      updating
+    - 2649 Correction for $matrix evaluation
+    - 2639 limit asks about internal variable
+    - 2634 zgeev does not operate on real matrices
+    - 2633 ev(integrate,numer) gives strange result
+    - 2630 inverse_jacobi_cn(-2.0, 3.0) generates an error
+    - 2629 elliptic_kc(3.0) not accurate
+    - 2628 fourier elimination on equality
+    - 2624 Erroneous limit result
+    - 2615 Numeric evaluation of inverse Jacobi elliptic functions
+      is wrong for some inputs
+    - 2282 Problem in LISP with times function in sym
+    - unnumbered bugs:
+      + mailing list 2013-09-26: transcendental functions and
+        compilation
+      + mailing list 2007-04-02: fixes a bug in plot2d-discrete
+      + GCL bug #40646 fixed (problem actually in Maxima)
+      + workaround GCL bug #40154 (some float literals parsed
+        incorrectly)
+      + ensure that 'sign' does not make any changes to assume
+        database.
+      + fix Postscript plotting on windows
+      + fix limit(-(3*n^2 + 1)*(-1)^n/sqrt(n^5 + 8*n^3 + 8),n,inf);
+      + fix bug in ldisplay and ldisp: need to display %t label
+      + fix: inv_mod(0,1) should return false
+      + fix cyclic-p, gf-eval, gf-irr-p
+      + fix gf-cminus-b, gf-prim-p
+      + fix bug in computing (.75b0+%i*1.5b0)^(%i/4)
+      + fix "describe" returning wrong entry with texinfo version
+        5
+      + plots using the dumb gnuplot terminal were not being
+        displayed in the terminal when the gnuplot_pipes is used 
+- Add patch maxima-gnuplot-output-set-term.patch: the value of
+  gnuplot_term option must be appended to "set term ", rather than
+  being passed directly to gnuplot; patch taken from upstream git
+- Also package ChangeLog file for relevant version.
+
+-------------------------------------------------------------------

Old:
----
  maxima-5.31.3.tar.gz

New:
----
  maxima-5.32.0.tar.gz
  maxima-gnuplot-output-set-term.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maxima.spec ++++++
--- /var/tmp/diff_new_pack.XEoVle/_old  2014-01-03 19:46:54.000000000 +0100
+++ /var/tmp/diff_new_pack.XEoVle/_new  2014-01-03 19:46:54.000000000 +0100
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:           maxima
-Version:        5.31.3
+Version:        5.32.0
 Release:        0
-%define major_version 5.31
+%define major_version 5.32
 Summary:        Symbolic Computation Program/Computer Algebra System
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
@@ -38,6 +38,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:        maxima-rpmlintrc
+# PATCH-FIX-UPSTREAM maxima-gnuplot-output-set-term.patch [email protected] 
-- The value of gnuplot_term option must be appended to "set term ", rather 
than being passed directly to gnuplot; patch taken from upstream git.
+Patch0:         maxima-gnuplot-output-set-term.patch
 %if 0%{?suse_version}
 PreReq:         %install_info_prereq
 %endif
@@ -170,6 +172,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \
@@ -263,7 +266,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README README.*
+%doc AUTHORS COPYING NEWS README README.* ChangeLog-%{major_version}
 %doc %{_mandir}/man1/maxima.1*
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{version}

++++++ maxima-5.31.3.tar.gz -> maxima-5.32.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/maxima/maxima-5.31.3.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.32.0.tar.gz differ: char 5, 
line 1

++++++ maxima-gnuplot-output-set-term.patch ++++++
--- a/src/gnuplot_def.lisp
+++ b/src/gnuplot_def.lisp
@@ -475,8 +475,10 @@
          (setq terminal-command
                "set term wxt size 640,480 font \",12\"; set term pop")))
     ((getf plot-options :gnuplot_term)
-     (setq terminal-command
-           (ensure-string (getf plot-options :gnuplot_term)))
+     (setq
+      terminal-command
+          (format nil "set term ~(~a~)"
+           (ensure-string (getf plot-options :gnuplot_term))))
      (if (getf plot-options :gnuplot_out_file)
          (setq out-file (getf plot-options :gnuplot_out_file))
          (setq
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to