From f85a4881662a70fdf202ed5626d78a0fc742a5e16622b89bde34bd9d59a8a29b Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 19 Feb 2024 09:25:44 +0000 Subject: [PATCH] Accepting request 1147519 from home:pgajdos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to v4.9.0: * Support for specifying a fixed denominator for display of fractions (e.g. "0.3 ft ➞ 1/8 ≈ (3 + 5/8) in") * Return gcd of numerators divided by lcm of denominators in gcd() with non-integer rational numbers, and vice versa for lcm() * Add units for mean Gregorian and tropical years * Ignore underscore in number * Replace defunct exchange rates source and fix bitcoin exchange rate * Fix asin(x)=a, acos(x)=a, and atan(x)=a, when a contains an angle unit and default angle unit is set * Fix output of value converted to unit expression with numerical multiplier in denominator, e.g. "➞ L/(100 km)" * Fix segfault when trying to solve "(xsqrt(x)-ysqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y" * Fix parsing of case insensitive object name ending with Unicode character when followed by another Unicode character in expression, e.g. "микрометр" * Add history command, listing expression history * Display all exponents 0-9 using Unicode superscript characters if these are the only exponents in the expression OBS-URL: https://build.opensuse.org/request/show/1147519 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=23 --- libqalculate-4.8.1.tar.gz | 3 --- libqalculate-4.9.0.tar.gz | 3 +++ qalculate.changes | 26 ++++++++++++++++++++++++++ qalculate.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-4.8.1.tar.gz create mode 100644 libqalculate-4.9.0.tar.gz diff --git a/libqalculate-4.8.1.tar.gz b/libqalculate-4.8.1.tar.gz deleted file mode 100644 index 83e746c..0000000 --- a/libqalculate-4.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54 -size 2625564 diff --git a/libqalculate-4.9.0.tar.gz b/libqalculate-4.9.0.tar.gz new file mode 100644 index 0000000..5c9f8e0 --- /dev/null +++ b/libqalculate-4.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f +size 2639589 diff --git a/qalculate.changes b/qalculate.changes index 736e8dc..e326af9 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Feb 14 15:18:07 UTC 2024 - Petr Gajdos + +- update to v4.9.0: + * Support for specifying a fixed denominator for display of + fractions (e.g. "0.3 ft ➞ 1/8 ≈ (3 + 5/8) in") + * Return gcd of numerators divided by lcm of denominators in + gcd() with non-integer rational numbers, and vice versa for + lcm() + * Add units for mean Gregorian and tropical years + * Ignore underscore in number + * Replace defunct exchange rates source and fix bitcoin + exchange rate + * Fix asin(x)=a, acos(x)=a, and atan(x)=a, when a contains an + angle unit and default angle unit is set + * Fix output of value converted to unit expression with + numerical multiplier in denominator, e.g. "➞ L/(100 km)" + * Fix segfault when trying to solve + "(xsqrt(x)-ysqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y" + * Fix parsing of case insensitive object name ending with + Unicode character when followed by another Unicode character + in expression, e.g. "микрометр" + * Add history command, listing expression history + * Display all exponents 0-9 using Unicode superscript + characters if these are the only exponents in the expression + ------------------------------------------------------------------- Mon Oct 2 07:26:26 UTC 2023 - pgajdos@suse.com diff --git a/qalculate.spec b/qalculate.spec index 51308c8..5beb2e8 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -19,7 +19,7 @@ %define major 22 %define libname libqalculate Name: qalculate -Version: 4.8.1 +Version: 4.9.0 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later