From 67a1203920cd89c90e79fe5685edf660ea68c50369f8c4d5b30ad5a145f18239 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 8 Jul 2017 10:25:11 +0000 Subject: [PATCH] Accepting request 507911 from KDE:Distro:Factory - Update to 0.9.12: * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes - Update to 0.9.11: * Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min") * Fixes to unit conversion (e.g. "1/(1 ns) to GHz") * Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333") * Critical fixes for RPN syntax * Fix degree sign * Fix transformation of last arguments to vector, when only one last argument (fixes function("1+\x"; 1)) * Plot functions (makes possible plotting, using gnuplot, in qalc) * "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc * Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc * New commands for creation of simple functions and variables (without calculation of the expression) in qalc * Various other minor enhancements and bug fixes... OBS-URL: https://build.opensuse.org/request/show/507911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=15 --- libqalculate-0.9.10.tar.gz | 3 --- libqalculate-0.9.12.tar.gz | 3 +++ qalculate.changes | 18 ++++++++++++++++++ qalculate.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 libqalculate-0.9.10.tar.gz create mode 100644 libqalculate-0.9.12.tar.gz diff --git a/libqalculate-0.9.10.tar.gz b/libqalculate-0.9.10.tar.gz deleted file mode 100644 index 3f8665f..0000000 --- a/libqalculate-0.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d81e1b15bc1e674e3d4db71c4fc08dafcef830e6acd39f65034e3c0f694b3b9 -size 1509229 diff --git a/libqalculate-0.9.12.tar.gz b/libqalculate-0.9.12.tar.gz new file mode 100644 index 0000000..b986592 --- /dev/null +++ b/libqalculate-0.9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d2 +size 1552201 diff --git a/qalculate.changes b/qalculate.changes index 1480e0b..1a9a8d5 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jun 2 16:26:34 UTC 2017 - wbauer@tmo.at + +- Update to 0.9.12: + * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes +- Update to 0.9.11: + * Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min") + * Fixes to unit conversion (e.g. "1/(1 ns) to GHz") + * Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333") + * Critical fixes for RPN syntax + * Fix degree sign + * Fix transformation of last arguments to vector, when only one last argument (fixes function("1+\x"; 1)) + * Plot functions (makes possible plotting, using gnuplot, in qalc) + * "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc + * Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc + * New commands for creation of simple functions and variables (without calculation of the expression) in qalc + * Various other minor enhancements and bug fixes... + ------------------------------------------------------------------- Thu Jan 19 10:43:13 UTC 2017 - jengelh@inai.de diff --git a/qalculate.spec b/qalculate.spec index b33869f..1fcae37 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -16,10 +16,10 @@ # -%define major 6 +%define major 9 %define libname libqalculate Name: qalculate -Version: 0.9.10 +Version: 0.9.12 Release: 0 Summary: Multi-purpose desktop calulator application License: GPL-2.0+