Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2016-04-12 19:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-11-12 
19:41:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes       2016-04-12 
19:32:18.000000000 +0200
@@ -1,0 +2,86 @@
+Sun Apr  3 00:46:32 UTC 2016 - [email protected]
+
+- Update to version 5.38.0:
+  + New in core:
+    - Images in the HTML manual now are automatically shrinked to
+      fit within the browser window, if neeeded.
+    - A singlepage HTML manual (doc/info/maxima_singlepage.html)
+    - Docu/Creating a release: Added a request to inform the
+      wxMaxima team that aims to make a simultaneous release.
+    - Commit charsets package as posted by Michel Talon
+    - Add configure option --enable-mathjax to enable usage of
+      MathJax in the html docs
+    - Add simple documentation for bf_fft and bf_inverse_fft.
+    - Added a small GUI for Windows users for selecting their
+      default Lisp interpreter.
+    - Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc
+      on Windows.
+    - Try to exit gracefully if we are unable to connect to a server
+  + New items in share:
+    - draw: grid now not only accepts boolean values, but also a
+      list of 2 numbers.
+  + Changes in core:
+    - Documentation: Add example images for the draw options.
+    - Crosscompiling: update sbcl to the current version.
+    - Adjust the tolerances of two li[2] numerical tests
+    - Prevent the removal of the integervalued feature during a
+      reset()
+    - Work around bug in ecl that causes all tests to fail.
+    - Removed the --dynamic-space-size option for sbcl.
+    - Fix bug in utf-8-fix-start-end and improve
+      pseudo-unicode-support for GCL
+    - WIP: Bigfloat FFT routines.
+  + Changes in share:
+    - Split up implementation of FFT in a separate package
+    - Add the draw package to autoload updating the documentation
+    - First attempt to rework numericalio.lisp for greater speed
+      and memory efficiency.
+  + Bug fixes:
+    - Apply patch in bug report 3120.
+    - Fix #3105: li[s](1.0) doesn't simplify.
+    - Fix #3112: inaccurate zeta(n) for negative even n.
+    - Fix #3098: li[3] nuemrical evaluation.
+    - Fix SF bug report #3104: "limit(log(1 - exp(x)), x, 0,
+      plus), numer => stack overflow"
+    - Fix SF bug report #3103: "limit of li[..](...) with
+      numer:true infinite recursion"
+    - Fix SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow"
+    - Fix SF bug report #3099: "Float read is single-precision,
+      though float() is double-precision"
+    - Fix bug #481: ('m)[1] (meval)
+    - Fixed bug #3075: '#3075 answer "3*false" from
+      "integrate(3*asinh(x),x,-inf,inf)"'
+    - Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion
+      of floating-point infinity."'
+    - Fix #3069 limit(a/abs(x),x,0) crashes with stack overflow
+    - Fix bug:#3065.
+    - Fix bug #3058: Lingering assumptions after an interrupted
+      simpsum
+    - Add test for SF bug #2302: "'at' applied to definite
+      integral"
+    - A quick solution for Bug 3052
+    - Fix SF bug #3049: "set should act like list"
+    - Fix SF bug #3045: "Save command now fails to generate lisp
+      file"
+    - Fix bug #3044: opsubst crash
+    - Fix SourceForge bug #2159 - integration_with_logabs.
+    - Fix SF bug #3003: make pdf returns an error.
+    - Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to
+      wrong result.
+    - Add tests to verify that SF bug #365 is fixed. Add tests for
+      related bug #3072
+    - Use per-maxima-instance filenames for draw and plot. Without
+      this simultaneous plotting from concurrent maxima instances
+      might result in name collisions.
+    - Allow sbcl to use enough memory to compile Lapack (linux+mac
+      only).
+    - Remove the two black lines at the border of the bounding box
+      that were introduced with gnuplot 5.0
+    - Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x);
+    - li[2] and li[3] fixes.
+    - Try to fix the trace output when the lisp_print trace option
+      is set.
+    - In MEVAL1, call GETCHARN only if argument is a symbol. Fixes
+      bug reported to mailing list 2016-01-06.
+
+-------------------------------------------------------------------

Old:
----
  maxima-5.37.3.tar.gz

New:
----
  maxima-5.38.0.tar.gz

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

Other differences:
------------------
++++++ maxima.spec ++++++
--- /var/tmp/diff_new_pack.XFLags/_old  2016-04-12 19:32:20.000000000 +0200
+++ /var/tmp/diff_new_pack.XFLags/_new  2016-04-12 19:32:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:           maxima
-Version:        5.37.3
+Version:        5.38.0
 Release:        0
 #%%major_version is used only to package the latest changelog file, however 
upstream doesn't package the 5.36 changelog yet, so don't change this for now
 %define major_version 5.34
@@ -231,9 +231,11 @@
 
 %post xmaxima
 %install_info --info-dir=%{_infodir} %{_infodir}/xmaxima.info
+%mime_database_post
 
 %postun xmaxima
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/xmaxima.info
+%mime_database_postun
 
 %post lang-de-utf8
 %install_info --info-dir=%{_infodir} %{_infodir}/de.utf8/maxima.info
@@ -295,6 +297,7 @@
 %dir %{_datadir}/maxima/%{version}/xmaxima
 %{_bindir}/xmaxima
 %{_datadir}/maxima/%{version}/xmaxima/*
+%{_datadir}/mime/packages/x-mac.xml
 
 %if 0%{?enable_clisp}
 %files exec-clisp

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


Reply via email to