2 Commits

Author SHA256 Message Date
74879e2b49 Accepting request 1233150 from science
OBS-URL: https://build.opensuse.org/request/show/1233150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mathmod?expand=0&rev=2
2024-12-24 15:25:51 +00:00
85d64c9e01 * Update to version 12.0.
* Drop use of deprecated %suse_update_desktop_files macro.
* Add mathmod.desktop file as additional source in lieu of the dropped %suse_update_desktop_files macro.

OBS-URL: https://build.opensuse.org/package/show/science/mathmod?expand=0&rev=8
2024-12-23 14:26:43 +00:00
5 changed files with 33 additions and 7 deletions

View File

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

3
mathmod-12.0-source.zip Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Dec 20 07:55:13 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.0:
* GUI improvement to support small screen formats
- Merged MathMod's two main windows into one
- Added touch gestures support
- Multi cores calculations optimization for embedded systems
* Mandelbrot and Julia fractal functions support
* New scripts: "Noids", "k_Noids", "Riemann_Minimal_Surface",
"MandelBulb", "MandelTemple", "JuliaFractal",
"MandelbrotTorus", "MandelbrotIsoSpheres", "MandelbrotSphere",
"Mandelbrot", "Spherical_Harmonics"
* Bug-fixes, code optimization and documentation update.
- Drop use of deprecated %suse_update_desktop_files macro.
- Add mathmod.desktop file as additional source in lieu of the
dropped %suse_update_desktop_files macro.
-------------------------------------------------------------------
Tue Feb 8 18:22:08 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

7
mathmod.desktop Normal file
View File

@@ -0,0 +1,7 @@
[Desktop Entry]
Categories=Education;Math;
Name=mathmod
GenericName=Mathematical modeling
Type=Application
Exec=mathmod
Icon=mathmod

View File

@@ -1,7 +1,7 @@
#
# spec file for package mathmod
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,20 @@
%define binname MathMod
Name: mathmod
Version: 11.1
Version: 12.0
Release: 0
Summary: Mathematical modelling to visualise implicit and parametric surfaces
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://sourceforge.net/projects/mathmod/
Source0: http://sourceforge.net/projects/mathmod/files/MathMod-%{version}/%{name}-%{version}-source.zip
Source1: %{name}.desktop
BuildRequires: ImageMagick
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core) >= 5.12.0
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5OpenGL)
@@ -77,7 +77,8 @@ done
convert -monitor images/icon/catenoid_mini_64x64.ico %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
# Remove spurious icon file
rm %{buildroot}%{_datadir}/icons/hicolor/apps/mathmod.png
%suse_update_desktop_file -c %{name} %{name} "Mathematical modeling" %{name} %{name} Education Science Math
install -Dm 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
%files
%license Licence.txt