Accepting request 688582 from KDE:Distro:Factory
Update to 3.0.0 OBS-URL: https://build.opensuse.org/request/show/688582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=24
This commit is contained in:
parent
13ca8688a3
commit
b70f65a914
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b18f594894135e96121b1f81b341f05582ac73fc53680b6e35063623ceea6262
|
|
||||||
size 1952001
|
|
3
libqalculate-3.0.0.tar.gz
Normal file
3
libqalculate-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e
|
||||||
|
size 2035840
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 06:45:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 3.0.0
|
||||||
|
* Implement 2019 redefinition of SI base units
|
||||||
|
* Uncertainty propagation improvements/fixes
|
||||||
|
* Separate use of interval arithmetic
|
||||||
|
* Improved polynomial gcd
|
||||||
|
* Added option to ignore the system language
|
||||||
|
* Switch to exact decimal fractions (fixed) from decimal fractions
|
||||||
|
mode (and vice versa) when exact mode is toggled.
|
||||||
|
* Restore lost signal handlers in the conversion GUI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 30 10:15:13 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Oct 30 10:15:13 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qalculate
|
# spec file for package qalculate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define major 20
|
%define major 21
|
||||||
%define libname libqalculate
|
%define libname libqalculate
|
||||||
Name: qalculate
|
Name: qalculate
|
||||||
Version: 2.8.0
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-purpose desktop calulator application
|
Summary: Multi-purpose desktop calulator application
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user