From 6bfa98e161f667c1244489a158733f577a7af2c8b0842d6b6cdeb9cc343405ca Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Mon, 2 Oct 2023 10:16:48 +0000 Subject: [PATCH] Accepting request 1114700 from home:pgajdos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - version update to 4.8.1 * Fix besselj() and bessely() * Fix display of matrices and vectors with complex number form other than rectangular (default) * Fix conflict between decibel units (e.g. "0dB") and duodecimal 0d… syntax (now requires at least two digits) * Fixes for title options in plot() function * Add additional buttons and button menus to general keypad (Qt) * Add option to show all functions, units, and variables in tool button menus (Qt) * Add recently used objects to functions, units, and variables menus (Qt) * Add option to bypass dialog for functions in menu (Qt) * Add option, in context menu, to display text for tool buttons (Qt) * Open functions, units, and variables tool button menus using long-press or right-click (in addition to arrow button), and add keyboard shortcuts (Qt) * Use keypad tool button menu as context menu and show keypad type in title bar of keypad (Qt) * Auto-update number bases above programming keypad when entering simple integers, even if calculate-as-you-type is deactivated (GTK) OBS-URL: https://build.opensuse.org/request/show/1114700 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=22 --- libqalculate-4.8.0.tar.gz | 3 --- libqalculate-4.8.1.tar.gz | 3 +++ qalculate.changes | 24 ++++++++++++++++++++++++ qalculate.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-4.8.0.tar.gz create mode 100644 libqalculate-4.8.1.tar.gz diff --git a/libqalculate-4.8.0.tar.gz b/libqalculate-4.8.0.tar.gz deleted file mode 100644 index 1954f03..0000000 --- a/libqalculate-4.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2761626a061b772da3cec9135c21e9b7ce5aa87a6bb47c9ddd7d82fc8f0f46c -size 2625669 diff --git a/libqalculate-4.8.1.tar.gz b/libqalculate-4.8.1.tar.gz new file mode 100644 index 0000000..83e746c --- /dev/null +++ b/libqalculate-4.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54 +size 2625564 diff --git a/qalculate.changes b/qalculate.changes index 7910cd2..736e8dc 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Oct 2 07:26:26 UTC 2023 - pgajdos@suse.com + +- version update to 4.8.1 + + * Fix besselj() and bessely() + * Fix display of matrices and vectors with complex number form other than + rectangular (default) + * Fix conflict between decibel units (e.g. "0dB") and duodecimal 0d… syntax + (now requires at least two digits) + * Fixes for title options in plot() function + * Add additional buttons and button menus to general keypad (Qt) + * Add option to show all functions, units, and variables in tool button + menus (Qt) + * Add recently used objects to functions, units, and variables menus (Qt) + * Add option to bypass dialog for functions in menu (Qt) + * Add option, in context menu, to display text for tool buttons (Qt) + * Open functions, units, and variables tool button menus using long-press + or right-click (in addition to arrow button), and add keyboard shortcuts (Qt) + * Use keypad tool button menu as context menu and show keypad type in + title bar of keypad (Qt) + * Auto-update number bases above programming keypad when entering simple + integers, even if calculate-as-you-type is deactivated (GTK) + ------------------------------------------------------------------- Thu Aug 24 13:45:36 UTC 2023 - pgajdos@suse.com diff --git a/qalculate.spec b/qalculate.spec index f0162bd..51308c8 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -19,7 +19,7 @@ %define major 22 %define libname libqalculate Name: qalculate -Version: 4.8.0 +Version: 4.8.1 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later