commit maxima for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2020-10-28 09:59:39

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.3463 (New)


Package is "maxima"

Wed Oct 28 09:59:39 2020 rev:42 rq:85 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2020-06-11 
10:12:51.100730504 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new.3463/maxima.changes  2020-10-28 
10:00:03.139214861 +0100
@@ -1,0 +2,24 @@
+Tue Oct 27 18:34:23 UTC 2020 - Lars Vogdt 
+
+- also ship README.SUSE.packaging as source
+
+---
+Tue Oct 20 20:11:09 UTC 2020 - Atri Bhattacharya 
+
+- Replace manually defined macros to enable/disable different
+  lisp bindings with %bcond_with(out) macros.
+- Improve dependency resolution between the different lisp
+  versions of maxima_exec by using Supplements: packageand()
+  appropriately.
+- Enable sbcl compiled binaries and package it (needed for
+  maxima-jupyter).
+- Enable mathjax support for installed html manual (pass
+  --enable-mathjax to configure).
+- Add Requires: rlwrap to maxima, needed for rmaxima.
+- Add Suggests: maxima-exec-sbcl to maxima to weakly recommend a
+  specific flavour of maxima in case the user doesn't specify one
+  during installation.
+- Add README.SUSE.packaging documenting the packaging changes that
+  will be needed for pkgs depending on maxima.
+
+---

New:

  README.SUSE.packaging



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.OhaAJW/_old  2020-10-28 10:00:04.527215831 +0100
+++ /var/tmp/diff_new_pack.OhaAJW/_new  2020-10-28 10:00:04.531215834 +0100
@@ -16,16 +16,11 @@
 #
 
 
-# This can be changed by modifying the variables below.
-%define enable_clisp 1
-%define clisp_flags --enable-clisp
-%define clisp_version 2.33
-%define enable_cmucl 0
-%define cmucl_flags --disable-cmucl
-%define enable_sbcl 0
-%define sbcl_flags --disable-sbcl
-%define enable_gcl 0
-%define gcl_flags --disable-gcl
+# clisp and sbcl are available for oS, cmucl and gcl are not
+%bcond_without clisp
+%bcond_without sbcl
+%bcond_with cmucl
+%bcond_with gcl
 
 # Inhibit automatic compressing of info files. Compressed info
 # files break maxima's internal help.
@@ -39,6 +34,7 @@
 URL:http://maxima.sourceforge.net/
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
+Source2:README.SUSE.packaging 
 # PATCH-FIX-UPSTREAM maxima-python3.patch badshah...@gmail.com -- Use python3 
instead of python(2) when importing vtk modules and building help; this allows 
maxima to be built with python3 instead of python2.
 Patch0: maxima-python3.patch
 BuildRequires:  bash-completion
@@ -50,14 +46,25 @@
 Requires:   gnuplot
 Requires:   maxima_exec
 Requires:   plotutils
+Requires:   rlwrap
+Suggests:   maxima-exec-sbcl
 ExcludeArch:ppc64 ppc64le
 %if 0%{?suse_version} <= 1500
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
 %endif
-%if 0%{?enable_clisp}
+%if %{with clisp}
 BuildRequires:  clisp >= 2.34.0
 %endif
+%if %{with cmucl}
+BuildRequires:  cmucl
+%endif
+%if %{with gcl}
+BuildRequires:  gcl
+%endif
+%if %{with sbcl}
+BuildRequires:  sbcl
+%endif
 
 %description
 Maxima is a full symbolic computation program.  It is full featured
@@ -86,31 +93,31 @@
 
 Xmaxima is written in the Tcl/Tk language.
 
-%if 0%{?enable_clisp}
+%if %{with clisp}
 %packageexec-clisp
 Summary:Maxima compiled with clisp
-BuildRequires:  clisp
-Requires:   maxima = %{version}
+Requires:   clisp
+Supplements:packageand(maxima:clisp)
 Provides:   maxima_exec = %{version}
 
 %description exec-clisp
 Maxima compiled with Common Lisp.
 %endif
 
-%if 0%{?enable_cmucl}
+%if %{with cmucl}
 %package exec-cmucl
 Summary:Maxima compiled with CMUCL
-Requires:   maxima = %{version}
+Supplements:packageand(maxima:cmucl)
 Provides:   maxima_exec = %{version}
 
 %descriptionexec-cmucl
 Maxima compiled with CMUCL.
 %endif
 
-%if 0%{?enable_sbcl}
+%if %{with sbcl}
 %package exec-sbcl
 Summary:Maxima compiled with SBCL
-Requires:   maxima = %{version}
+Supplements:packageand(maxima:sbcl)
 Requires:   sbcl
 Provides:   maxima_exec = %{version}
 
@@ -118,10 +125,10 @@
 Maxima compiled with SBCL.
 %endif
 
-%if 0%{?enable_gcl}
+%if %{with gcl}
 %package exec-gcl
 Summary:Maxima compiled with GCL
-Requires:   maxima = %{version}
+Supplements:packageand(maxima:gcl)
 Provides:   maxima_exec = 

commit maxima for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2020-06-11 10:10:45

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.3606 (New)


Package is "maxima"

Thu Jun 11 10:10:45 2020 rev:41 rq:813301 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2020-01-30 
09:42:52.721537604 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new.3606/maxima.changes  2020-06-11 
10:12:51.100730504 +0200
@@ -1,0 +2,17 @@
+Tue Jun  9 20:18:03 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.44.0:
+  * Long list of changes, see
+https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.44.md
+- Run gzip over additional locale-specific man files.
+- Replace PreReq tags with Requires(post) tags, that too only for
+  openSUSE <= 1500; for newer openSUSE, install-info is
+  automatically handled by rpm.
+- Run spec-cleaner to clean up specfile.
+- Drop commands deleting spurious files that are no longer
+  installed.
+- Drop Group tags in packages.
+- Drop BuildRoot tag: no longer needed.
+- Drop defattr in file lists: no longer needed.
+
+---

Old:

  maxima-5.43.2.tar.gz

New:

  maxima-5.44.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.5Yuns9/_old  2020-06-11 10:12:52.508735010 +0200
+++ /var/tmp/diff_new_pack.5Yuns9/_new  2020-06-11 10:12:52.512735023 +0200
@@ -27,39 +27,37 @@
 %define enable_gcl 0
 %define gcl_flags --disable-gcl
 
+# Inhibit automatic compressing of info files. Compressed info
+# files break maxima's internal help.
+%define __os_install_post %{_prefix}/lib/rpm/brp-suse
+
 Name:   maxima
-Version:5.43.2
+Version:5.44.0
 Release:0
-%define major_version 5.43
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0-or-later
-Group:  Productivity/Scientific/Math
 URL:http://maxima.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
 # PATCH-FIX-UPSTREAM maxima-python3.patch badshah...@gmail.com -- Use python3 
instead of python(2) when importing vtk modules and building help; this allows 
maxima to be built with python3 instead of python2.
 Patch0: maxima-python3.patch
-%if 0%{?suse_version}
-PreReq: %install_info_prereq
-%endif
 BuildRequires:  bash-completion
+BuildRequires:  fdupes
 BuildRequires:  gzip
 BuildRequires:  makeinfo
 BuildRequires:  python3
+BuildRequires:  update-desktop-files
 Requires:   gnuplot
 Requires:   maxima_exec
 Requires:   plotutils
-BuildRequires:  fdupes
-BuildRequires:  update-desktop-files
+ExcludeArch:ppc64 ppc64le
+%if 0%{?suse_version} <= 1500
+Requires(post): /sbin/install-info
+Requires(postun): /sbin/install-info
+%endif
 %if 0%{?enable_clisp}
 BuildRequires:  clisp >= 2.34.0
 %endif
-ExcludeArch:ppc64 ppc64le
-
-# Inhibit automatic compressing of info files. Compressed info
-# files break maxima's internal help.
-%define __os_install_post /usr/lib/rpm/brp-suse
 
 %description
 Maxima is a full symbolic computation program.  It is full featured
@@ -72,11 +70,13 @@
 
 %package xmaxima
 Summary:Tcl/Tk interface to Maxima
-Group:  Development/Languages/Other
-PreReq: %install_info_prereq
 Requires:   maxima = %{version}
 Requires:   tk
 Provides:   xmaxima = %{version}
+%if 0%{?suse_version} <= 1500
+Requires(post): /sbin/install-info
+Requires(postun): /sbin/install-info
+%endif
 
 %description xmaxima
 A graphical interface to the Maxima symbolic computation program. It
@@ -89,7 +89,6 @@
 %if 0%{?enable_clisp}
 %packageexec-clisp
 Summary:Maxima compiled with clisp
