From 1194bd6743de56cf3f5d4499b601ef9bde5760b0ea36ae14f125df32ec27a4e5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 28 Oct 2021 10:43:26 +0000 Subject: [PATCH] Accepting request 927919 from home:iznogood:branches:GNOME:Apps - Update to version 1.0.27: + Add Save button to toolbar. + Add calculus example "zooming animation" to show differentiability. + Allow setting editor color scheme in the settings dialog. + Closing window acts exactly like the quit button/menu item. + Current program is marked with larger font instead of bold, since that doesn't work with all themes. + Improve performance of surface plots, and get rid of flicker. + Remove menu icons. + Leave the Stop button on the plot window enabled if a script is running. + Remove dependence on AMTK. + Updated translations. - Drop pkgconfig(amtk-5) BuildRequires: following upstream changes. OBS-URL: https://build.opensuse.org/request/show/927919 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/genius?expand=0&rev=57 --- genius-1.0.26.tar.xz | 3 --- genius-1.0.27.tar.xz | 3 +++ genius.changes | 19 +++++++++++++++++++ genius.spec | 3 +-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 genius-1.0.26.tar.xz create mode 100644 genius-1.0.27.tar.xz diff --git a/genius-1.0.26.tar.xz b/genius-1.0.26.tar.xz deleted file mode 100644 index 320fe26..0000000 --- a/genius-1.0.26.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e90660656c89086a29bebb9fa084b309d1153c15f23b24ea05be82cd700c9112 -size 2915392 diff --git a/genius-1.0.27.tar.xz b/genius-1.0.27.tar.xz new file mode 100644 index 0000000..97cbbfe --- /dev/null +++ b/genius-1.0.27.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0243b7c36b5f9e930c62778acd52deb188deeca704a5e195337018435d9e7bb5 +size 2918348 diff --git a/genius.changes b/genius.changes index ef89f33..058692b 100644 --- a/genius.changes +++ b/genius.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 28 08:48:30 UTC 2021 - Bjørn Lie + +- Update to version 1.0.27: + + Add Save button to toolbar. + + Add calculus example "zooming animation" to show + differentiability. + + Allow setting editor color scheme in the settings dialog. + + Closing window acts exactly like the quit button/menu item. + + Current program is marked with larger font instead of bold, + since that doesn't work with all themes. + + Improve performance of surface plots, and get rid of flicker. + + Remove menu icons. + + Leave the Stop button on the plot window enabled if a script is + running. + + Remove dependence on AMTK. + + Updated translations. +- Drop pkgconfig(amtk-5) BuildRequires: following upstream changes. + ------------------------------------------------------------------- Fri Feb 19 12:43:07 UTC 2021 - Bjørn Lie diff --git a/genius.spec b/genius.spec index 2fb6dc0..db1ca05 100644 --- a/genius.spec +++ b/genius.spec @@ -17,7 +17,7 @@ Name: genius -Version: 1.0.26 +Version: 1.0.27 Release: 0 Summary: General purpose calculator and mathematics tool License: GPL-3.0-or-later @@ -31,7 +31,6 @@ BuildRequires: intltool BuildRequires: mpfr-devel >= 2.3.0 BuildRequires: pkgconfig BuildRequires: readline-devel -BuildRequires: pkgconfig(amtk-5) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.41.1