Accepting request 290422 from home:dimstar:branches:GNOME:Apps
- Update to version 1.0.20: + Add more sizes of icons including SVG, and add Keywords to the .desktop file. + Documentation updates. + Fix PeriodicExtension function. + ErrorFunction (erf) is using MPFR for real values so it is far more precise and faster. + The Fourier series example is no longer using a hand coded graph and hand computed series, so it can now be easily modified to show series for different functions. + Fix GCC 5 compilation. + A couple of minor fixes in the plotting code including one possible crasher. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/290422 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/genius?expand=0&rev=34
This commit is contained in:
parent
dd924a567b
commit
e66e7921b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5a979d13ae39fb1ae176078dbb301222e6c7a1c2cda8d999bac3ff6a4a7e6c2
|
|
||||||
size 2447724
|
|
3
genius-1.0.20.tar.xz
Normal file
3
genius-1.0.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787
|
||||||
|
size 2500880
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 12 08:19:07 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.20:
|
||||||
|
+ Add more sizes of icons including SVG, and add Keywords to the
|
||||||
|
.desktop file.
|
||||||
|
+ Documentation updates.
|
||||||
|
+ Fix PeriodicExtension function.
|
||||||
|
+ ErrorFunction (erf) is using MPFR for real values so it is far
|
||||||
|
more precise and faster.
|
||||||
|
+ The Fourier series example is no longer using a hand coded
|
||||||
|
graph and hand computed series, so it can now be easily
|
||||||
|
modified to show series for different functions.
|
||||||
|
+ Fix GCC 5 compilation.
|
||||||
|
+ A couple of minor fixes in the plotting code including one
|
||||||
|
possible crasher.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 24 12:32:14 UTC 2014 - dimstar@opensuse.org
|
Wed Sep 24 12:32:14 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package genius
|
# spec file for package genius
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: genius
|
Name: genius
|
||||||
Version: 1.0.19
|
Version: 1.0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General purpose calculator and mathematics tool
|
Summary: General purpose calculator and mathematics tool
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -153,8 +153,7 @@ fi
|
|||||||
%{_bindir}/gnome-genius
|
%{_bindir}/gnome-genius
|
||||||
%{_prefix}/lib/genius
|
%{_prefix}/lib/genius
|
||||||
%{_datadir}/applications/gnome-genius.desktop
|
%{_datadir}/applications/gnome-genius.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/genius-stock-plot.png
|
%{_datadir}/icons/hicolor/
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnome-genius.png
|
|
||||||
%{_datadir}/mime/packages/genius.xml
|
%{_datadir}/mime/packages/genius.xml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user