summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-09 21:03:19 +0100
committerhaawda2017-11-09 21:03:19 +0100
commit2b4932c646c0cfc9fb91f47b09b210ab5b90ce46 (patch)
treea4f930445a68a039b49a6ea1b8fbd914688187e1
parent0afc45734c463d5740675f1b4673e906635f296f (diff)
downloadaur-2b4932c646c0cfc9fb91f47b09b210ab5b90ce46.tar.gz
Updated version (5.41.1.44.g724def5c4 -> 5.41.1.48.g095eb7870).
Changelog ========= Miss spell in rtest_grobner.mac (095eb7870) Fix for bug No. 3344. sym/chbase.lisp comp2ele() is modified to call cl:make-list instead of makelist defined in lectuer.lisp. The definition of makelist in lecteur.lisp is removed as it is no more used. symtest.mac is added a new test case for comp2ele(). (58857d015) More functions added. (42be384da) Updated the header of Xmaxima. (68831a5f3) Xmaxima: Work around a bug in bash's autocompletions by changing the help text. (724def5c4) Xmaxima: Removed part of an Win98 workaround that is in maxima.bat now. (9fcd59a1a) Xmaxima: A place in which an attempt to display an error message did crash. (043248191) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (f69eb2ed9) Xmaxima: Another try to get spaces in the install path working. (4bbd76b24) combinatorics.lisp: a new package that adds functions for permutations. (d9bc1f516) Xmaxima: A more standard help text. (752673b46) Xmaxima: Make the -X option work. (e8cf0fd33) Revert "Xmaxima: Get rid off all shortnames as we now know a way to avoid using them." (0de95019e) Xmaxima: Get rid off all shortnames as we now know a way to avoid using them. (745ff1a7d) XMaxima: More standard long options. (1d3656924) Xmaxima: Corrected another typo in the help text. (097483f06) Xmaxima: Corrected an typo in the help text that got propagated to the bash autocompletion. (3ffcb13fa) Xmaxima: A better workaround for filenames with spaces. (8a3fb193f) Revert "Xmaxima: A better workaround for filenames with spaces.": Didn't work on Un*x systems. (f2c253fa7) Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code (1cf888054) draw/vtk: Remove an unused variable (47b789377) Xmaxima: A better workaround for filenames with spaces. (7e4127aca) Xmaxima: Remove a few historical workarounds. (385e3965c) Fixed some typos. (225167d16) Nightly test: update sbcl to 1.4.1 (6f86edc96) Updated the list of tcl pieces put together in the xmaxima script (8c57ab945) A few clarifications for the .deb part of README.developers-howto (671706e98) Readme.external: Part of the vtk code has migrated to python. (a4d6d98f3) Readme.developers-howto: Bilding release .deb packages now requires three lisps. (59eb11a7e) Remove a superfluous variable reference (acf1cc335) Declare an unused variable to be ignored (9af954fe7) Remove a useless comment (2462e7613) Plot: A cross-Ref from grid to grid2d (e5e8a5c94) Crosscompiling: Fixed the issue with CMake >= 3.9 (fb1c45929) Change URL of Mathjax. (2e18ba76b) Update crosscompiling readme. (371f00f36) : skip walking through *small-primes* when unneccesary (9881344f9) moved tests for to rtestifactor (7dbadfde1) Crosscompiling: Do not include the jsMath fonts. (5bf52998d) Fix bug reported on mailing list by Walter Faxon on October 25th, 2017: "Bug in Maxima function primes()". Added a test for it. (a5025eaa7) Crosscompiling: update wxmaxima (version number + checksum) (46f1cf015) Corrected the Maxima help text. (c230af917) Nightly test: update SBCL (4e49b0e60) Avoid the endless loop of ECL if wxMaxima crashes (4e4b9d237) Simplify testing instructions b2y removing leading "-" and adding ";" (c4be7b472) Add ChangeLog-5.41.md to Makefile.am (f32dabfef) Updating version number in configure.ac for development branch (320f96a57) Adding 5.41 change log. (551bca627)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba744689e9dd..3d501960a4b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 21:36:25 UTC 2017
+# Thu Nov 9 20:03:18 UTC 2017
pkgbase = maxima-git
pkgdesc = a sophisticated computer algebra system - git-version
- pkgver = 5.41.1.44.g724def5c4
+ pkgver = 5.41.1.48.g095eb7870
pkgrel = 1
url = http://maxima.sourceforge.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b4d478d4dcce..dfb09d2f0599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.41.1.44.g724def5c4
+pkgver=5.41.1.48.g095eb7870
pkgrel=1
pkgdesc="a sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')