From fc50f01e3b367a3cc2c84e657a5e9de240342196ece8f5fb0ef3aa5fea68dfa3 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 2 Jul 2020 09:38:00 +0000 Subject: [PATCH] Accepting request 818276 from home:polslinux:branches:science - Update to version 3.11.0: * Option to clear history on exit (GUI) * Fix removal of history items, and move to top, when calculate-as-you-type is activated (GUI) * Reduce the height of the result widget (GUI) * Hide tooltip after keypad button click (GUI) * Check for updates menu item (GUI) * Slovenian translation (GUI) * Configurable number of lines in expression entry (GUI) * Add angle unit selection to sin, cos, and tan button menus and an new status popup menu, and make it possible to set keyboard shortcut for angle units * Improved keyboard shortcuts dialog (GUI) * New parentheses and other improvements in display of results * Dark theme setting on Windows (GUI) * Improved handling of vectors and matrices in insert function dialog * Configurable time limit for plot (GUI) * Ellipsize long variable values used as title in completion popup * Persistent keypad option, which makes it possible to show the keypad and the history simultaneously * Minimal window mode, which hides everything but the expression entry and, when not empty, the result * Optional (disabled by default at compile time) internal help viewer using WebKitGTK - Update version of libqalculate in BuildRequires: at least version 3.8.0 now required. OBS-URL: https://build.opensuse.org/request/show/818276 OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=3 --- qalculate-gtk-3.11.0.tar.gz | 3 +++ qalculate-gtk-3.7.0.tar.gz | 3 --- qalculate-gtk.changes | 32 ++++++++++++++++++++++++++++++++ qalculate-gtk.spec | 22 +++++++++++++++++----- 4 files changed, 52 insertions(+), 8 deletions(-) create mode 100644 qalculate-gtk-3.11.0.tar.gz delete mode 100644 qalculate-gtk-3.7.0.tar.gz diff --git a/qalculate-gtk-3.11.0.tar.gz b/qalculate-gtk-3.11.0.tar.gz new file mode 100644 index 0000000..1e46a81 --- /dev/null +++ b/qalculate-gtk-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21da7838dcb25694f6180233588cc8de619503b825667ccce8ce45e96653010 +size 4461909 diff --git a/qalculate-gtk-3.7.0.tar.gz b/qalculate-gtk-3.7.0.tar.gz deleted file mode 100644 index 346ce41..0000000 --- a/qalculate-gtk-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c74996ca25ba97332035b8ef9875c7b27879df4ed166dce21ccc7f0520142174 -size 4300204 diff --git a/qalculate-gtk.changes b/qalculate-gtk.changes index 18e6546..1294705 100644 --- a/qalculate-gtk.changes +++ b/qalculate-gtk.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Jun 23 09:17:22 UTC 2020 - Paolo Stivanin + +- Update to version 3.11.0: + * Option to clear history on exit (GUI) + * Fix removal of history items, and move to top, when + calculate-as-you-type is activated (GUI) + * Reduce the height of the result widget (GUI) + * Hide tooltip after keypad button click (GUI) + * Check for updates menu item (GUI) + * Slovenian translation (GUI) + * Configurable number of lines in expression entry (GUI) + * Add angle unit selection to sin, cos, and tan button menus + and an new status popup menu, + and make it possible to set keyboard shortcut for angle units + * Improved keyboard shortcuts dialog (GUI) + * New parentheses and other improvements in display of results + * Dark theme setting on Windows (GUI) + * Improved handling of vectors and matrices in insert function + dialog + * Configurable time limit for plot (GUI) + * Ellipsize long variable values used as title in completion + popup + * Persistent keypad option, which makes it possible to show + the keypad and the history simultaneously + * Minimal window mode, which hides everything but the expression + entry and, when not empty, the result + * Optional (disabled by default at compile time) internal help + viewer using WebKitGTK +- Update version of libqalculate in BuildRequires: at least + version 3.8.0 now required. + ------------------------------------------------------------------- Sat Feb 8 13:52:27 UTC 2020 - Bjørn Lie diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec index 1c11bf6..5016715 100644 --- a/qalculate-gtk.spec +++ b/qalculate-gtk.spec @@ -1,7 +1,7 @@ # # spec file for package qalculate-gtk # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: qalculate-gtk -Version: 3.7.0 +Version: 3.11.0 Release: 0 Summary: Multi-purpose cross-platform desktop calculator License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: https://qalculate.github.io Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz - BuildRequires: automake BuildRequires: c++_compiler BuildRequires: intltool @@ -33,7 +32,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.4 BuildRequires: pkgconfig(gtk+-3.0) >= 3.12 -BuildRequires: pkgconfig(libqalculate) >= 3.2.0 +BuildRequires: pkgconfig(libqalculate) >= 3.8.0 BuildRequires: pkgconfig(libxml-2.0) %description @@ -66,9 +65,22 @@ NOCONFIGURE=1 ./autogen.sh %{_bindir}/%{name} %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/qalculate.??g %license COPYING %{_mandir}/man?/%{name}.?%{ext_man} +%{_libdir}/qalculate-search-provider +%{_datadir}/dbus-1/services/io.github.Qalculate.SearchProvider.service +%dir %{_datadir}/gnome-shell/ +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/io.github.Qalculate.search-provider.ini +%{_datadir}/icons/hicolor/128x128/apps/qalculate.png +%{_datadir}/icons/hicolor/16x16/apps/qalculate.png +%{_datadir}/icons/hicolor/22x22/apps/qalculate.png +%{_datadir}/icons/hicolor/24x24/apps/qalculate.png +%{_datadir}/icons/hicolor/256x256/apps/qalculate.png +%{_datadir}/icons/hicolor/32x32/apps/qalculate.png +%{_datadir}/icons/hicolor/48x48/apps/qalculate.png +%{_datadir}/icons/hicolor/64x64/apps/qalculate.png +%{_datadir}/icons/hicolor/scalable/apps/qalculate.svg %files lang -f %{name}.lang