From 7db9c73286323a6360761a1effae48deaa3654f054322d4b13d8d0abfc5952f9 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 16 Oct 2022 18:21:53 +0000 Subject: [PATCH] Accepting request 1011000 from home:StefanBruens:branches:science MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 4.3.0: * Fix handling of Unicode powers for units in denominator, with adaptive parsing enabled (e.g. parse 10m/s² the same as 10m/s^2) * Fix "+" ignored after "E" in number bases where "E" is a digit * Fix scientific E notation with sign in argument when function is used without parentheses * Fix lambertw() for values very close to zero * Fix a × b^x + cx = d when a and c have different signs and d is non-zero * Fix a^x × b^x = c when a and b is negative, and c is positive * Fix segfaults in some corner cases * Fix potential issues in handling of leap seconds (e.g. during subtraction of seconds from date) * var=a syntax for variable assignment with calculated expression * Replace ounce with fluid ounce during conversion to volume unit * Solve a^x + b^x + … = c in more cases * Improve remainder/modulus for numerators with large exponents * Truncate number in output of parsed expression and end with ellipsis if unable to display all decimals * Improved floating point calculation and output speed, particularly for simple expressions with very high precision * New functions: clip(), qFormat(), qError() * "clear history" command and option to clear (not save) history on exit (CLI) * Replace selection (instead of wrap in parentheses) on operator input if selection ends with operator (GTK, Qt) * Act as if two arguments are required when applying base-N logarithm to expression (GTK, Qt) * When applying function to expression, exclude to/where expression and place cursor before closing parenthesis if operator is last in selection (GTK) * Show padlock (or "[P]") after protected expression (Qt) * Fix name field not working in argument edit dialog (Qt) * Minor bug fixes and feature enhancements OBS-URL: https://build.opensuse.org/request/show/1011000 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=14 --- libqalculate-4.2.0.tar.gz | 3 --- libqalculate-4.3.0.tar.gz | 3 +++ qalculate.changes | 38 ++++++++++++++++++++++++++++++++++++++ qalculate.spec | 4 ++-- 4 files changed, 43 insertions(+), 5 deletions(-) delete mode 100644 libqalculate-4.2.0.tar.gz create mode 100644 libqalculate-4.3.0.tar.gz diff --git a/libqalculate-4.2.0.tar.gz b/libqalculate-4.2.0.tar.gz deleted file mode 100644 index 1060f13..0000000 --- a/libqalculate-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b -size 2215812 diff --git a/libqalculate-4.3.0.tar.gz b/libqalculate-4.3.0.tar.gz new file mode 100644 index 0000000..6798410 --- /dev/null +++ b/libqalculate-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcb7b77dcbd06775cde95ea8360e4ffaef8f9df34c9690700c87980c36ab244 +size 2230559 diff --git a/qalculate.changes b/qalculate.changes index d03ad76..8fc867d 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Oct 14 17:30:48 UTC 2022 - Stefan Brüns + +- Update to 4.3.0: + * Fix handling of Unicode powers for units in denominator, with + adaptive parsing enabled (e.g. parse 10m/s² the same as 10m/s^2) + * Fix "+" ignored after "E" in number bases where "E" is a digit + * Fix scientific E notation with sign in argument when function + is used without parentheses + * Fix lambertw() for values very close to zero + * Fix a × b^x + cx = d when a and c have different signs and d + is non-zero + * Fix a^x × b^x = c when a and b is negative, and c is positive + * Fix segfaults in some corner cases + * Fix potential issues in handling of leap seconds (e.g. during + subtraction of seconds from date) + * var=a syntax for variable assignment with calculated expression + * Replace ounce with fluid ounce during conversion to volume unit + * Solve a^x + b^x + … = c in more cases + * Improve remainder/modulus for numerators with large exponents + * Truncate number in output of parsed expression and end with + ellipsis if unable to display all decimals + * Improved floating point calculation and output speed, + particularly for simple expressions with very high precision + * New functions: clip(), qFormat(), qError() + * "clear history" command and option to clear (not save) history + on exit (CLI) + * Replace selection (instead of wrap in parentheses) on operator + input if selection ends with operator (GTK, Qt) + * Act as if two arguments are required when applying base-N + logarithm to expression (GTK, Qt) + * When applying function to expression, exclude to/where + expression and place cursor before closing parenthesis if + operator is last in selection (GTK) + * Show padlock (or "[P]") after protected expression (Qt) + * Fix name field not working in argument edit dialog (Qt) + * Minor bug fixes and feature enhancements + ------------------------------------------------------------------- Mon May 30 07:37:08 UTC 2022 - Matej Cepl diff --git a/qalculate.spec b/qalculate.spec index f4c026d..9b57888 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -1,7 +1,7 @@ # # spec file for package qalculate # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define major 22 %define libname libqalculate Name: qalculate -Version: 4.2.0 +Version: 4.3.0 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later