SHA256
10
0
forked from pool/wxMaxima

Compare commits

12 Commits

Author SHA256 Message Date
eec386fa5b Accepting request 1327720 from Education
OBS-URL: https://build.opensuse.org/request/show/1327720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxMaxima?expand=0&rev=85
2026-01-17 13:56:32 +00:00
5cd670fbd9 * Update to version 26.01.0.
* Drop use of deprecated %suse_update_desktop_file macro.
* Don't remove pixmaps icons.

OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=186
2026-01-16 17:18:25 +00:00
535d0d0776 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
cdb8607839 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
384a518956 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
f47132d8ea 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
47448ffa17 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
32145f7854 Update to version 24.11.0
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=180
2024-12-22 07:13:03 +00:00
c9301fdc5d 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
ed62ce0d6a Update to version 24.08.0
OBS-URL: https://build.opensuse.org/package/show/Education/wxMaxima?expand=0&rev=178
2024-10-13 15:48:03 +00:00
d7a7a8fc55 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
dbc49fd8a1 Manually install mimetype icons ignored by cmake install.
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 42 additions and 11 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Jan 15 18:43:35 UTC 2026 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 26.01.0:
* Keep the wxm/mac difference when saving wxm/exporting mac.
* Replace unicode fractions in math input.
* Use wxArtProvider images for the copy/print icons in the
config dialogue.
* Support webp images if wxWidgets >= 3.3.0 is used.
* Fix the General Math sidebar resize issue
(gh#wxMaxima-developers/wxmaxima#2022).
* Fix the resizing of the 'Insert cell' sidebar (same problem as
the 'General Math' sidebar).
* Fix a crash when copying a input cell (collapsed to only show
the input).
* Fix a crash when deleting a text cell
(gh#wxMaxima-developers/wxmaxima#2041).
* Fix subscripts of greek letters
(gh#wxMaxima-developers/wxmaxima#2045).
* Fix the "Numerical solutions of polynomial" (with and without
bigfloats) wizards.
* Save the chosen invertion status in the configuration. Fixes
issue gh#wxMaxima-developers/wxmaxima#2049.
* Try to highlight input text that coincides with selected
output text.
* diff() now doesn't add a ",1" if only the 1st derivate is
meant.
* A more consistent worksheet zoom feature.
- Drop use of deprecated %suse_update_desktop_file macro.
-------------------------------------------------------------------
Wed Nov 19 17:16:39 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Don't remove pixmaps icons.
-------------------------------------------------------------------
Fri May 2 08:44:50 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wxMaxima
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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: 25.04.0
Version: 26.01.0
Release: 0
Summary: Graphical User Interface for the maxima Computer Algebra System
License: GPL-2.0-or-later
@@ -40,7 +40,6 @@ BuildRequires: maxima >= 5.30.0
BuildRequires: maxima-exec-sbcl
BuildRequires: ninja
BuildRequires: po4a
BuildRequires: update-desktop-files
BuildRequires: wxGTK3-devel >= 3.1.5
# gnuplot is needed for plotting
Requires: gnuplot
@@ -74,9 +73,6 @@ based on wxWidgets.
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/*
# Remove non-standard hicolor icon sizes
for sz in 150 310 44 42 8
do
@@ -86,7 +82,6 @@ done
# Remove license installed by make install, we include them by using %%license
rm %{buildroot}%{_datadir}/doc/%{tarname}/{COPYING,GPL.txt}
%suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
%fdupes %{buildroot}%{_prefix}
%find_lang %{name} %{?no_lang_C}
@@ -102,7 +97,7 @@ popd
%files
%license COPYING GPL.txt
%doc %{_datadir}/doc/%{tarname}/
%{_bindir}/*
%{_bindir}/wxmaxima
%{_datadir}/wxMaxima/
%{_datadir}/icons/hicolor/*/apps/io.github.wxmaxima_developers.wxMaxima.*
%{_datadir}/icons/hicolor/*/mimetypes/text-x-wx*.svg
@@ -112,6 +107,7 @@ popd
%{_mandir}/man1/wxmaxima*%{ext_man}
%{_mandir}/*/man1/wxmaxima*%{ext_man}
%{_datadir}/mime/packages/*.xml
%{_datadir}/pixmaps/*
%files lang -f %{name}.lang

View File

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

View File

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