From 92458dc3560125b4035c2cb8f21ed794f2c5c3778bd8b4bc9bce96be0337acd4 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Thu, 10 Nov 2022 18:09:05 +0000 Subject: [PATCH] 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 --- qalculate-gtk-4.3.0.tar.gz | 3 --- qalculate-gtk-4.4.0.tar.gz | 3 +++ qalculate-gtk.changes | 13 +++++++++++++ qalculate-gtk.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 qalculate-gtk-4.3.0.tar.gz create mode 100644 qalculate-gtk-4.4.0.tar.gz diff --git a/qalculate-gtk-4.3.0.tar.gz b/qalculate-gtk-4.3.0.tar.gz deleted file mode 100644 index a592659..0000000 --- a/qalculate-gtk-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c08a7acc0d9c72bc717f5f6db892a9c8dfdefeb8fa9f31e68484c715adff10f0 -size 2818894 diff --git a/qalculate-gtk-4.4.0.tar.gz b/qalculate-gtk-4.4.0.tar.gz new file mode 100644 index 0000000..d24fe37 --- /dev/null +++ b/qalculate-gtk-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f0266196851cb4a55a3ae5a84e1942f9116911495ef141135b6853a4d6fbc +size 2823556 diff --git a/qalculate-gtk.changes b/qalculate-gtk.changes index 082fe7e..d8d8830 100644 --- a/qalculate-gtk.changes +++ b/qalculate-gtk.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 10 09:17:00 UTC 2022 - Paolo Stivanin + +- 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 diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec index 92f4899..2b69a19 100644 --- a/qalculate-gtk.spec +++ b/qalculate-gtk.spec @@ -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