-Group:  Development/Languages/Other
 BuildRequires:  clisp
 Requires:   maxima = %{version}
 Provides:   maxima_exec = %{version}
@@ -101,7 +100,6 @@
 %if 0%{?enable_cmucl}
 %package exec-cmucl
 Summary:Maxima compiled with CMUCL
-Group:  Development/Languages/Other
 Requires:   maxima = %{version}
 Provides:   maxima_exec = %{version}
 
@@ -112,7 +110,6 @@
 %if 0%{?enable_sbcl}
 %package exec-sbcl
 Summary:Maxima compiled with SBCL
-Group:  Development/Languages/Other
 Requires:   maxima = %{version}
 Requires:   sbcl
 Provides:   maxima_exec = %{version}
@@ -124,7 +121,6 @@
 %if 0%{?enable_gcl}
 %package exec-gcl
 Summary:Maxima compiled with GCL
-Group:  Development/Languages/Other
 Requires:   maxima = %{version}
 

commit maxima for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2020-01-30 09:42:20

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.26092 (New)


Package is "maxima"

Thu Jan 30 09:42:20 2020 rev:40 rq:768501 version:5.43.2

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2020-01-29 
13:20:50.382245271 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new.26092/maxima.changes 2020-01-30 
09:42:52.721537604 +0100
@@ -1,0 +2,8 @@
+Wed Jan 29 11:17:22 UTC 2020 - Atri Bhattacharya 
+
+- Switch to python3:
+  * Add patch maxima-python3.patch to replace hard-coded python2
+usage when importing vtk and build_html.sh.
+  * Change BuildRequires: python to python3.
+
+---

New:

  maxima-python3.patch



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.pq55l8/_old  2020-01-30 09:42:54.325538465 +0100
+++ /var/tmp/diff_new_pack.pq55l8/_new  2020-01-30 09:42:54.325538465 +0100
@@ -38,13 +38,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
+# PATCH-FIX-UPSTREAM maxima-python3.patch badshah...@gmail.com -- Use python3 
instead of python(2) when importing vtk modules and building help; this allows 
maxima to be built with python3 instead of python2.
+Patch0: maxima-python3.patch
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
 BuildRequires:  bash-completion
 BuildRequires:  gzip
 BuildRequires:  makeinfo
-BuildRequires:  python
+BuildRequires:  python3
 Requires:   gnuplot
 Requires:   maxima_exec
 Requires:   plotutils
@@ -172,6 +174,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \

++ maxima-python3.patch ++
Index: maxima-5.43.2/doc/info/build_html.sh.in
===
--- maxima-5.43.2.orig/doc/info/build_html.sh.in
+++ maxima-5.43.2/doc/info/build_html.sh.in
@@ -46,7 +46,7 @@ do
   echo "filenamebase = \"$filenamebase\""
   cat $f
 done | @AWK@ '!/^@c / && !/^@c$/ && (/^@deffn/ || /^@defvr/ || /^@end deffn/ 
|| /^@end defvr/ || /@category/ || /@node/ || /^filenamebase/)' | @SED@ -f 
@abs_srcdir@/extract_categories1.sed | @AWK@ -f 
@abs_srcdir@/extract_categories1.awk > make-categories.py 
-python make-categories.py 
+@PYTHON@ make-categories.py
 @SED@ -e 's/^@bye/@node Documentation Categories, , Function and Variable 
Index\n@chapter Documentation Categories/' @abs_srcdir@/maxima.texi > 
maxima.texi 
 ( for f in Category-*.texi; do echo '@include' $f; done ; echo @bye ) >> 
maxima.texi 
 
