1
0
forked from pool/qalculate-gtk

Accepting request 1035022 from home:polslinux:branches:science

- Update to 4.4.0:
  * Add "Clear history" to available keyboard shortcut and
    button actions
  * Show exchange rates source, and update time, for current
    calculation in tooltip
  * Fix "Set Prefix" for auto-calculated result
  * Fix copying of result during delay before calculate-as-you-type
    result is added to history
  * Allow use of curly brackets as alternative parentheses

OBS-URL: https://build.opensuse.org/request/show/1035022
OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=23
This commit is contained in:
Dmitry Roshchin 2022-11-10 18:09:05 +00:00 committed by Git OBS Bridge
parent 255088cd52
commit 92458dc356
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 10 09:17:00 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 4.4.0:
* Add "Clear history" to available keyboard shortcut and
button actions
* Show exchange rates source, and update time, for current
calculation in tooltip
* Fix "Set Prefix" for auto-calculated result
* Fix copying of result during delay before calculate-as-you-type
result is added to history
* Allow use of curly brackets as alternative parentheses
-------------------------------------------------------------------
Fri Oct 14 17:37:21 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -17,7 +17,7 @@
Name: qalculate-gtk
Version: 4.3.0
Version: 4.4.0
Release: 0
Summary: Multi-purpose cross-platform desktop calculator
License: GPL-2.0-or-later
@ -33,7 +33,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) >= 4.3.0
BuildRequires: pkgconfig(libqalculate) >= 4.4.0
BuildRequires: pkgconfig(libxml-2.0)
%description