Accepting request 883503 from home:polslinux:branches:science
------------------------------------------------------------------ - Update to 3.18.0: * Improve handling of expressions with log-based units * Improve conversion of expression with multiple units to a single unit (e.g. m/W to W) * Output (kilo)gram instead of tonne with small prefix * New functions for statistical distributions: probit(), betadist(), cauchydist(), chisqdist(), expinv(), fdist(), gammadist(), tdist(), wblinv(), weibulldist() * Improve functions for statistical distribution * Improve sexagesimal input and output, and add geodistance() for calculation of distance between two GPS coordinates * Add command() function, which runs an external command and returns the output * erfinv() function and support for solving equations with error functions * Fix conversion with relative temperature units activated * Fix gammainc() function * Fix keyboard focus when run hidden automatically at startup * Temperature calculation modes (absolute, relative, hybrid) * Allow prefixes, with full name, without units (e.g. kilo = 10^3) * Extended and improved simplified Chinese translation * Save handle vector function argument property * Fix never ending loop when calculating []*[] * Minor bug fixes and feature improvements OBS-URL: https://build.opensuse.org/request/show/883503 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=10
This commit is contained in:
parent
37bfd1b627
commit
c40a13e6cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbe837073bf0d1995fe7ead4aae2b2e24260351048f6a513a9ca210342ce8e59
|
|
||||||
size 1756176
|
|
3
libqalculate-3.18.0.tar.gz
Normal file
3
libqalculate-3.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed7263f48d12a1dd94fe105156a6563125e9b3fe6361e9a9deb5b0ea5cbf03cf
|
||||||
|
size 1788899
|
@ -1,3 +1,31 @@
|
|||||||
|
------------------------------------------------------------------
|
||||||
|
Tue Apr 6 14:04:06 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 3.18.0:
|
||||||
|
* Improve handling of expressions with log-based units
|
||||||
|
* Improve conversion of expression with multiple units
|
||||||
|
to a single unit (e.g. m/W to W)
|
||||||
|
* Output (kilo)gram instead of tonne with small prefix
|
||||||
|
* New functions for statistical distributions: probit(), betadist(),
|
||||||
|
cauchydist(), chisqdist(), expinv(), fdist(), gammadist(),
|
||||||
|
tdist(), wblinv(), weibulldist()
|
||||||
|
* Improve functions for statistical distribution
|
||||||
|
* Improve sexagesimal input and output, and add geodistance()
|
||||||
|
for calculation of distance between two GPS coordinates
|
||||||
|
* Add command() function, which runs an external command
|
||||||
|
and returns the output
|
||||||
|
* erfinv() function and support for solving equations
|
||||||
|
with error functions
|
||||||
|
* Fix conversion with relative temperature units activated
|
||||||
|
* Fix gammainc() function
|
||||||
|
* Fix keyboard focus when run hidden automatically at startup
|
||||||
|
* Temperature calculation modes (absolute, relative, hybrid)
|
||||||
|
* Allow prefixes, with full name, without units (e.g. kilo = 10^3)
|
||||||
|
* Extended and improved simplified Chinese translation
|
||||||
|
* Save handle vector function argument property
|
||||||
|
* Fix never ending loop when calculating []*[]
|
||||||
|
* Minor bug fixes and feature improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 10 00:46:29 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Sun Jan 10 00:46:29 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 21
|
%define major 21
|
||||||
%define libname libqalculate
|
%define libname libqalculate
|
||||||
Name: qalculate
|
Name: qalculate
|
||||||
Version: 3.16.1
|
Version: 3.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-purpose desktop calculator application
|
Summary: Multi-purpose desktop calculator application
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,13 +29,14 @@ Source: https://github.com/Qalculate/libqalculate/releases/download/v%{v
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: mpfr-devel
|
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: libnghttp2-devel
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(mpfr)
|
||||||
Requires: %{name}-data >= %{version}
|
Requires: %{name}-data >= %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,8 +81,8 @@ Summary: Header files, libraries and development documentation for %{libn
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Requires: gmp-devel
|
Requires: gmp-devel
|
||||||
Requires: libxml2-devel
|
Requires: pkgconfig(libxml-2.0)
|
||||||
Requires: mpfr-devel
|
Requires: pkgconfig(mpfr)
|
||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n %{libname}-devel
|
||||||
This package contains the header files and development
|
This package contains the header files and development
|
||||||
|
Loading…
x
Reference in New Issue
Block a user