From 2cbfd8794f50dba7d31b0f7ebaebba2ae23b97ff3c072ea907320a6c470355fa Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 1 Jan 2023 05:35:03 +0000 Subject: [PATCH] Accepting request 1045477 from home:polslinux:branches:science - Update to 4.5.0: * Use history font for RPN stack list (GTK, Qt) * Use log() instead of log2() as alternative action on "ln" keypad button (Qt) * Fix completion (including segfaults) and expression tooltip on Wayland (Qt) * Fix RPN mode deactivated after application loses focus (Qt) OBS-URL: https://build.opensuse.org/request/show/1045477 OBS-URL: https://build.opensuse.org/package/show/science/qalculate-qt?expand=0&rev=4 --- qalculate-qt-4.4.0.tar.gz | 3 --- qalculate-qt-4.5.0.tar.gz | 3 +++ qalculate-qt.changes | 9 +++++++++ qalculate-qt.spec | 12 ++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 qalculate-qt-4.4.0.tar.gz create mode 100644 qalculate-qt-4.5.0.tar.gz diff --git a/qalculate-qt-4.4.0.tar.gz b/qalculate-qt-4.4.0.tar.gz deleted file mode 100644 index c04d684..0000000 --- a/qalculate-qt-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da165a8b271047cae7e971a45776e787299e471a5c15f85d42426d35cc410b20 -size 1272518 diff --git a/qalculate-qt-4.5.0.tar.gz b/qalculate-qt-4.5.0.tar.gz new file mode 100644 index 0000000..d531811 --- /dev/null +++ b/qalculate-qt-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f6585eb0e22eaafdaae342ef492ef599d35e14c3880080776376df177dd7d7 +size 1283483 diff --git a/qalculate-qt.changes b/qalculate-qt.changes index 1c85a8c..631a24a 100644 --- a/qalculate-qt.changes +++ b/qalculate-qt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 27 10:00:31 UTC 2022 - Paolo Stivanin + +- Update to 4.5.0: + * Use history font for RPN stack list (GTK, Qt) + * Use log() instead of log2() as alternative action on "ln" keypad button (Qt) + * Fix completion (including segfaults) and expression tooltip on Wayland (Qt) + * Fix RPN mode deactivated after application loses focus (Qt) + ------------------------------------------------------------------- Fri Nov 11 09:06:56 UTC 2022 - Paolo Stivanin diff --git a/qalculate-qt.spec b/qalculate-qt.spec index d477bf7..c821c48 100644 --- a/qalculate-qt.spec +++ b/qalculate-qt.spec @@ -17,7 +17,7 @@ Name: qalculate-qt -Version: 4.4.0 +Version: 4.5.0 Release: 0 Summary: Multi-purpose cross-platform desktop calculator License: GPL-2.0-or-later @@ -32,12 +32,12 @@ BuildRequires: libtool BuildRequires: pkgconfig # compilation fails on 5.12.x BuildRequires: pkgconfig(Qt5Core) >= 5.15.0 -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: libqt5-qtbase-devel -BuildRequires: libqt5-qtbase-common-devel BuildRequires: libqt5-linguist -BuildRequires: pkgconfig(libqalculate) >= 4.4.0 +BuildRequires: libqt5-qtbase-common-devel +BuildRequires: libqt5-qtbase-devel +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(libqalculate) >= %{version} BuildRequires: pkgconfig(libxml-2.0) %description