From 07c68f0952ee0086bd52032838bd73a2a72d4ca923cabc11f19dd4e75ee894c0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 3 Aug 2020 12:42:44 +0000 Subject: [PATCH] Accepting request 823391 from home:polslinux:branches:science - Update to 3.12.0: * Improved exact simplification of roots (e.g. sqrt(2)-2/sqrt(2)=0) * Only apply negative exponents option to units, and always use negative exponents instead of division for unit expressions with only negative exponents * Support use of right arrow (including "->") as alternative to "to" for conversion (e.g. 5m->ft) * Use middle dot instead of multiplication x in unit expressions * Minor bug fixes and feature improvements OBS-URL: https://build.opensuse.org/request/show/823391 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=5 --- libqalculate-3.11.0.tar.gz | 3 --- libqalculate-3.12.0.tar.gz | 3 +++ qalculate.changes | 13 +++++++++++++ qalculate.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-3.11.0.tar.gz create mode 100644 libqalculate-3.12.0.tar.gz diff --git a/libqalculate-3.11.0.tar.gz b/libqalculate-3.11.0.tar.gz deleted file mode 100644 index 5ecd4e4..0000000 --- a/libqalculate-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6992ff25774a15d6a0b09542b1f137dd5dc00995dfe9a765205ec2da39b4e13f -size 2173051 diff --git a/libqalculate-3.12.0.tar.gz b/libqalculate-3.12.0.tar.gz new file mode 100644 index 0000000..02b1934 --- /dev/null +++ b/libqalculate-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6b56c2afbed4c37b37869fde3b45610722fa4bb4b802c84f7cb387968fbc68 +size 2272693 diff --git a/qalculate.changes b/qalculate.changes index 3b4b715..f7437a1 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 29 11:58:55 UTC 2020 - Paolo Stivanin + +- Update to 3.12.0: + * Improved exact simplification of roots (e.g. sqrt(2)-2/sqrt(2)=0) + * Only apply negative exponents option to units, and always use + negative exponents instead of division for unit expressions with + only negative exponents + * Support use of right arrow (including "->") as alternative to "to" + for conversion (e.g. 5m->ft) + * Use middle dot instead of multiplication x in unit expressions + * Minor bug fixes and feature improvements + ------------------------------------------------------------------- Tue Jun 23 09:00:43 UTC 2020 - Paolo Stivanin diff --git a/qalculate.spec b/qalculate.spec index a28478b..9512a4c 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -19,7 +19,7 @@ %define major 21 %define libname libqalculate Name: qalculate -Version: 3.11.0 +Version: 3.12.0 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later