Accepting request 828527 from home:polslinux:branches:science

- Update to 3.12.1:
  * Fix BTC, BYN, and BYR exchange rates
  * Fix exchange rates update time
  * Fix parsing of negative power in function arguments without
    parenthesis
  * Add arcsin, arccos, arsinh, arcosh, etc. as names for inverse
    trigonometric and hyperbolic functions
  * Interpret sin^-1, cos^-1, etc. as inverse functions
    (arcsin, arccos, etc.)
  * Add deftorad() and totient() functions

OBS-URL: https://build.opensuse.org/request/show/828527
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=6
This commit is contained in:
Atri Bhattacharya 2020-08-21 15:09:47 +00:00 committed by Git OBS Bridge
parent 07c68f0952
commit 91f5ae270c
4 changed files with 18 additions and 4 deletions

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28c46dc8dd975f253627d80c55a6feab7c44d965dce3ceffefc3cafc9a97c457
size 2275290

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Aug 21 14:17:43 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.12.1:
* Fix BTC, BYN, and BYR exchange rates
* Fix exchange rates update time
* Fix parsing of negative power in function arguments without
parenthesis
* Add arcsin, arccos, arsinh, arcosh, etc. as names for inverse
trigonometric and hyperbolic functions
* Interpret sin^-1, cos^-1, etc. as inverse functions
(arcsin, arccos, etc.)
* Add deftorad() and totient() functions
-------------------------------------------------------------------
Wed Jul 29 11:58:55 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

@ -19,7 +19,7 @@
%define major 21
%define libname libqalculate
Name: qalculate
Version: 3.12.0
Version: 3.12.1
Release: 0
Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later