SHA256
1
0
forked from pool/qalculate
Dominique Leuenberger 2019-12-03 11:40:20 +00:00 committed by Git OBS Bridge
parent ffe79540a1
commit f30d2f947c
4 changed files with 375 additions and 345 deletions

View File

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

View File

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

View File

@ -1,8 +1,34 @@
-------------------------------------------------------------------
Fri Nov 29 02:30:19 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.6.0
* Major improvements and fixes for integrals (note that the variable
of integration argument has moved to 4th position, e.g.
integrate(x^2, 1, 5) instead of integrate(x^2, x, 1, 5))
* Automatic detection of variables for undefined symbolic arguments
(e.g. for diff(y^2), the derivative is calculated with respect to
y instead of defaulting to x)
* Fix uncertainty propagation involving complex numbers (calculate
imaginary and real uncertainty separately when using variance formula)
* Fix incorrect solutions to equations not removed
* New functions: dof() for photography depth of field calculation;
awg() and awgd() for American Wire Gauge conversion; romberg() for
numerical integration; randnorm(), randpoisson(), randrayleigh(),
randexp(), and randuniform() for random numbers with different
distributions; normdist(), expondist(), and binomdist() for
distribution probability calculations
* New units: cmil and kcmil
* rand() (and related functions) now accepts an additional argument
for specifying the number of random values to generate
* Option to select custom keypad or application font (GUI)
* Options to customize the window title: different modes selectable
in preferences, command line option, and settitle() function (GUI)
* Minor bug fixes and feature improvements
-------------------------------------------------------------------
Thu Oct 24 11:12:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.5.0
* Option to use binary prefixes by default for information units and "b?"
syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte)
* Bijective base-26 support (including bijective() function)
@ -37,9 +63,7 @@ Mon Sep 23 20:52:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
Sat Jul 27 07:47:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.3.0
* Support for number bases > 32, as well as negative and non-integer number
bases
* Support for all number bases, including non-numerical, and specification of
digits in base() function
@ -89,7 +113,6 @@ Wed May 29 20:17:28 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
Fri Apr 26 09:49:03 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.1.0
* Calculation of Si(), Ci(), Shi(), and Chi().
* Convert trigonometric arguments to selected angle unit, and hide angle
unit in result.
@ -273,7 +296,6 @@ Thu Jan 12 20:36:48 UTC 2017 - fabian@ritter-vogt.de
* Physical constant have been updated with the CODATA values from 2014.
* Use ~/.local and ~/.conf to store configuration and definitions
* 'to' can now not only be used for conversion to unit expressions. "to bin", "to oct", "to hex" and "to bases" changes number base displayed, "to factors" factorizes, "to fraction" displays as fraction, and "to base" and "to optimal" auto-converts units. (CLI)
- Now using https://github.com/Qalculate/libqalculate as source
- Remove gcc-6-compile.patch, fixed upstream
@ -309,32 +331,40 @@ Sun Apr 25 14:27:24 UTC 2010 - masterpatricko@gmail.com
-------------------------------------------------------------------
Sat Sep 6 00:00:00 BST 2008 - masterpatricko@gmail.com
- Many small fixes to spec file, with addition of patch to build on openSUSE 11+
-------------------------------------------------------------------
Sun Jun 17 00:00:00 EST 2007 - bwalle@suse.de
- update to 0.9.6: bug fixes
-------------------------------------------------------------------
Mon Dec 18 00:00:00 EST 2006 - bernhard@suse.de
- new upstream release
-------------------------------------------------------------------
Thu Jun 15 00:00:00 EST 2006 - bernhard@links2linux.de
- new upstream release
-------------------------------------------------------------------
Sun May 14 00:00:00 EST 2006 - bernhard@links2linux.de
- added BuildRequires gmp-devel
-------------------------------------------------------------------
Sun Mar 19 00:00:00 EST 2006 - bernhard@links2linux.de
- new upsream version 0.9.3
-------------------------------------------------------------------
Tue Jan 10 00:00:00 EST 2006 - bernhard@links2linux.de
- new upstream version 0.9.2
-------------------------------------------------------------------
Mon Nov 4 00:00:00 EST 2005 - bernhard@links2linux.de
- initial package for PackMan

View File

@ -1,7 +1,7 @@
#
# spec file for package qalculate
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define major 21
%define libname libqalculate
Name: qalculate
Version: 3.5.0
Version: 3.6.0
Release: 0
Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later