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
This commit is contained in:
Dominique Leuenberger 2017-07-08 10:25:11 +00:00 committed by Git OBS Bridge
parent 6770002e88
commit 67a1203920
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d81e1b15bc1e674e3d4db71c4fc08dafcef830e6acd39f65034e3c0f694b3b9
size 1509229

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d2
size 1552201

View File

@ -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

View File

@ -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+