|
From: vttoth <vt...@us...> - 2026-06-06 21:58:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, master has been updated
via c66d6a30289a13325c7b2879d6befe582c7558e3 (commit)
via e0591ae0c02830bf25d15714ef6ea550590dc476 (commit)
via 3d5e01d29ff2938a52fd90539aabff150cccc305 (commit)
from 7d2076343db52ef9f20fdef7e290b421ba525454 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c66d6a30289a13325c7b2879d6befe582c7558e3
Author: Viktor T. Toth <vt...@vt...>
Date: Sat Jun 6 16:48:54 2026 -0400
Removed stale folder reference from RPM spec file
diff --git a/maxima.spec.in b/maxima.spec.in
index bba196c0e..7efada7f3 100644
--- a/maxima.spec.in
+++ b/maxima.spec.in
@@ -229,8 +229,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons
%{_datadir}/mime
%{_datadir}/metainfo/
-%dir %{_libexecdir}/maxima
-%{_libexecdir}/maxima/*
+# %dir %{_libexecdir}/maxima
+# %{_libexecdir}/maxima/*
%{_infodir}/*
%exclude %{_infodir}/xmaxima.info*
%if %{enable_lang_es}
commit e0591ae0c02830bf25d15714ef6ea550590dc476
Author: Viktor T. Toth <vt...@vt...>
Date: Sat Jun 6 16:48:28 2026 -0400
Added rk_adaptive.texi to info build
diff --git a/doc/info/Makefile.am b/doc/info/Makefile.am
index 3259d0ddb..417b1f766 100644
--- a/doc/info/Makefile.am
+++ b/doc/info/Makefile.am
@@ -44,9 +44,9 @@ maxima_TEXINFOS = include-maxima.texi category-macros.texi Introduction.texi \
lapack.texi levin.texi lbfgs.texi lindstedt.texi linearalgebra.texi lsquares.texi \
minpack.texi makeOrders.texi mnewton.texi numericalio.texi opsubst.texi \
operatingsystem.texi orthopoly.texi pytranslate.texi quantum_computing.texi \
- ratpow.texi romberg.texi simplex.texi simplifications.texi solve_rec.texi \
- stats.texi stirling.texi stringproc.texi to_poly_solve.texi unit.texi \
- zeilberger.texi errormessages.texi commandline-options.texi \
+ ratpow.texi rk_adaptive.texi romberg.texi simplex.texi simplifications.texi \
+ solve_rec.texi stats.texi stirling.texi stringproc.texi to_poly_solve.texi \
+ unit.texi zeilberger.texi errormessages.texi commandline-options.texi \
pslq.texi trigtools.texi format.texi
figurefiles = $(wildcard figures/*.png)
commit 3d5e01d29ff2938a52fd90539aabff150cccc305
Author: Viktor T. Toth <vt...@vt...>
Date: Sat Jun 6 16:47:36 2026 -0400
Removed stale reference from Windows build
diff --git a/crosscompile-windows/Makefile.am b/crosscompile-windows/Makefile.am
index 639fbc7fe..1d4ee3ed5 100644
--- a/crosscompile-windows/Makefile.am
+++ b/crosscompile-windows/Makefile.am
@@ -10,4 +10,4 @@ EXTRA_DIST =\
gnuplot/CMakeLists.txt sbcl/CMakeLists.txt tcltk/CMakeLists.txt abcl/CMakeLists.txt ccl/CMakeLists.txt\
vtk/CMakeLists.txt wine/CMakeLists.txt wxmaxima/CMakeLists.txt wxwidgets/CMakeLists.txt\
texinfo/CMakeLists.txt maxima_longnames.c clisp/CMakeLists.txt \
- ecl/strm_os.d ecl/CMakeLists.txt winlibs/CMakeLists.txt
+ ecl/strm_os.d ecl/CMakeLists.txt
-----------------------------------------------------------------------
Summary of changes:
crosscompile-windows/Makefile.am | 2 +-
doc/info/Makefile.am | 6 +++---
maxima.spec.in | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Maxima CAS
|