Index: maxima-5.43.2/share/draw/vtk.lisp
===
--- maxima-5.43.2.orig/share/draw/vtk.lisp
+++ maxima-5.43.2/share/draw/vtk.lisp
@@ -3114,7 +3114,7 @@
 
 ;; pull in requiered packages
 (format cmdstorage "~a~%~a~%~%~a~%~a~%~%~a~%~%"
-  "#!/usr/bin/env python"
+  "#!/usr/bin/python3"
   "# -*- coding: UTF-8 -*-"
   "import vtk"
   "import sys"



commit maxima for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2020-01-29 13:19:55

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.26092 (New)


Package is "maxima"

Wed Jan 29 13:19:55 2020 rev:39 rq:768192 version:5.43.2

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2019-10-21 
12:29:45.428052956 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new.26092/maxima.changes 2020-01-29 
13:20:50.382245271 +0100
@@ -1,0 +2,8 @@
+Tue Jan 28 10:44:25 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.43.2:
+  * Undocumented bug fixes.
+- Drop manually included texi sources: now included in source
+  tarball.
+
+---

Old:

  include-maxima.de.texi
  include-maxima.texi.in
  maxima-5.43.0.tar.gz

New:

  maxima-5.43.2.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.rBFVtD/_old  2020-01-29 13:20:52.654246432 +0100
+++ /var/tmp/diff_new_pack.rBFVtD/_new  2020-01-29 13:20:52.654246432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,20 +28,16 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.43.0
+Version:5.43.2
 Release:0
 %define major_version 5.43
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
-Url:http://maxima.sourceforge.net/
+URL:http://maxima.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
-## SECTION Manually include texi sources missed by upstream tarball 
(https://sourceforge.net/p/maxima/bugs/3558/)
-Source2:
https://sourceforge.net/p/maxima/code/ci/5e38cb/tree/doc/info/de/include-maxima.de.texi?format=raw#/include-maxima.de.texi
 
-Source3:
https://sourceforge.net/p/maxima/code/ci/5e38cb/tree/doc/info/pt/include-maxima.texi.in?format=raw#/include-maxima.texi.in
-# /SECTION
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
@@ -176,8 +172,6 @@
 
 %prep
 %setup -q
-cp %{SOURCE2} doc/info/de/
-cp %{SOURCE3} doc/info/pt/
 
 %build
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \
@@ -220,6 +214,15 @@
 
 %suse_update_desktop_file net.sourceforge.maxima.xmaxima
 
+# REMOVE SOME BACKUP FILES INSTALLED BY MISTAKE
+rm %{buildroot}%{_datadir}/%{name}/%{version}/share/draw/gnuplot.lisp.orig \
+   %{buildroot}%{_datadir}/%{name}/%{version}/share/finance/finance.mac.orig \
+   %{buildroot}%{_datadir}/%{name}/%{version}/share/vector/vect.mac.orig
+
+# REMOVE UNNECESSARY BINARY AND DEVEL FILE
+rm 
%{buildroot}%{_datadir}/%{name}/%{version}/share/test_encodings/escape-double-quote
 \
+   
%{buildroot}%{_datadir}/%{name}/%{version}/share/test_encodings/escape-double-quote.c
+
 # FIXME CHECKS TAKE TOO LONG AND TIME-OUT
 #%%check
 #make check

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




commit maxima for openSUSE:Factory

2019-10-21 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2019-10-21 12:29:42

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.2352 (New)


Package is "maxima"

Mon Oct 21 12:29:42 2019 rev:38 rq:741220 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2019-09-04 
09:34:22.650706010 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new.2352/maxima.changes  2019-10-21 
12:29:45.428052956 +0200
@@ -1,0 +2,6 @@
+Fri Oct 18 08:36:44 UTC 2019 - Atri Bhattacharya 
+
+- make check takes too long and end up timing out causing
+  build failures; disable %%check section until fixed.
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.nWVRDw/_old  2019-10-21 12:29:46.304053950 +0200
+++ /var/tmp/diff_new_pack.nWVRDw/_new  2019-10-21 12:29:46.308053954 +0200
@@ -220,8 +220,10 @@
 
 %suse_update_desktop_file net.sourceforge.maxima.xmaxima
 
-%check
-make check
+# FIXME CHECKS TAKE TOO LONG AND TIME-OUT
+#%%check
+#make check
+# /FIXME
 
 %if 0%{?suse_version}
 %post




commit maxima for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2019-09-04 09:34:17

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.7948 (New)


Package is "maxima"

Wed Sep  4 09:34:17 2019 rev:37 rq:728030 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2019-02-15 
09:55:38.895755277 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new.7948/maxima.changes  2019-09-04 
09:34:22.650706010 +0200
@@ -1,0 +2,27 @@
+Sat Aug 31 15:31:57 UTC 2019 - Atri Bhattacharya 
+
+- Fix download URLs for include-maxima.de.texi and
+  include-maxima.texi.in.
+
+---
+Wed Aug 21 11:45:38 UTC 2019 - Atri Bhattacharya 
+
+- Refresh source files include-maxima.de.texi and
+  include-maxima.texi.in from upstream; bind URLs pointing to the
+  source to a particular commit.
+
+---
+Tue Jun  4 09:59:06 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 5.43.0:
+  + See
+https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.43.md
+for changes.
+- Manually include documentation source files missing from
+  upstream tarball (https://sourceforge.net/p/maxima/bugs/3558/).
+- Use %%license to package COPYING file.
+- Adapt file list to upstream changes, notably renamed .desktop
+  file, installation of emacs supporting files, and installation
+  of appinfo file.
+
+---

Old:

  maxima-5.42.2.tar.gz

New:

  include-maxima.de.texi
  include-maxima.texi.in
  maxima-5.43.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.wJBxZx/_old  2019-09-04 09:34:25.210705445 +0200
+++ /var/tmp/diff_new_pack.wJBxZx/_new  2019-09-04 09:34:25.262705434 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.42.2
+Version:5.43.0
 Release:0
-%define major_version 5.42
+%define major_version 5.43
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
@@ -38,6 +38,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
+## SECTION Manually include texi sources missed by upstream tarball 
(https://sourceforge.net/p/maxima/bugs/3558/)
+Source2:
https://sourceforge.net/p/maxima/code/ci/5e38cb/tree/doc/info/de/include-maxima.de.texi?format=raw#/include-maxima.de.texi
 
+Source3:
https://sourceforge.net/p/maxima/code/ci/5e38cb/tree/doc/info/pt/include-maxima.texi.in?format=raw#/include-maxima.texi.in
+# /SECTION
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
@@ -172,6 +176,8 @@
 
 %prep
 %setup -q
+cp %{SOURCE2} doc/info/de/
+cp %{SOURCE3} doc/info/pt/
 
 %build
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \
@@ -201,9 +207,6 @@
 infodir=%{?buildroot:%{buildroot}}%{_infodir} \
   install-info
 
-# Delete unnecessary hidden dir
-rm -fr %{buildroot}%{_datadir}/maxima/%{version}/share/.gitattributes
-
 #  Deal with info/dir
 rm -f %{buildroot}%{_infodir}/dir
 # set executable rights for example scripts
@@ -213,9 +216,9 @@
 # reduce space, create symlinks
 %fdupes -s %{buildroot}/%{_datadir}/%{name}/%{version}/share 
%{buildroot}/%{_datadir}/%{name}/%{version}/src
 
-%fdupes %{buildroot}/%{_datadir}/%{name}/%{version}/doc
+%fdupes %{buildroot}/%{_datadir}/
 
-%suse_update_desktop_file xmaxima
+%suse_update_desktop_file net.sourceforge.maxima.xmaxima
 
 %check
 make check
@@ -264,11 +267,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README README.*
-# Omitted from 5.41.0 tarball probably by mistake
-#%doc  ChangeLog-%{major_version}.md
-#
-%doc %{_mandir}/man1/maxima.1*
+%license COPYING
+%doc AUTHORS NEWS README README.*
+%{_mandir}/man1/maxima.1*
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{version}
 %dir %{_libdir}/maxima
@@ -294,6 +295,9 @@
 %{_bindir}/rmaxima
 %{_datadir}/bash-completion/completions/maxima
 %{_datadir}/bash-completion/completions/rmaxima
+%dir %{_datadir}/emacs
+%dir %{_datadir}/emacs/site-lisp
+%{_datadir}/emacs/site-lisp/*
 
 %files xmaxima
 %defattr(-,root,root,-)
@@ -301,12 +305,11 @@
 

commit maxima for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2019-02-15 09:55:12

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new.28833 (New)


Package is "maxima"

Fri Feb 15 09:55:12 2019 rev:36 rq:668708 version:5.42.2

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2018-10-26 
11:10:12.369724403 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new.28833/maxima.changes 2019-02-15 
09:55:38.895755277 +0100
@@ -1,0 +2,6 @@
+Fri Jan 25 11:09:51 UTC 2019 - badshah...@gmail.com
+
+- Update to version 5.42.2:
+  + Minor bug fixes.
+
+---

Old:

  maxima-5.42.1.tar.gz

New:

  maxima-5.42.2.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.kMjVcW/_old  2019-02-15 09:55:39.875754967 +0100
+++ /var/tmp/diff_new_pack.kMjVcW/_new  2019-02-15 09:55:39.875754967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.42.1
+Version:5.42.2
 Release:0
 %define major_version 5.42
 Summary:Symbolic Computation Program/Computer Algebra System

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




commit maxima for openSUSE:Factory

2018-10-26 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2018-10-26 11:09:59

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Fri Oct 26 11:09:59 2018 rev:35 rq:644566 version:5.42.1

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2018-10-04 
19:03:49.419056231 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2018-10-26 
11:10:12.369724403 +0200
@@ -1,0 +2,7 @@
+Mon Oct 22 11:35:30 UTC 2018 - badshah...@gmail.com
+
+- Update to version 5.42.1:
+  * MS Windows OS specific changes only, version bump without
+changes for Linux.
+
+---

Old:

  maxima-5.42.0.tar.gz

New:

  maxima-5.42.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.OeAbJK/_old  2018-10-26 11:10:13.365723063 +0200
+++ /var/tmp/diff_new_pack.OeAbJK/_new  2018-10-26 11:10:13.369723057 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.42.0
+Version:5.42.1
 Release:0
 %define major_version 5.42
 Summary:Symbolic Computation Program/Computer Algebra System

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




commit maxima for openSUSE:Factory

2018-10-04 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2018-10-04 19:03:38

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Thu Oct  4 19:03:38 2018 rev:34 rq:639992 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2018-02-16 
21:46:53.782274947 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2018-10-04 
19:03:49.419056231 +0200
@@ -1,0 +2,7 @@
+Mon Oct  1 11:30:01 UTC 2018 - badshah...@gmail.com
+
+- Update to version 5.42.0:
+  + Long list of changes, see
+https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.42.md
+
+---

Old:

  maxima-5.41.0.tar.gz

New:

  maxima-5.42.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.UA9enY/_old  2018-10-04 19:03:50.447055145 +0200
+++ /var/tmp/diff_new_pack.UA9enY/_new  2018-10-04 19:03:50.451055141 +0200
@@ -28,11 +28,11 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.41.0
+Version:5.42.0
 Release:0
-%define major_version 5.41
+%define major_version 5.42
 Summary:Symbolic Computation Program/Computer Algebra System
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 Url:http://maxima.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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




commit maxima for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2018-02-16 21:46:51

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Fri Feb 16 21:46:51 2018 rev:33 rq:577316 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2017-10-08 
20:15:52.126286612 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2018-02-16 
21:46:53.782274947 +0100
@@ -1,0 +2,10 @@
+Fri Feb 16 12:48:35 UTC 2018 - dims...@opensuse.org
+
+- Do not redefine __spec_install_post, so let's run the generic
+  spec_install_post handler, which happens to take care of debug
+  info and the like.
+- In order to not have the info files compressed (as this breaks
+  maxima internal help handlers), we redefine __os_install_post to
+  /usr/lib/rpm/brp-suse (skipping brp-compress).
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.5JPoEf/_old  2018-02-16 21:46:56.698169782 +0100
+++ /var/tmp/diff_new_pack.5JPoEf/_new  2018-02-16 21:46:56.698169782 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -57,7 +57,7 @@
 
 # Inhibit automatic compressing of info files. Compressed info
 # files break maxima's internal help.
-%define __spec_install_post /bin/true
+%define __os_install_post /usr/lib/rpm/brp-suse
 
 %description
 Maxima is a full symbolic computation program.  It is full featured
@@ -201,11 +201,6 @@
 infodir=%{?buildroot:%{buildroot}}%{_infodir} \
   install-info
 
-%if 0%{?sles_version}
-touch debugfiles.list
-%endif
-touch debugsources.list
-
 # Delete unnecessary hidden dir
 rm -fr %{buildroot}%{_datadir}/maxima/%{version}/share/.gitattributes
 




commit maxima for openSUSE:Factory

2017-10-08 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2017-10-08 20:15:34

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Sun Oct  8 20:15:34 2017 rev:32 rq:532538 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2017-08-10 
14:13:33.460165784 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2017-10-08 
20:15:52.126286612 +0200
@@ -1,0 +2,22 @@
+Thu Oct  5 08:39:38 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.41.0:
+  + Cross-compiling changes and improvements.
+  + Documentation changes and improvements.
+  + Build/installation improvements.
+  + Updates to examples.
+  + Changes and improvements to test system.
+  + Changes and updates to nightly builds and tests.
+  + Added the rules to build a snappy package.
+  + Windows installer improvements and fixes.
+  + Improvements to Windows maxima.bat.
+  + Debian build improvements.
+  + Compatibility improvements with diverse LISP compilers.
+  + Plotting improvements; improved GNUPLOT error handling.
+  + Code optimizations.
+  + Removed some old/unused code; cosmetic changes.
+  + New test cases.
+  + Bug fixes.
+- Reenable make check.
+
+---

Old:

  maxima-5.40.0.tar.gz

New:

  maxima-5.41.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.nZTNI6/_old  2017-10-08 20:15:54.962161852 +0200
+++ /var/tmp/diff_new_pack.nZTNI6/_new  2017-10-08 20:15:54.966161676 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.40.0
+Version:5.41.0
 Release:0
-%define major_version 5.40
+%define major_version 5.41
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
@@ -183,9 +183,6 @@
 --disable-recode
 make %{?_smp_mflags}
 
-#%%check
-#make check
-
 %install
 %makeinstall install-info
   make \
@@ -215,8 +212,6 @@
 #  Deal with info/dir
 rm -f %{buildroot}%{_infodir}/dir
 # set executable rights for example scripts
-chmod +x 
%{buildroot}%{_datadir}/%{name}/%{version}/doc/misc/grepforvariables.sh
-chmod +x %{buildroot}%{_datadir}/%{name}/%{version}/doc/misc/processlisfiles.sh
 chmod +x 
%{buildroot}%{_datadir}/%{name}/%{version}/share/contrib/lurkmathml/mathmltest
 # zip the manpage
 gzip %{buildroot}%{_mandir}/*/*
@@ -227,6 +222,9 @@
 
 %suse_update_desktop_file xmaxima
 
+%check
+make check
+
 %if 0%{?suse_version}
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/maxima.info
@@ -271,7 +269,10 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README README.* ChangeLog-%{major_version}.md
+%doc AUTHORS COPYING NEWS README README.*
+# Omitted from 5.41.0 tarball probably by mistake
+#%doc  ChangeLog-%{major_version}.md
+#
 %doc %{_mandir}/man1/maxima.1*
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{version}

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




commit maxima for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2017-08-10 14:06:11

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Thu Aug 10 14:06:11 2017 rev:31 rq:515334 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2017-06-21 
13:57:59.204640824 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2017-08-10 
14:13:33.460165784 +0200
@@ -1,0 +2,5 @@
+Mon Jul 24 09:11:03 UTC 2017 - tchva...@suse.com
+
+- Drop recode dependency because it's unmaintained fate#323644
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.9IIV34/_old  2017-08-10 14:13:35.035943910 +0200
+++ /var/tmp/diff_new_pack.9IIV34/_new  2017-08-10 14:13:35.039943347 +0200
@@ -45,7 +45,6 @@
 BuildRequires:  gzip
 BuildRequires:  makeinfo
 BuildRequires:  python
-BuildRequires:  recode-devel
 Requires:   gnuplot
 Requires:   maxima_exec
 Requires:   plotutils
@@ -181,7 +180,7 @@
 --enable-lang-es-utf8 \
 --enable-lang-pt-utf8 \
 --enable-lang-pt_BR-utf8 \
---enable-recode
+--disable-recode
 make %{?_smp_mflags}
 
 #%%check




commit maxima for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2017-06-21 13:57:54

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is "maxima"

Wed Jun 21 13:57:54 2017 rev:30 rq:505088 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2016-12-29 
22:50:49.561451607 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2017-06-21 
13:57:59.204640824 +0200
@@ -1,0 +2,82 @@
+Sun Jun 11 15:00:10 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.40.0:
+  + Core:
+- New functions encode_time and decode_time, with test cases.
+- change O(n^2) method for flattening list to O(n) method.
+- split totient into two parts
+- optimized gcfactor and tried to make it easier to read.
+- optimize gc squaring and inline gctime1
+- inline gctimes.
+- sped up psumsq.
+- speeded up imodp.
+- new implementation of ; is about a factor of 2 faster on
+  sbcl
+- move jacbi and related functions from rat3c to numth
+- sped up divsum by splitting it in two parts where the lower
+- Numerous cross-compiling changes.
+- Numerous documentation changes and improvements.
+- Build/installation improvements.
+- Many updates to examples.
+- Many changes and improvements to test system.
+  + Share:
+- add symplectic_ode package
+- Add Kaplan-Meier's survival and empirical distribution
+  estimators
+- Commit new version of COMA. Sent by Wilhelm Haager
+- Check for a constant "variable" of integration in romberg
+  and bromberg
+- Import ODEPACK fortran code.
+- Julia() and mandelbrot() are modified to create
+  maxoutXXX.gnuplot
+- plotdf: An option to change the arrow density. Patch from
+  themusicgod1.
+  + Bug fixes:
+- fix bug 3291: ecl on Linux needs utf-8
+- fix bug3300 Incorrect sha256sum output
+- In rtest_translator, skip some tests which cause a crash
+  (bug #3291).
+- Implement numerical evaluation for gamma_greek. Fixes SF bug
+  #3277.
+- In tests for kill(props), work around bug #3289.
+- In lsquares_mse, ensure temporary variable is assigned the
+  correct value. #3282.
+- In lsquares_mse, ensure temporary variable is assigned the
+  correct value. #3282.
+- In RISCHLOGEPROG, detect zero divisor. This fixes SF bug
+  #3274.
+- Unlock :common-lisp package when compiling with SBCL. Fixes
+  SF bug #3271.
+- Fix bug #2740: demo(romberg) fails
+- Add test for bug #2295: Failure to evaluate definite
+  integral
+- Add tests for bug #2314: Two different results for an
+  integral
+- In tests for simplify_sum, add a few more tests from bug
+  report #3236.
+- operatingsystem: Make chdir work with recent gcl versions.
+- gcfactor(4/(%i+1)) gave an internal error in $bothcoef.
+- Give informative error message when some index is not an
+  integer: "rat(-1) isn't an integer?"
+- work around bug in gcl decode-universal-time.
+- When evaluating float(diff(...)), apply float only to the
+  first argument.
+- In GETL-LM-FCN-PROP, return NIL for argument which is not a
+  symbol.
+- Remove built-in symbols from the list for user-defined
+  properties.
+- Handle Lisp arrays in MQAPPLY expressions more carefully.
+- Handle Lisp arrays in MQAPPLY expressions more carefully.
+- A solve() enhancement by Richard Fateman that should fix a
+  zillion of bug tickets.
+- Translate define and ":=" correctly by nuking the translator
+  property.
+- Fix bernoulli and binomial pdfs when p=0 or p=1
+- Fix bernoulli and binomial pdfs when p=0 or p=1
+- Drop maxima-makeinfo-errors.patch; incorporated upstream. 
+- Remove unnecessary hidden dir .gitattributes.
+- Add new mime, desktop and icon files to xmaxima file-list.
+- Add BuildRequires: bash-completion for proper dir permissions
+  for newly added bash-completion scripts.
+
+---

Old:

  maxima-5.39.0.tar.gz
  maxima-makeinfo-errors.patch

New:

  maxima-5.40.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.gIqcB1/_old  2017-06-21 13:58:01.448324334 +0200
+++ /var/tmp/diff_new_pack.gIqcB1/_new  2017-06-21 13:58:01.452323770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, 

commit maxima for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2016-05-20 11:56:16

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.changes2016-04-12 
19:32:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2016-05-20 
11:56:19.0 +0200
@@ -1,0 +2,6 @@
+Wed May 18 13:01:01 UTC 2016 - badshah...@gmail.com
+
+- Update to version 5.38.1:
+  + Misc. bug fixes (aka no list of changes posted by upstream).
+
+---

Old:

  maxima-5.38.0.tar.gz

New:

  maxima-5.38.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.LfbZqY/_old  2016-05-20 11:56:21.0 +0200
+++ /var/tmp/diff_new_pack.LfbZqY/_new  2016-05-20 11:56:21.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.38.0
+Version:5.38.1
 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

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




commit maxima for openSUSE:Factory

2016-04-12 Thread h_root
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.changes2015-11-12 
19:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2016-04-12 
19:32:18.0 +0200
@@ -1,0 +2,86 @@
+Sun Apr  3 00:46:32 UTC 2016 - badshah...@gmail.com
+
+- 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.0 +0200
+++ 

commit maxima for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-11-12 19:41:09

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.changes2015-09-24 
06:15:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-11-12 
19:41:20.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 11 08:52:12 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.37.3:
+  + Undocumented bug fixes.
+
+---

Old:

  maxima-5.37.2.tar.gz

New:

  maxima-5.37.3.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.qNSSjT/_old  2015-11-12 19:41:23.0 +0100
+++ /var/tmp/diff_new_pack.qNSSjT/_new  2015-11-12 19:41:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.2
+Version:5.37.3
 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

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




commit maxima for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-09-24 06:15:14

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.changes2015-09-08 
17:43:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-09-24 
06:15:19.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 18 20:58:26 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.37.2:
+  + Undocumented bug fixes.
+
+---

Old:

  maxima-5.37.1.tar.gz

New:

  maxima-5.37.2.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.Z5ufkm/_old  2015-09-24 06:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Z5ufkm/_new  2015-09-24 06:15:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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.1
+Version:5.37.2
 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

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




commit maxima for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-09-08 17:39:30

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.changes2015-08-23 
17:44:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-09-08 
17:43:09.0 +0200
@@ -1,0 +2,55 @@
+Tue Sep  1 09:36:57 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.37.1 (List of changes includes fixes from
+  version 5.37.0):
+  + New items in core:
+- new function with_default_2d_display: ensure pretty-printing
+  output.
+  + New items in share:
+- new package cryptools: tools for cryptography.
+- new package elliptic_curves: elliptic curves over prime
+  fields and binary fields.
+- new function cgrind: output Maxima expressions as C code.
+- package draw: new function vennplot (Venn diagrams).
+- package stringproc: new functions flush_output, readbyte,
+  and writebyte.
+  + Changes in core:
+- function gf_symmetric renamed to gf_balanced.
+  + Changes in share:
+- functions md5sum, sha1sum, sha256sum and base64_decode:
+  accept and return numbers and octet lists as well as
+  strings.
+- packages aes and aes2: provide flexible support for
+  different data types, e.g. octet lists.
+  + Bug fixes:
+- [#3005]: Manual is wrong about "sqrt" and "radexpand".
+- [#2998]: extra () in display2d:false output.
+- [#2988]: documentation error in gf_manual.pdf.
+- [#2987]: Some divergent integrals give error, some don't.
+- [#2982]: Display of taylor series in wrong order.
+- [#2980]: "rectform" causes infinite recursion depending on
+  variable name.
+- [#2975]: number of distinct partitions gives wroing result.
+- [#2972]: Wrong limits involving logs.
+- [#2937]: dotscrules and antisymmetric.
+- [#2936]: stack overflow in integrate.
+- [#2934]: dotscrules and antisymmetric.
+- [#2929]: misformatting in debugger help message.
+- [#2905]: Assigning variable twice yields different results.
+- [#2620]: atan2(y,x)+atan2(-y,x) doesnt always return 0.
+- [#2230]: abs(x)^(2*int) doesn't simplify.
+- [#2211]: rtest_sign #77.
+- [#2183]: eigenvectors of a 10 x 10.
+- [#1193]: ev doesn't bind functions safely.
+  + Unnumbered bugs:
+- commit [6779ac0]: zn-nrt: root of zero should be zero.
+- commit [b212487]: Fix up version variables so that
+  load(drawutils) succeeds.
+- mailing list 2015-08-29: Documentation fails with error.
+- mailing list 2015-08-27: Warnings from loading cartan package.
+- mailing list 2015-08-25: Strange symmetry of acoth(x), area
+  cotangens hyperbolicus function (#552).
+- mailing list 2015-08-17: trouble with GCL build.
+- mailing list 2015-06-11: rationalize(0.1) and the manual.
+
+---

Old:

  maxima-5.37.0.tar.gz

New:

  maxima-5.37.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.dGSsPA/_old  2015-09-08 17:44:06.0 +0200
+++ /var/tmp/diff_new_pack.dGSsPA/_new  2015-09-08 17:44:06.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.37.0
+Version:5.37.1
 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

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




commit maxima for openSUSE:Factory

2015-08-23 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-08-23 15:43:58

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.changes2015-08-21 
07:42:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-08-23 
17:44:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 12:06:28 UTC 2015 - dval...@suse.com
+
+- Exclude PowerPC64 architectures (no clisp available there yet)
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.UtpN19/_old  2015-08-23 17:44:32.0 +0200
+++ /var/tmp/diff_new_pack.UtpN19/_new  2015-08-23 17:44:32.0 +0200
@@ -53,6 +53,7 @@
 %if 0%{?enable_clisp}
 BuildRequires:  clisp = 2.34.0
 %endif
+ExcludeArch:ppc64 ppc64le
 
 # Inhibit automatic compressing of info files. Compressed info
 # files break maxima's internal help.




commit maxima for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-08-21 07:41:36

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.changes2015-05-18 
22:24:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-08-21 
07:42:10.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 18 10:25:22 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.37.0:
+  + Changes undocumented by upstream.
+- Disable %check because there seems to be an upstream issue with
+  make check in the Makefile causing build failures.
+
+---

Old:

  maxima-5.36.1.tar.gz

New:

  maxima-5.37.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.joM95Y/_old  2015-08-21 07:42:11.0 +0200
+++ /var/tmp/diff_new_pack.joM95Y/_new  2015-08-21 07:42:11.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.36.1
+Version:5.37.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
@@ -182,8 +182,8 @@
 --enable-recode
 make %{?_smp_mflags}
 
-%check
-make check
+#%check
+#make check
 
 %install
 %makeinstall install-info

++ maxima-5.36.1.tar.gz - maxima-5.37.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.36.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.37.0.tar.gz differ: char 5, 
line 1




commit maxima for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-05-18 22:24:48

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.changes2015-04-27 
12:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-05-18 
22:24:50.0 +0200
@@ -1,0 +2,8 @@
+Sun May 10 10:34:06 UTC 2015 - l...@linux-schulserver.de
+
+- update to 5.36.1
+  + Bug 2936: Stack overflow in integrate
+  + fixed Bugs in the draw package
+  + Problem in loading wxm files from the Explorer in Wxmaxima
+
+---

Old:

  maxima-5.36.0.tar.gz

New:

  maxima-5.36.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.l34xWC/_old  2015-05-18 22:24:52.0 +0200
+++ /var/tmp/diff_new_pack.l34xWC/_new  2015-05-18 22:24:52.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.36.0
+Version:5.36.1
 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

++ maxima-5.36.0.tar.gz - maxima-5.36.1.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.36.0.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.36.1.tar.gz differ: char 5, 
line 1




commit maxima for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-04-27 12:59:41

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.changes2015-02-22 
17:25:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-04-27 
12:59:50.0 +0200
@@ -1,0 +2,25 @@
+Fri Apr 17 13:02:36 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.36.0:
+  + New items in core:
+- Function parse_timedate: parse time/date string 
+  + New items in share:
+- Function lll: Lenstra-Lenstra-Lovasz algorithm
+  + Changes in core:
+- at: remove variables in simplification 
+  + Other changes:
+* package contrib_ode: update test suite 
+* package ezunits: additional femto, pico, nano, and micro fractions
+* package ezunits: apply rules more aggressively
+* package maxima-odesolve: documentation
+* package gentran: update
+* package draw: geometric transformations for 2D implicit functions
+* package coma: new version
+* package maximaMathML: hook mechanism
+* package noninteractive: new script expand_branches.mac
+  + Several bug fixes; see
+http://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.36
+for the full list.
+- Specfile cleanup: remove empty %clean section.
+
+---

Old:

  maxima-5.35.1.tar.gz

New:

  maxima-5.36.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.I9o28r/_old  2015-04-27 12:59:51.0 +0200
+++ /var/tmp/diff_new_pack.I9o28r/_new  2015-04-27 12:59:51.0 +0200
@@ -28,8 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.35.1
+Version:5.36.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
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
@@ -258,9 +259,6 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8/maxima.info
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README README.* ChangeLog-%{major_version}

++ maxima-5.35.1.tar.gz - maxima-5.36.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.35.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.36.0.tar.gz differ: char 5, 
line 1




commit maxima for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-02-22 17:25:58

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.changes2014-12-29 
00:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-02-22 
17:25:59.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 18 15:42:14 UTC 2015 - dims...@opensuse.org
+
+- Fix references to .info files in post/postun scriptlets.
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.CWEuQs/_old  2015-02-22 17:26:00.0 +0100
+++ /var/tmp/diff_new_pack.CWEuQs/_new  2015-02-22 17:26:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -234,28 +234,28 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/xmaxima.info
 
 %post lang-de-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/de.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/de.utf8/maxima.info
 
 %postun lang-de-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/de.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/de.utf8/maxima.info
 
 %post lang-es-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/es.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/es.utf8/maxima.info
 
 %postun lang-es-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/es.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/es.utf8/maxima.info
 
 %post lang-pt-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/pt.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/pt.utf8/maxima.info
 
 %postun lang-pt-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt.utf8/maxima.info
 
 %post lang-pt_BR-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8/maxima.info
 
 %postun lang-pt_BR-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8/maxima.info
 %endif
 
 %clean

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2014-12-28 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-12-29 00:30:32

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.changes2014-09-12 
10:03:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-12-29 
00:30:53.0 +0100
@@ -1,0 +2,36 @@
+Thu Dec 25 14:36:34 UTC 2014 - badshah...@gmail.com
+
+- Uodate to version 5.35.1:
+  + Core:
+- In evaluation, allow general expressions as operators
+- Function supcontext: evaluate argument(s)
+- Functions supcontext, newcontext: return made-up name if
+  none supplied
+- Function powerseries: bug fixes
+  + Share:
+- Eulix: numerical solution of ordinary differential
+  equations
+- script hermite_reduce.mac: implement Rothstein-Trager
+  algorithm
+  + Documentation updates
+  + Bug fixes:
+- #2847: limits of powers of constants
+- #2845: Avoid initialization-time compile in commac.lisp 
+- #2818: Problem with trigreduce
+- #2816: Significant reduction in processing LaTeX output in
+  imaxima in new version
+- #2815: abs_integrate leads to infinite recursion
+- #2814: abs_integrate: integration of x*ceiling(x)
+- #2800: a typo in mode_identity documentation
+- #2774: desolve doesn't know how to interpret temporary
+  variables
+- #2623: shortest_path
+- #2575: Integration error: integrate(sqrt(k-k*cos(2*x)), x)
+- #2371: limit((exp(a*x)-1)/(exp(a*x)+1),x,inf) fails
+- mailing list 2014-11-26: Error in histogram and
+  continuous_freq
+- mailing list 2014-09-01: SIGN1 strangeness, was: Problem
+  with bfloat
+- Package /usr/share/locale/pt/LC_MESSAGES/maxima.mo. 
+
+---

Old:

  maxima-5.34.1.tar.gz

New:

  maxima-5.35.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.qrzgMT/_old  2014-12-29 00:30:55.0 +0100
+++ /var/tmp/diff_new_pack.qrzgMT/_new  2014-12-29 00:30:55.0 +0100
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.34.1
+Version:5.35.1
 Release:0
 %define major_version 5.34
 Summary:Symbolic Computation Program/Computer Algebra System
@@ -337,6 +337,7 @@
 %files lang-pt-utf8
 %defattr(-,root,root)
 %doc %{_datadir}/maxima/%{version}/doc/html/pt.utf8
+%{_datadir}/locale/pt/LC_MESSAGES/maxima.mo
 %{_infodir}/pt.utf8
 
 %files lang-pt_BR-utf8

++ maxima-5.34.1.tar.gz - maxima-5.35.1.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.34.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.35.1.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-09-12 10:03:24

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.changes2014-09-06 
12:18:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-09-12 
10:03:29.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep  8 22:19:30 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.34.1:
+  + Reorder components so that SCHATCHEN-COND macro is defined
+before use
+  + Put ChangeLog-5.34 on list of files
+  + In $FLOAT, signal FLOATING-POINT-OVERFLOW if FLOAT returns
+float inf; this fixes a bug in SIGN1, which expects that
+$FLOAT always returns a finite number
+  + Removes dashed option from terminal commands
+  + Put clebsch_gordan.texi on list of Texinfo files
+  + Use FOO instead of dollar sign as separator in category
+intermediate output; this is necessary to allow dollar sign as
+an indexed item in documentation
+- Upstream now install ChangeLog file automatically, drop
+  external ChangeLog-5.34 file.
+
+---

Old:

  ChangeLog-5.34
  maxima-5.34.0.tar.gz

New:

  maxima-5.34.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.HZP2js/_old  2014-09-12 10:03:31.0 +0200
+++ /var/tmp/diff_new_pack.HZP2js/_new  2014-09-12 10:03:31.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.34.0
+Version:5.34.1
 Release:0
 %define major_version 5.34
 Summary:Symbolic Computation Program/Computer Algebra System
@@ -38,8 +38,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
-# Source tarball does not include updated changelog file by mistake, download 
from upstream git and package it separately.
-Source2:ChangeLog-%{major_version}
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
@@ -209,8 +207,6 @@
 %endif
 touch debugsources.list
 
-cp %{S:2} ./ChangeLog-%{major_version}
-
 #  Deal with info/dir
 rm -f %{buildroot}%{_infodir}/dir
 # set executable rights for example scripts

++ maxima-5.34.0.tar.gz - maxima-5.34.1.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.34.0.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.34.1.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-09-06 12:18:20

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.changes2014-04-13 
13:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-09-06 
12:18:29.0 +0200
@@ -1,0 +2,73 @@
+Sat Aug 30 18:03:19 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.34.0:
+  + New items in core:
+- function invert_by_gausselim: invert by Gaussian elimination
+  (used to be function invertmx)
+- function invert_by_adjoint: invert by adjoint method (used
+  to be function invert)
+- functions push, pop: now implemented in core
+  + New items in share:
+- package coma: functions for control engineering
+- function sha1sum (package stringproc): compute SHA1 hash
+- engineering-format.lisp: change default float display format
+  + Changes in core:
+- function invert: use adjoint method or Gaussian elimination
+  depending on size of matrix
+- function tex: Define TeX properties for gamma_incomplete and
+  friends
+  + Bug fixes:
+- #2785: dynamics package: plotting fails on evolution() and
+  other functions
+- #2784: Ceiling gives error, without even an error message
+- #2782: realroots(x*y) internal error
+- #2776: Error when integrate sqrt
+- #2775: powerseries of some log expressions
+- #2772: powerseries of some trig expressions
+- #2768: notequal tries to put multiprecision rational
+  numbers into floats
+- #2765: powerseries of a derivative
+- #2764: power series of 1 + x^n and regression tests in
+  rtest16.mac
+- #2763: symmetricp(matrix) DOEs not work
+- #2760: powerseries at infinty broken
+- #2755: powerseries of natural exponential
+- #2751: powerseries of bessel functions needlessly fail
+- #2750: powerseries(x^x,x,0) gives Lisp error
+- #2749: Float evaluation of sinh causes Lisp error instead of
+  overflowing to bigfloat
+- #2746: scifac / gcfac crash
+- #2745: limit with numer:true
+- #2741: imaxima preamble broken for display in emacs
+- #2738: Integrate encountered a Lisp error: The value 2 is
+  not of type LIST
+- #2732: wrong answer for similar to gaussian integral
+- #2726: integrate produces wrong answer for Gaussian Moments
+- #2725: pochhammer(n,x) documentation
+- #2721: maxima can't refresh plots in gnuplot_pipes format
+- #2719: Matrix invert() behaviour
+- #2718: imaxima LaTeX definitions conflict with amsmath
+- #2717: plot2d treats linear and log plots inconsistently
+- #2716: is allows more than one argument
+- #2711: `i' is not local in `geosum'
+- #2710: `rempart' from package `functs' fails
+- #2707: `rowp' fails if `p' function is defined
+- #2697: Inconsistent handling of Greek symbols
+- #2683: Plot2d default terminal broken
+- #2678: transform_xy rejects argument constructed with
+  make_transform
+- #2677: [gnuplot_pm3d,false] does not disable pm3d
+- #2621: gamma limit error
+- #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)
+  + unnumbered bugs:
+- mailing list 2014-08-16: bind stack overflow in loop
+- mailing list 2014-07-01: rtest8.mac test failure
+- mailing list 2014-06-29: rule issue
+- limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
+- ezgcd(p1,p2,...) = true when ratp returns true for any
+  argument
+- Packaging change: Source tarball does not include ChangeLog-5.34
+  by mistake, download from upstream git and package it
+  separately.
+
+---

Old:

  maxima-5.33.0.tar.gz

New:

  ChangeLog-5.34
  maxima-5.34.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.YDgOTN/_old  2014-09-06 12:18:30.0 +0200
+++ /var/tmp/diff_new_pack.YDgOTN/_new  2014-09-06 12:18:30.0 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.33.0
+Version:5.34.0
 Release:0
-%define major_version 5.33
+%define major_version 5.34
 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
+# Source tarball does not include updated changelog file by mistake, download 
from 

commit maxima for openSUSE:Factory

2014-04-13 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-04-13 13:15:35

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.changes2014-01-09 
15:30:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-04-13 
13:15:37.0 +0200
@@ -1,0 +2,68 @@
+Thu Apr  3 03:41:50 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.33.0:
+  + New in share:
+- package alt-display: hook for nonstandard display functions
+- package kovacicODE: Kovacic method for ordinary differential
+  equations
+- package odes: several methods for ordinary differential
+  equations
+- package trigtools: manipulating trigonometric function
+  expressions
+- package sound: functions for audio synthesis
+  + Changes in core:
+- promote result to bigfloat on floating point overflow
+- variables declared to be irrational are considered real
+- display floats with leading 0. instead of . only
+- function tex: accepts Lisp objects now
+- functions expintegral_shi, expintegral_chi: limits
+- functions hankel_1, hankel_2: numerically evaluate when the
+  order is complex
+- function declare: rational and irrational properties
+  mutually exclusive
+- functions get, put: when first argument is a string, assume
+  it is the name of an operator
+- functions round, truncate: handle arguments of zeroa and
+  zerob
+- functions for Galois fields: improve power tables and
+  introduce nth root
+- operator @: TeX property
+  +  Other changes:
+- package ezunits: TeX property for units conversion operator
+- package maximaMathML: some updates
+- package draw: support for gnuplot terminal canvas
+- documentation: updating Brazilian Portuguese translation of
+  user manual
+  +  Bug fixes:
+- 2703: plotting option legend causes an error
+- 2702: plotting option adapt_depth causes an error
+- 2701: plotting option logy causes an error
+- 2700: plot option psfile causes an error
+- 2699: nticks seems ignored
+- 2696: *prompt-prefix* and *prompt-suffix* not inserted for
+  askinteger / asksign
+- 2695: kill kills built-in properties of operator after
+  user-defined property
+- 2687: call-arguments-limit easily exhaustable in tex1
+- 2682: Function zeta fails numerically for large numbers that
+  aren't even integers
+- 2681: solve_rec wrong result
+- 2676: integral incorrect when variable is subscripted
+- 2675: maxima will not do the simplest of definite integrals
+  and will not factor otherwise
+- 2671: Since 4833b5 Maxima (with ECL at least) outputs
+  palette numbers gnuplot
+- bug in gnuplot_term option
+- bug in starplot
+- bug in ratinterpol
+- %e^^A should not simplify to %e^A
+- %pi is now correctly rounded with high probability
+- embedded plotting bug in XMaxima
+- bug in single-label case for plotting option 'label'
+- bug in comment indentation in Emacs
+- $CONS and friends should treat lists the same as other
+  expressions
+- mailing list 2014-02-27: assigning to a list of structure
+  fields does not work 
+
+---

Old:

  maxima-5.32.1.tar.gz

New:

  maxima-5.33.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.vJzgpy/_old  2014-04-13 13:15:39.0 +0200
+++ /var/tmp/diff_new_pack.vJzgpy/_new  2014-04-13 13:15:39.0 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.32.1
+Version:5.33.0
 Release:0
-%define major_version 5.32
+%define major_version 5.33
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math

++ maxima-5.32.1.tar.gz - maxima-5.33.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.32.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.33.0.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2014-01-09 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-01-09 15:30:18

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.changes2014-01-03 
19:46:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-01-09 
15:30:20.0 +0100
@@ -1,0 +2,14 @@
+Thu Jan  2 23:17:42 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.32.1:
+  + New share items contrib/odes and contrib/trigtools,
+contributed by Aleksas Domarkas
+  + Fix starplot
+  + Fix a bug in gnuplot_term option: the value of gnuplot_term
+option must be appended to set term , rather than being
+passed directly to gnuplot
+  + Temporal fix until next wxMaxima release
+- Drop maxima-gnuplot-output-set-term.patch: patch incorporated
+  upstream.
+
+---

Old:

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

New:

  maxima-5.32.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.qXgkRY/_old  2014-01-09 15:30:22.0 +0100
+++ /var/tmp/diff_new_pack.qXgkRY/_new  2014-01-09 15:30:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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.32.0
+Version:5.32.1
 Release:0
 %define major_version 5.32
 Summary:Symbolic Computation Program/Computer Algebra System
@@ -38,8 +38,6 @@
 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 badshah...@gmail.com 
-- 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
@@ -172,7 +170,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2014-01-03 Thread h_root
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.changes2013-11-17 
20:19:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-01-03 
19:46:52.0 +0100
@@ -1,0 +2,70 @@
+Fri Dec 27 23:00:17 UTC 2013 - badshah...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.XEoVle/_new  2014-01-03 19:46:54.0 +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 badshah...@gmail.com 
-- 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: 

commit maxima for openSUSE:Factory

2013-11-17 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2013-11-17 20:19:52

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.changes2013-09-26 
19:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2013-11-17 
20:19:54.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 12 01:26:54 UTC 2013 - badshah...@gmail.com
+
+- Update to version 5.31.3:
+  + Guard against redefinition of macro with-compilation-unit (on
+GCL)
+  + Fix Postscript plotting on windows
+  + Ensure that build works with non-GNU Make
+- Changes from version 5.31.2:
+  + Workaround incorrect float literal parsing by GCL
+   (bnc#850783).
+  + Use DESTDIR for building
+- Drop maxima-fix-DESTDIR.patch; incorporated upstream (also drop
+  autoconf and automake build requires required due to patch).
+
+---

Old:

  maxima-5.31.1.tar.gz
  maxima-fix-DESTDIR.patch

New:

  maxima-5.31.3.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.tgc3DX/_old  2013-11-17 20:19:55.0 +0100
+++ /var/tmp/diff_new_pack.tgc3DX/_new  2013-11-17 20:19:55.0 +0100
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.31.1
+Version:5.31.3
 Release:0
 %define major_version 5.31
 Summary:Symbolic Computation Program/Computer Algebra System
@@ -38,14 +38,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
-#PATCH-FIX-UPSTREAM maxima-fix-DESTDIR.patch badshah...@gmail.com -- Fix a 
regression from 5.30.0 that causes builds to fail; patch taken from upstream git
-Patch0: maxima-fix-DESTDIR.patch
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
-#For Patch0
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  gzip
 BuildRequires:  makeinfo
 BuildRequires:  python
@@ -175,10 +170,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -fi
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \
 --enable-gettext \
 --enable-lang-de-utf8 \

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2013-09-11 12:20:46

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.changes2013-04-08 
14:54:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2013-09-11 
12:20:49.0 +0200
@@ -1,0 +2,48 @@
+Mon Sep  9 10:21:41 UTC 2013 - badshah...@gmail.com
+
+- Update to version 5.31.0:
+  + Core changes:
+- Galois fields: revision, introduction of extension fields
+- inverse_jacobi_sn: improve accuracy
+- Bessel functions: integral of bessel_i, bessel_j of
+  arbitrary order
+- Matrix functions: revise ModeMatrix, mat_function,
+  dispJordan, diag, JF
+- signum: do not declare signum real- or integer-valued
+- carg: declare carg real-valued
+- Parser: add L, l, W, and w to list of exponent marker
+  characters
+  + Changes in share:
+- Package stringproc: new functions readchar, md5sum, base64
+  + Bug fixes:
+- sf#2622 - base64 type warnings
+- sf#2619 - Function inverse_erf - error in numerical
+  evaluation
+- sf#2612 - known_units() broken
+- sf#2608 - quad_qags(x,x) generates a lisp error
+- sf#2607 - lbfgs documentation is incomplete
+- sf#2604 - fft.dem is out of date
+- sf#2603 - fft documentation
+- sf#2602 - lu_factor regression
+- sf#2599 - cl-info error handling
+- sf#2597 - logcontract and subscripted log
+- sf#2594 - Incorrect integration of product of cosines
+- sf#2591 - risch gives Lisp error for sinh expression
+- sf#2583 - sign error for integrate(x^(8*%i-1),x);
+- sf#2570 - Make acos(cos(x)) simplify to x when on correct
+  interval
+- sf#2569 - translate rat(1,x) and rat([1]) incorrect
+- sf#2536 - Lisp error in limit: \
+- sf#2501 - %pi/8 is definitely not an integer
+- sf#2475 - limit(x^(mu/x^g),x,inf) -- error
+- array-lambda error with 5.30.0
+- defrule regression compare to version 5.29.1
+- Fix rk() when the independent variable's initial value is
+  nonzero
+- Fix bug in asksign
+- Fix wrong noun form returned for
+  jacobi_nc(elliptic_kc(m)/n,m)
+- Add maxima-fix-DESTDIR.patch to fix a regression from 5.30.0
+  that causes builds to fail; patch taken from upstream git.
+
+---

Old:

  maxima-5.30.0.tar.gz

New:

  maxima-5.31.0.tar.gz
  maxima-fix-DESTDIR.patch



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.TTUrxb/_old  2013-09-11 12:20:50.0 +0200
+++ /var/tmp/diff_new_pack.TTUrxb/_new  2013-09-11 12:20:50.0 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.30.0
+Version:5.31.0
 Release:0
-%define major_version 5.30
+%define major_version 5.31
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
@@ -38,10 +38,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
-
+#PATCH-FIX-UPSTREAM maxima-fix-DESTDIR.patch badshah...@gmail.com -- Fix a 
regression from 5.30.0 that causes builds to fail; patch taken from upstream git
+Patch0: maxima-fix-DESTDIR.patch
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
+#For Patch0
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gzip
 BuildRequires:  makeinfo
 BuildRequires:  python
@@ -171,8 +175,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 %configure  %{?sbcl_flags:} %{?cmucl_flags:} %{?gcl_flags:} %{?clisp_flags:} \
 --enable-gettext \
 --enable-lang-de-utf8 \

++ maxima-5.30.0.tar.gz - maxima-5.31.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.30.0.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.31.0.tar.gz differ: char 5, 
line 1

++ maxima-fix-DESTDIR.patch ++
commit 2e8c84839a18bdff85e8e7e266591977fb1b84f2
Author: Rupert Swarbrick rswarbr...@gmail.com
Date:   Sun Sep 8 15:55:18 2013 +0100

Fix missing DESTDIR in Makefile.am's

Pointed out by Rex Dieter, I accidentally broke the DESTDIR support
for clisp and scl. This fixes that mistake, and also adds destdir to
the extradocinstall target in the top-level Makefile.am. Probably that
only ever gets run on Windows, so DESTDIR is never set, but we may as
well be consistent.

diff --git a/Makefile.am 

commit maxima for openSUSE:Factory

2013-04-08 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2013-04-08 14:54:04

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is maxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2013-01-08 
16:40:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2013-04-08 
14:54:06.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  7 01:17:15 UTC 2013 - badshah...@gmail.com
+
+- Update to version 5.30.0:
+  + List of changes not documented by upstream. 
+
+---

Old:

  maxima-5.29.1.tar.gz

New:

  maxima-5.30.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.zbAn3o/_old  2013-04-08 14:54:10.0 +0200
+++ /var/tmp/diff_new_pack.zbAn3o/_new  2013-04-08 14:54:10.0 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.29.1
+Version:5.30.0
 Release:0
-%define major_version 5.29
+%define major_version 5.30
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math

++ maxima-5.29.1.tar.gz - maxima-5.30.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.29.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.30.0.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2013-01-08 16:40:06

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is maxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2012-09-13 
00:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2013-01-08 
16:40:08.0 +0100
@@ -1,0 +2,32 @@
+Mon Jan  7 07:46:32 UTC 2013 - badshah...@gmail.com
+
+- Update to version 5.29.1:
+  + Core:
+- revised and extended functions for Galois fields
+  + Share:
+- package draw: surfaces in spherical and cylindrical
+  coordinates
+- package draw: new terminals epslatex and epslatex_standalone
+- package draw: multipage terminals
+- package stats: new function title_inference
+  + Other changes:
+- improve derivative of gamma_incomplete and integral of psi
+- define orthopoly_weight for assoc_legendre_p
+- define legendre_p and assoc_legendre_p for negative degree
+- minor revision of recurrences in orthopoly
+- simplify treatment of ^ in translator
+- test script for Laplace transform
+- plot2d (launch Gnuplot) for ABCL and Allegro CL
+- update documentation for packages draw and distrib
+- improvements in Windows build machinery
+- special variable clean-up
+- remove some unused code
+  + Several bug fixes (see
+
http://sourceforge.net/p/maxima/code/ci/c5ba8f126174f597f4d986af77c2e02e966fa260/tree/ChangeLog-5.29
+for a full list of bugs fixed).
+  + No ChangeLog-%{major-version} file in source tarball, hence
+removed from package
+  + For SLE, package only %{libdir}/maxima and not 
+%{libexecdir}/maxima, as packaging both leads to build errors.
+
+---

Old:

  maxima-5.28.0.tar.gz

New:

  maxima-5.29.1.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.VxiULZ/_old  2013-01-08 16:40:10.0 +0100
+++ /var/tmp/diff_new_pack.VxiULZ/_new  2013-01-08 16:40:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.28.0
+Version:5.29.1
 Release:0
-%define major_version 5.28
+%define major_version 5.29
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
@@ -203,7 +203,11 @@
 infodir=%{?buildroot:%{buildroot}}%{_infodir} \
   install-info
 
+%if 0%{?sles_version}
+touch debugfiles.list
+%endif
 touch debugsources.list
+
 #  Deal with info/dir
 rm -f %{buildroot}%{_infodir}/dir
 # set executable rights for example scripts
@@ -260,12 +264,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog-%{major_version} COPYING NEWS README README.*
+%doc AUTHORS COPYING NEWS README README.*
 %doc %{_mandir}/man1/maxima.1*
 %dir %{_datadir}/maxima
 %dir %{_datadir}/maxima/%{version}
 %dir %{_libdir}/maxima
+%if 0%{?sles_version} == 0
 %dir %{_libexecdir}/maxima
+%endif
 %{_datadir}/maxima/%{version}/*
 %exclude %{_datadir}/maxima/%{version}/xmaxima
 %exclude %{_datadir}/maxima/%{version}/doc/html/de.utf8

++ maxima-5.28.0.tar.gz - maxima-5.29.1.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.28.0.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.29.1.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2012-09-12 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2012-09-13 00:04:51

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is maxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2012-06-01 
18:54:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2012-09-13 
00:04:54.0 +0200
@@ -1,0 +2,30 @@
+Sat Sep  8 11:25:11 UTC 2012 - idon...@suse.com
+
+ - Add explicit build dependency on makeinfo  python
+
+---
+Mon Aug 13 08:13:15 UTC 2012 - badshah...@gmail.com
+
+- Update to version 5.28.0:
+  + Backward-incompatible changes:
+- package stats: removed function simple_linear_regression
+  (superseded by linear_regression) 
+  + Core:
+- new function generalized_lambert_w
+- new functions zn_mult_table, zn_power_table
+- new functions for Galois fields: gf_set, gf_char, gf_prim,
+  etc.
+  + Share:
+- package descriptive: new function principal_components
+- package descriptive: new histogram style 'density'
+- package stats: new function linear_regression
+  + Other changes:
+- revise system for building Maxima on MS Windows
+- function gamma_incomplete: improve accuracy for complex
+  bigfloats
+- function expintegral_e: improved calculation for large
+  imaginary part
+  + Several bugs fixed: see ChangeLog-5.28 file installed in
+/usr/share/doc/packages/maxima/ for a full list.
+
+---

Old:

  maxima-5.27.0.tar.gz

New:

  maxima-5.28.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.TD9hJj/_old  2012-09-13 00:05:00.0 +0200
+++ /var/tmp/diff_new_pack.TD9hJj/_new  2012-09-13 00:05:00.0 +0200
@@ -28,21 +28,23 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.27.0
+Version:5.28.0
 Release:0
-%define major_version 5.27
+%define major_version 5.28
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://maxima.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://sourceforge.net/projects/maxima/files/Maxima-source/%{version}-source/%{name}-%{version}.tar.gz
+Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
 
 %if 0%{?suse_version}
 PreReq: %install_info_prereq
 %endif
 BuildRequires:  gzip
+BuildRequires:  makeinfo
+BuildRequires:  python
 BuildRequires:  recode-devel
 Requires:   gnuplot
 Requires:   maxima_exec

++ maxima-5.27.0.tar.gz - maxima-5.28.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.27.0.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.28.0.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit maxima for openSUSE:Factory

2012-06-01 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2012-06-01 18:54:50

Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and  /work/SRC/openSUSE:Factory/.maxima.new (New)


Package is maxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2012-05-29 
12:18:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2012-06-01 
18:54:52.0 +0200
@@ -1,0 +2,6 @@
+Thu May 31 13:55:50 UTC 2012 - badshah...@gmail.com
+
+- Touch debugsources.list in the spec file to fix build failures
+  when the debuginfo flag is enabled (e.g. in openSUSE:Factory).
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.vkFj1Z/_old  2012-06-01 18:54:54.0 +0200
+++ /var/tmp/diff_new_pack.vkFj1Z/_new  2012-06-01 18:54:54.0 +0200
@@ -200,7 +200,8 @@
 mandir=%{?buildroot:%{buildroot}}%{_mandir} \
 infodir=%{?buildroot:%{buildroot}}%{_infodir} \
   install-info
-# touch debugfiles.list
+
+touch debugsources.list
 #  Deal with info/dir
 rm -f %{buildroot}%{_infodir}/dir
 # set executable rights for example scripts

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org