From 4853d1eb91d0c3595af939c7a39d5e2954975ccd4c92ef21f4839eaf6a1f9201 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 22 Jan 2020 23:13:27 +0000 Subject: [PATCH] Accepting request 766411 from home:cgiboudeaux:branches:science - Update to 3.7.0 * New functions: bernoulli(), erfi(), fresnels(), fresnelc() * Improved zeta(), with exact values for negative and even integers, support for all real values, and optional second argument for calculation of Hurwitz zeta * Support for complex numbers in Ei(), li(), Si(), Ci(), Shi(), and Chi() * Support for all branches and complex numbers in lambertw() * Extended argument support in Li() * Add base units (or local currency) for unit conversion when units are missing in original expression (e.g. 5 to ft = 5 m to ft) * Belarusian ruble (BYN) * Improvements and fixes for integrals * Fix crash when used in Cantor (caused by conflict with Poppler library) * Minor bug fixes and feature improvements OBS-URL: https://build.opensuse.org/request/show/766411 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=3 --- libqalculate-3.6.0.tar.gz | 3 --- libqalculate-3.7.0.tar.gz | 3 +++ qalculate.changes | 21 +++++++++++++++++++++ qalculate.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-3.6.0.tar.gz create mode 100644 libqalculate-3.7.0.tar.gz diff --git a/libqalculate-3.6.0.tar.gz b/libqalculate-3.6.0.tar.gz deleted file mode 100644 index 2bec6fb..0000000 --- a/libqalculate-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66b38ed6460f0cd6a1b16ba4145c0396c995939da0ed78f15736f8cd794969b2 -size 2151679 diff --git a/libqalculate-3.7.0.tar.gz b/libqalculate-3.7.0.tar.gz new file mode 100644 index 0000000..5d96b12 --- /dev/null +++ b/libqalculate-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a3f2510133ed8d4b278058565d83d65c180025711a4dc7da8e242d8a5f8247 +size 2273729 diff --git a/qalculate.changes b/qalculate.changes index ffa6bd5..a34b53f 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jan 20 13:21:28 UTC 2020 - Christophe Giboudeaux + +- Update to 3.7.0 + * New functions: bernoulli(), erfi(), fresnels(), fresnelc() + * Improved zeta(), with exact values for negative and even + integers, support for all real values, and optional second + argument for calculation of Hurwitz zeta + * Support for complex numbers in Ei(), li(), Si(), Ci(), + Shi(), and Chi() + * Support for all branches and complex numbers in lambertw() + * Extended argument support in Li() + * Add base units (or local currency) for unit conversion when + units are missing in original expression (e.g. 5 to + ft = 5 m to ft) + * Belarusian ruble (BYN) + * Improvements and fixes for integrals + * Fix crash when used in Cantor (caused by conflict with + Poppler library) + * Minor bug fixes and feature improvements + ------------------------------------------------------------------- Fri Nov 29 02:30:19 UTC 2019 - Stefan BrĂ¼ns diff --git a/qalculate.spec b/qalculate.spec index c267b00..a8fbccd 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -19,7 +19,7 @@ %define major 21 %define libname libqalculate Name: qalculate -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later