Compare commits

10 Commits

Author SHA256 Message Date
84c25e30bf Accepting request 1274685 from Education
OBS-URL: https://build.opensuse.org/request/show/1274685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=84
2025-05-06 14:41:06 +00:00
2673ce5a22 Update to version 25.04.0.
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=184
2025-05-05 17:42:02 +00:00
1e635ff3d1 Accepting request 1247120 from Education
OBS-URL: https://build.opensuse.org/request/show/1247120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=83
2025-02-20 15:38:02 +00:00
78cdaa9078 Accepting request 1246374 from home:badshah400:branches:Education
Update to version 25.01.0

OBS-URL: https://build.opensuse.org/request/show/1246374
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=182
2025-02-19 14:19:28 +00:00
ef1f25f33a Accepting request 1233018 from Education
OBS-URL: https://build.opensuse.org/request/show/1233018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=82
2024-12-22 17:05:10 +00:00
601ef26100 Accepting request 1231875 from home:badshah400:branches:Education
Update to version 24.11.0

OBS-URL: https://build.opensuse.org/request/show/1231875
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=180
2024-12-22 07:13:03 +00:00
95a43951f0 Accepting request 1207592 from Education
OBS-URL: https://build.opensuse.org/request/show/1207592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=81
2024-10-14 11:06:49 +00:00
4069e008b0 Accepting request 1206155 from home:badshah400:branches:Education
Update to version 24.08.0

OBS-URL: https://build.opensuse.org/request/show/1206155
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=178
2024-10-13 15:48:03 +00:00
9c214e2c27 Accepting request 1185878 from Education
OBS-URL: https://build.opensuse.org/request/show/1185878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=80
2024-07-08 17:07:41 +00:00
fc02ae8efb Accepting request 1184833 from home:badshah400:branches:Education
Manually install mimetype icons ignored by cmake install.

OBS-URL: https://build.opensuse.org/request/show/1184833
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=176
2024-07-06 11:13:06 +00:00
4 changed files with 106 additions and 5 deletions

View File

@@ -1,3 +1,99 @@
-------------------------------------------------------------------
Fri May 2 08:44:50 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 25.04.0:
* Use the (standard) wxWidgets log window instead of our own log
pane.
* Do not set lmxchar/rmxchar (used for displaying a matrix in
text mode) (gh#wxMaxima-developers/wxmaxima#1926).
* Kill Lisp (e.g. sbcl.exe) when closing wxMaxima.
(gh#wxMaxima-developers/wxmaxima#1963,
gh#wxMaxima-developers/wxmaxima#1922,
gh#wxMaxima-developers/wxmaxima#1824,
gh#wxMaxima-developers/wxmaxima#1199).
* Correct heading colors (gh#wxMaxima-developers/wxmaxima#2005).
* Repaired the Equations->Solve numerical->Find numerical
solution" menu (gh#wxMaxima-developers/wxmaxima#2010).
* Included examples (10MinuteTutorial.wxm,
testbench_simple.wxmx) were affected by the Maxima/Gnuplot 6
problem (see issue gh#wxMaxima-developers/wxmaxima#1960).
* Support wxWidgets, if it was build with '--enable-utf8=yes'
(gh#wxMaxima-developers/wxmaxima#2012).
* Fix compiling with wxWidgets without webview.
* HTML export/Mathjax: Don't remove 1st/last label char
(gh#wxMaxima-developers/wxmaxima#2003).
-------------------------------------------------------------------
Fri Feb 14 10:17:37 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 25.01.0:
* Remove the change label width popup menu
(gh#wxMaxima-developers/wxmaxima#1964): it was not working at
all and caused crashes.
* If an empty worksheet is saved as wxmx, allow it to be read
again (gh#wxMaxima-developers/wxmaxima#1978).
* Fix compiling with clang++.
* CopyAsMathML: encode "<" and ">" as HTML entities (valid XML).
* CopyAsMathML: improvements (operators and identifiers)
* HTML export: print the output labels on the left side.
-------------------------------------------------------------------
Wed Dec 18 11:51:53 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 24.11.0:
* Resolved a crash when inverting the worksheet
(gh#wxMaxima-developers/wxmaxima#1951)
* Do not strip Lisp comments before sending the input to Maxima
(gh#wxMaxima-developers/wxmaxima#1953)
* Correctly copy superscript when CopyAsMathML
(gh#wxMaxima-developers/wxmaxima#1945)
* Copy as MathML: Use a centered dot instead of *, if configured
(gh#wxMaxima-developers/wxmaxima#1956)
* Fix superfluous quote marks in text copied by "Copy as MathML"
(gh#wxMaxima-developers/wxmaxima#1946)
* Fix copy as MathML for boxes.
* Correct display/handling of minf.
* WxMaxima was not responsive in the 1st minute.
* Fix display of subscripts.
(gh#wxMaxima-developers/wxmaxima#1584,
gh#wxMaxima-developers/wxmaxima#1807)
* Allow Maxima strings with newlines.
(gh#wxMaxima-developers/wxmaxima#76)
* Support Maxima which uses ABCL.
* Updated translations.
-------------------------------------------------------------------
Mon Oct 7 18:07:03 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 24.08.0:
* Add an advanced plotting tutorial.
* Try harder to kill maxima on closing it.
* Try harder to clean up maxima's temporary files on closing it.
* Resolved a race condition on closing multiple windows.
* Resolved a CMake error on configuration with -B switch
(gh#wxMaxima-developers/wxmaxima#1917).
* More menu icons.
* A better dialogue if Maxima isn't found.
* Better search for the Maxima binary.
* Security: Use a standard function (CreateTempFileName) for
creating a temporary file for the 'popout interactively'
function of wxdraw.
* Security: Add a random number to lisp generated temporary
files.
* Fix the greek letter replacement for 'beta' with newer Maxima
versions (gh#wxMaxima-developers/wxmaxima#1921).
* Fix a problem, when 'maxima-local' (a not installed version of
Maxima) was chosen as Maxima. WxMaxima did not finish on
File->Exit and used much CPU power.
* Size calculations for numbers that were broken into lines
failed the first time (gh#wxMaxima-developers/wxmaxima#1931).
* Updated translations.
-------------------------------------------------------------------
Tue Jul 2 10:53:32 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Manually install mimetype icons ignored by cmake install.
-------------------------------------------------------------------
Tue May 14 03:08:45 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wxMaxima
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define __builder ninja
%define tarname wxmaxima
Name: wxMaxima
Version: 24.05.0
Version: 25.04.0
Release: 0
Summary: Graphical User Interface for the maxima Computer Algebra System
License: GPL-2.0-or-later
@@ -70,6 +70,10 @@ based on wxWidgets.
%install
%cmake_install
# Manually install mimetype icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes
install -m0644 -t %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes data/text-x-wx*.svg
# Remove unnecessary icons out of pixmaps
rm %{buildroot}%{_datadir}/pixmaps/*
@@ -101,6 +105,7 @@ popd
%{_bindir}/*
%{_datadir}/wxMaxima/
%{_datadir}/icons/hicolor/*/apps/io.github.wxmaxima_developers.wxMaxima.*
%{_datadir}/icons/hicolor/*/mimetypes/text-x-wx*.svg
%{_datadir}/applications/*.desktop
%{_datadir}/bash-completion/completions/wxmaxima
%{_datadir}/metainfo/*.appdata.xml

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21dc8715b71372dc35743486307254a5a0285f35a6acbc68b894d432c4f14c98
size 16824007

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec0b3005c3663f1bb86b0cc5028c2ba121e1563e3d5b671afcb9774895f4191b
size 16017552