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

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

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

@ -1,340 +1,370 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 24 11:12:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Fri Nov 29 02:30:19 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.5.0 - Update to 3.6.0
* Major improvements and fixes for integrals (note that the variable
* Option to use binary prefixes by default for information units and "b?" of integration argument has moved to 4th position, e.g.
syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte) integrate(x^2, 1, 5) instead of integrate(x^2, x, 1, 5))
* Bijective base-26 support (including bijective() function) * Automatic detection of variables for undefined symbolic arguments
* Option to use 'j' as default symbol for the imaginary unit (placed in front (e.g. for diff(y^2), the derivative is calculated with respect to
of the imaginary part) y instead of defaulting to x)
* Angle/phasor notation for complex numbers * Fix uncertainty propagation involving complex numbers (calculate
* poisson() function imaginary and real uncertainty separately when using variance formula)
* Fix for steradian conversion * Fix incorrect solutions to equations not removed
* Fix and improve integral of abs(f(x)) * New functions: dof() for photography depth of field calculation;
* Add calculate-as-you-type result to history after idle time (GUI) awg() and awgd() for American Wire Gauge conversion; romberg() for
* Negate, sum, and "LAST x" RPN buttons, keyboard shortcuts for RPN numerical integration; randnorm(), randpoisson(), randrayleigh(),
stack manipulation, and various other RPN improvements (GUI) randexp(), and randuniform() for random numbers with different
* Fix segfault when saving mode/settings (on exit) if history is empty (GUI) distributions; normdist(), expondist(), and binomdist() for
* Minor bug fixes and feature improvements distribution probability calculations
* New units: cmil and kcmil
------------------------------------------------------------------- * rand() (and related functions) now accepts an additional argument
Mon Sep 23 20:52:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> for specifying the number of random values to generate
* Option to select custom keypad or application font (GUI)
- Update to 3.4.0: * Options to customize the window title: different modes selectable
* "where"-syntax (e.g. "x+y where x=1 and y=2") in preferences, command line option, and settitle() function (GUI)
* Improvements to replace() function * Minor bug fixes and feature improvements
* Smarter comma interpretation (when defined as decimal separator, but used
differently) -------------------------------------------------------------------
* Show warning when multiple decimal separators are used in a single number Thu Oct 24 11:12:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
* Option to automatically calculate the current expression on each change,
as you type - Update to 3.5.0
* Fix segfault with command line expression * Option to use binary prefixes by default for information units and "b?"
* Option to delete selected history items syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte)
* Minor bug fixes and feature improvements * Bijective base-26 support (including bijective() function)
* Option to use 'j' as default symbol for the imaginary unit (placed in front
------------------------------------------------------------------- of the imaginary part)
Sat Jul 27 07:47:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> * Angle/phasor notation for complex numbers
* poisson() function
- Update to 3.3.0 * Fix for steradian conversion
* Fix and improve integral of abs(f(x))
* Support for number bases > 32, as well as negative and non-integer number * Add calculate-as-you-type result to history after idle time (GUI)
* Negate, sum, and "LAST x" RPN buttons, keyboard shortcuts for RPN
bases stack manipulation, and various other RPN improvements (GUI)
* Support for all number bases, including non-numerical, and specification of * Fix segfault when saving mode/settings (on exit) if history is empty (GUI)
digits in base() function * Minor bug fixes and feature improvements
* dBm and dBW units
* Support both micro sign and small mu as symbol for micro prefix -------------------------------------------------------------------
* New programming keypad icon Mon Sep 23 20:52:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
* Import definitions action in GUI
* Fix parsing of "0x80 mod 3" and similar - Update to 3.4.0:
* Reduce length of expressions in warnings and errors (primarily when using * "where"-syntax (e.g. "x+y where x=1 and y=2")
high precision) * Improvements to replace() function
* Improved handling of interval arithmetic for cubic equations * Smarter comma interpretation (when defined as decimal separator, but used
* Minor bug fixes and feature improvements differently)
* Show warning when multiple decimal separators are used in a single number
------------------------------------------------------------------- * Option to automatically calculate the current expression on each change,
Fri May 31 09:50:44 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de> as you type
* Fix segfault with command line expression
- Fix file conflicts when installing qalculate-data with old qalculate * Option to delete selected history items
* Minor bug fixes and feature improvements
-------------------------------------------------------------------
Wed May 29 20:17:28 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> -------------------------------------------------------------------
Sat Jul 27 07:47:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.2.0
* Updated physical constants (CODATA 2018) - Update to 3.3.0
* Programming keypad (GUI) and programming mode (CLI) * Support for number bases > 32, as well as negative and non-integer number
* Bookmarks and protect (from disappearing of the end of the list) option for bases
history (GUI) * Support for all number bases, including non-numerical, and specification of
* New and updated keypad buttons (GUI) digits in base() function
* Keypad in number bases dialog (GUI) * dBm and dBW units
* bitrot() function for bit rotation * Support both micro sign and small mu as symbol for micro prefix
* Bitwise XOR, mod and rem operators, % as modulo, // and \ operators for * New programming keypad icon
integer division * Import definitions action in GUI
* Change order of operations for logical and bitwise operators to better * Fix parsing of "0x80 mod 3" and similar
match C operator precedence * Reduce length of expressions in warnings and errors (primarily when using
* Improved support for functions, variables and units with input base > 10 high precision)
* Unicode support in char() and code() * Improved handling of interval arithmetic for cubic equations
* Simplification and factorization improvements * Minor bug fixes and feature improvements
* RPN syntax improvements
* Recognize "factor" and "expand" commands at the beginning expressions -------------------------------------------------------------------
* For vector + scalar, add scalar to all components Fri May 31 09:50:44 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
* uptime variable
* Fix random segfault on automatic unit category selection (GUI) - Fix file conflicts when installing qalculate-data with old qalculate
* Fix display of number in sexagesimal base or time format (GUI)
* Fix abs(x)=a for complex x -------------------------------------------------------------------
* Minor bug fixes and feature improvements Wed May 29 20:17:28 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
------------------------------------------------------------------- - Update to 3.2.0
Fri Apr 26 09:49:03 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> * Updated physical constants (CODATA 2018)
* Programming keypad (GUI) and programming mode (CLI)
- Update to 3.1.0 * Bookmarks and protect (from disappearing of the end of the list) option for
history (GUI)
* Calculation of Si(), Ci(), Shi(), and Chi(). * New and updated keypad buttons (GUI)
* Convert trigonometric arguments to selected angle unit, and hide angle * Keypad in number bases dialog (GUI)
unit in result. * bitrot() function for bit rotation
* Hide optional arguments, with default value, in output. * Bitwise XOR, mod and rem operators, % as modulo, // and \ operators for
* Add optional variable value argument to diff(), for calculation of integer division
derivative for a specific x value. * Change order of operations for logical and bitwise operators to better
* Improved sinc() support. match C operator precedence
* Improved output with show ending zeroes activated. * Improved support for functions, variables and units with input base > 10
* Fix ignore system language on Windows. * Unicode support in char() and code()
* Fix atomic unit of velocity. * Simplification and factorization improvements
* Fix and improve keypad menus, and add dynamic convert to menu to result * RPN syntax improvements
popup menu (GUI). * Recognize "factor" and "expand" commands at the beginning expressions
* Fix compilation errors because of erroneous limits.h inclusion. * For vector + scalar, add scalar to all components
* Fix "factorized result is wrong" error. * uptime variable
* Minor bug fixes and feature improvements. * Fix random segfault on automatic unit category selection (GUI)
* Fix display of number in sexagesimal base or time format (GUI)
------------------------------------------------------------------- * Fix abs(x)=a for complex x
Tue Mar 26 06:45:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> * Minor bug fixes and feature improvements
- Update to 3.0.0 -------------------------------------------------------------------
* Implement 2019 redefinition of SI base units Fri Apr 26 09:49:03 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
* Uncertainty propagation improvements/fixes
* Separate use of interval arithmetic - Update to 3.1.0
* Improved polynomial gcd * Calculation of Si(), Ci(), Shi(), and Chi().
* Added option to ignore the system language * Convert trigonometric arguments to selected angle unit, and hide angle
* Switch to exact decimal fractions (fixed) from decimal fractions unit in result.
mode (and vice versa) when exact mode is toggled. * Hide optional arguments, with default value, in output.
* Restore lost signal handlers in the conversion GUI * Add optional variable value argument to diff(), for calculation of
derivative for a specific x value.
------------------------------------------------------------------- * Improved sinc() support.
Tue Oct 30 10:15:13 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr> * Improved output with show ending zeroes activated.
* Fix ignore system language on Windows.
- Update to 2.8.0 * Fix atomic unit of velocity.
* Equation solved and improved simplification for expressions with * Fix and improve keypad menus, and add dynamic convert to menu to result
trigonometric functions. popup menu (GUI).
* General improvements to simplification and equation solving. * Fix compilation errors because of erroneous limits.h inclusion.
* Improved factorization. * Fix "factorized result is wrong" error.
* New magnitude(), entrywise() and hadamard() functions, and new * Minor bug fixes and feature improvements.
n variable (unknown integer).
* Parse |x| and ||x|| as abs(x) and magnitude(x). -------------------------------------------------------------------
* Use kilo as prefix for gram if automatic prefix is off. Tue Mar 26 06:45:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
------------------------------------------------------------------- - Update to 3.0.0
Thu Sep 13 17:41:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de> * Implement 2019 redefinition of SI base units
* Uncertainty propagation improvements/fixes
- Re-ensure neutrality of descriptions. * Separate use of interval arithmetic
* Improved polynomial gcd
------------------------------------------------------------------- * Added option to ignore the system language
Wed Sep 12 22:21:07 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de> * Switch to exact decimal fractions (fixed) from decimal fractions
mode (and vice versa) when exact mode is toggled.
- Update to 2.6.2: * Restore lost signal handlers in the conversion GUI
* Polar and exponential complex forms (changed with mode or with "to" operator/command)
* Fix f(x)+a=a (e.g. x+1=1, which returned false/zero). -------------------------------------------------------------------
* Fix ln(-i). Tue Oct 30 10:15:13 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
* Fix automatic unit conversion in RPN mode
* Allow conversion of the current result using standalone "to" expression (e.g. type "to m" to convert current result to meter) in GUI. - Update to 2.8.0
* Option to disable automatic conversion to local currency (when optimal conversion activated) * Equation solved and improved simplification for expressions with
* Minor bug fixes. trigonometric functions.
* General improvements to simplification and equation solving.
------------------------------------------------------------------- * Improved factorization.
Fri Sep 7 18:34:28 UTC 2018 - stefan.bruens@rwth-aachen.de * New magnitude(), entrywise() and hadamard() functions, and new
n variable (unknown integer).
- Split data files from application package, fix boo#1106954 * Parse |x| and ||x|| as abs(x) and magnitude(x).
* Use kilo as prefix for gram if automatic prefix is off.
-------------------------------------------------------------------
Fri Jul 20 06:32:50 UTC 2018 - christophe@krop.fr -------------------------------------------------------------------
Thu Sep 13 17:41:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to 2.6.1. Changes since 2.5.0:
* Support for searching matching functions - Re-ensure neutrality of descriptions.
* Lunar phase functions
* Interpret 5m 7cm as 5m+7cm, and 3h 52min 20s as 3h+52min+20s, and similar -------------------------------------------------------------------
* Calendar conversion Wed Sep 12 22:21:07 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
* Fix display of addition with negative non-integer number
Check https://qalculate.github.io/news.html for the complete changelog - Update to 2.6.2:
* Polar and exponential complex forms (changed with mode or with "to" operator/command)
------------------------------------------------------------------- * Fix f(x)+a=a (e.g. x+1=1, which returned false/zero).
Sat May 26 20:19:26 UTC 2018 - christophe@krop.fr * Fix ln(-i).
* Fix automatic unit conversion in RPN mode
- Update to 2.5.0: * Allow conversion of the current result using standalone "to" expression (e.g. type "to m" to convert current result to meter) in GUI.
* Improved interval arithmetic with dependent values. * Option to disable automatic conversion to local currency (when optimal conversion activated)
* Experimental limit() function. * Minor bug fixes.
* Two's complement representation for binary numbers.
* Improved currency titles. -------------------------------------------------------------------
* bitcmp() function. Fri Sep 7 18:34:28 UTC 2018 - stefan.bruens@rwth-aachen.de
* Allow all rational numbers for second argument of root().
* Fix segfault when prefix is set in some cases. - Split data files from application package, fix boo#1106954
* Fix a^infinity when a > 1.
* Minor bug fixes. -------------------------------------------------------------------
- Drop 0001-Fix-leaking-of-FDs-created-by-pipe.patch (fixed upstream) Fri Jul 20 06:32:50 UTC 2018 - christophe@krop.fr
------------------------------------------------------------------- - Update to 2.6.1. Changes since 2.5.0:
Tue May 8 12:26:36 UTC 2018 - fabian@ritter-vogt.de * Support for searching matching functions
* Lunar phase functions
- Add patch to fix FD leak (boo#1092329): * Interpret 5m 7cm as 5m+7cm, and 3h 52min 20s as 3h+52min+20s, and similar
* 0001-Fix-leaking-of-FDs-created-by-pipe.patch * Calendar conversion
* Fix display of addition with negative non-integer number
------------------------------------------------------------------- Check https://qalculate.github.io/news.html for the complete changelog
Sat Mar 10 16:53:35 UTC 2018 - fabian@ritter-vogt.de
-------------------------------------------------------------------
- Use %license Sat May 26 20:19:26 UTC 2018 - christophe@krop.fr
- Clean .spec file
- Update to 2.2.1: - Update to 2.5.0:
* Fix electric constant, magnetic constant, and characteristic impedance of vacuum. * Improved interval arithmetic with dependent values.
* Fix handling of Unicode symbols in expressions with quotation marks. * Experimental limit() function.
* Fix segfault in solve() function. * Two's complement representation for binary numbers.
* sinc() function. * Improved currency titles.
* Add vacuum_permeability and vacuum_permittivity as alternative names for magnetic and electric constants. * bitcmp() function.
* Add completion only names to enable completion of Greek letters from the Roman letter names. * Allow all rational numbers for second argument of root().
* Suppress gnuplot output in terminal. * Fix segfault when prefix is set in some cases.
* Fix a^infinity when a > 1.
------------------------------------------------------------------- * Minor bug fixes.
Mon Dec 18 22:15:37 UTC 2017 - christophe@krop.fr - Drop 0001-Fix-leaking-of-FDs-created-by-pipe.patch (fixed upstream)
- Update to 2.2.0 -------------------------------------------------------------------
* Bitcoin support Tue May 8 12:26:36 UTC 2018 - fabian@ritter-vogt.de
* Fix wrong partial calculation of square root in exact mode in some cases
* Equation solving enhancements - Add patch to fix FD leak (boo#1092329):
Check http://qalculate.github.io/news.html for the complete changelog * 0001-Fix-leaking-of-FDs-created-by-pipe.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 29 06:52:20 UTC 2017 - fabian@ritter-vogt.de Sat Mar 10 16:53:35 UTC 2018 - fabian@ritter-vogt.de
- Update to 2.0.0: - Use %license
* CLN has been replaced with GMP and MPFR for low-level numerical calculations. - Clean .spec file
* The Glib dependancy has been removed. It has partly been replaced with libiconv and icu. Libqalculate can be compiled without them and libiconv is only used the CLI application. - Update to 2.2.1:
* GVFS and wget have been replaced by libcurl for exchange rates retrieval. * Fix electric constant, magnetic constant, and characteristic impedance of vacuum.
* Date functions have been rewritten and now support much larger numbers. * Fix handling of Unicode symbols in expressions with quotation marks.
* Trigonometric functions with angle unit other than radians have been fixed. * Fix segfault in solve() function.
* Functions with more than one argument can now also be applied to the RPN stack. * sinc() function.
* New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc() * Add vacuum_permeability and vacuum_permittivity as alternative names for magnetic and electric constants.
* Binary installer for Microsoft Windows. * Add completion only names to enable completion of Greek letters from the Roman letter names.
* Increased efficiency and many minor enhancements and bug fixes. * Suppress gnuplot output in terminal.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 2 16:26:34 UTC 2017 - wbauer@tmo.at Mon Dec 18 22:15:37 UTC 2017 - christophe@krop.fr
- Update to 0.9.12: - Update to 2.2.0
* Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes * Bitcoin support
- Update to 0.9.11: * Fix wrong partial calculation of square root in exact mode in some cases
* Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min") * Equation solving enhancements
* Fixes to unit conversion (e.g. "1/(1 ns) to GHz") Check http://qalculate.github.io/news.html for the complete changelog
* Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333")
* Critical fixes for RPN syntax -------------------------------------------------------------------
* Fix degree sign Tue Aug 29 06:52:20 UTC 2017 - fabian@ritter-vogt.de
* Fix transformation of last arguments to vector, when only one last argument (fixes function("1+\x"; 1))
* Plot functions (makes possible plotting, using gnuplot, in qalc) - Update to 2.0.0:
* "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc * CLN has been replaced with GMP and MPFR for low-level numerical calculations.
* Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc * The Glib dependancy has been removed. It has partly been replaced with libiconv and icu. Libqalculate can be compiled without them and libiconv is only used the CLI application.
* New commands for creation of simple functions and variables (without calculation of the expression) in qalc * GVFS and wget have been replaced by libcurl for exchange rates retrieval.
* Various other minor enhancements and bug fixes... * Date functions have been rewritten and now support much larger numbers.
* Trigonometric functions with angle unit other than radians have been fixed.
------------------------------------------------------------------- * Functions with more than one argument can now also be applied to the RPN stack.
Thu Jan 19 10:43:13 UTC 2017 - jengelh@inai.de * New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc()
* Binary installer for Microsoft Windows.
- Trim filler words from description. * Increased efficiency and many minor enhancements and bug fixes.
- Remove unused .la files.
-------------------------------------------------------------------
------------------------------------------------------------------- Fri Jun 2 16:26:34 UTC 2017 - wbauer@tmo.at
Thu Jan 12 20:36:48 UTC 2017 - fabian@ritter-vogt.de
- Update to 0.9.12:
- Update to 0.9.10: * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes
* Unit conversion fixes (e.g. "1/s to ms" and "1/ns to GHz") - Update to 0.9.11:
* Fixed parsing of degrees sign (used in defult symbol for temperature units) * Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min")
- Update to 0.9.9: * Fixes to unit conversion (e.g. "1/(1 ns) to GHz")
* libqalculate will no longer cause segmentation faults when using a locale unsupported by the users system * Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333")
* Parsing of "today" fixed and "tomorrow" and "yesterday" added * Critical fixes for RPN syntax
* Qalculate! now compiles, without errors and warning, using clang * Fix degree sign
* New commands/options in qalc which list available variables, functions and units * Fix transformation of last arguments to vector, when only one last argument (fixes function("1+\x"; 1))
* New command in qalcfor deletion of variables * Plot functions (makes possible plotting, using gnuplot, in qalc)
- Update to 0.9.8: * "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc
* Lots of bug fixes and minor improvements * Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc
* Three different parsing modes can be chosen from (providing mainly different handling of implicit multiplication). The default 'adaptive' mode has been enhanced. * New commands for creation of simple functions and variables (without calculation of the expression) in qalc
* By default prefixes will not be added to for example imperial units. * Various other minor enhancements and bug fixes...
* Changed handling of degrees Celsius and Fahrenheit. Conversion will take place already during parsing.
* When converting to unit without prefix, no prefix will be added to the result unless the unit expression is prepended with '?' ('0' works in the opposite direction). -------------------------------------------------------------------
* Option to ignore commas in numbers (for use as thousands separator). Thu Jan 19 10:43:13 UTC 2017 - jengelh@inai.de
* Possibility to abort slow number printing without using crash prone thread cancellation (use Calculator::startPrintControl() and related functions).
* New function: fibonacci (Qalculate! can now tell you that the millionth fibonacci number is approximately 1,953282129 * 10^208987, although for obvious reasons the exact number cannot be displayed). - Trim filler words from description.
* New units: Hartree, Rydberg, Dalton (same as u) - Remove unused .la files.
* Currencies have been updated to reflect the available data from ECB.
* Physical constant have been updated with the CODATA values from 2014. -------------------------------------------------------------------
* Use ~/.local and ~/.conf to store configuration and definitions Thu Jan 12 20:36:48 UTC 2017 - fabian@ritter-vogt.de
* '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)
- Update to 0.9.10:
- Now using https://github.com/Qalculate/libqalculate as source * Unit conversion fixes (e.g. "1/s to ms" and "1/ns to GHz")
- Remove gcc-6-compile.patch, fixed upstream * Fixed parsing of degrees sign (used in defult symbol for temperature units)
- Update to 0.9.9:
------------------------------------------------------------------- * libqalculate will no longer cause segmentation faults when using a locale unsupported by the users system
Wed May 25 19:38:18 UTC 2016 - jslaby@suse.com * Parsing of "today" fixed and "tomorrow" and "yesterday" added
* Qalculate! now compiles, without errors and warning, using clang
- add gcc-6-compile.patch: Fix compilation with gcc 6 * New commands/options in qalc which list available variables, functions and units
* New command in qalcfor deletion of variables
------------------------------------------------------------------- - Update to 0.9.8:
Tue Nov 20 17:23:54 UTC 2012 - nico.kruber@gmail.com * Lots of bug fixes and minor improvements
* Three different parsing modes can be chosen from (providing mainly different handling of implicit multiplication). The default 'adaptive' mode has been enhanced.
- Fix the SLES build (%make_install is not expanded on SLES) * By default prefixes will not be added to for example imperial units.
* Changed handling of degrees Celsius and Fahrenheit. Conversion will take place already during parsing.
------------------------------------------------------------------- * When converting to unit without prefix, no prefix will be added to the result unless the unit expression is prepended with '?' ('0' works in the opposite direction).
Wed Dec 7 14:18:26 UTC 2011 - coolo@suse.com * Option to ignore commas in numbers (for use as thousands separator).
* Possibility to abort slow number printing without using crash prone thread cancellation (use Calculator::startPrintControl() and related functions).
- this is GPL-2.0+ * New function: fibonacci (Qalculate! can now tell you that the millionth fibonacci number is approximately 1,953282129 * 10^208987, although for obvious reasons the exact number cannot be displayed).
* New units: Hartree, Rydberg, Dalton (same as u)
------------------------------------------------------------------- * Currencies have been updated to reflect the available data from ECB.
Mon Mar 14 09:16:58 UTC 2011 - coolo@novell.com * Physical constant have been updated with the CODATA values from 2014.
* Use ~/.local and ~/.conf to store configuration and definitions
- the usage of find_lang is mandatory * '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
Sun Apr 25 14:27:24 UTC 2010 - masterpatricko@gmail.com
-------------------------------------------------------------------
- Update to 0.9.7 Wed May 25 19:38:18 UTC 2016 - jslaby@suse.com
* General build updates and bug fixes, including the ability to build against cln >= 1.2
* Bug fix for segfaults with some uses of integrate() - add gcc-6-compile.patch: Fix compilation with gcc 6
* New Simplified Chinese translation
* Fix crash with unsupported operator in RPN syntax -------------------------------------------------------------------
* Fix reduction of vector size Tue Nov 20 17:23:54 UTC 2012 - nico.kruber@gmail.com
------------------------------------------------------------------- - Fix the SLES build (%make_install is not expanded on SLES)
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+ -------------------------------------------------------------------
Wed Dec 7 14:18:26 UTC 2011 - coolo@suse.com
-------------------------------------------------------------------
Sun Jun 17 00:00:00 EST 2007 - bwalle@suse.de - this is GPL-2.0+
- update to 0.9.6: bug fixes
-------------------------------------------------------------------
------------------------------------------------------------------- Mon Mar 14 09:16:58 UTC 2011 - coolo@novell.com
Mon Dec 18 00:00:00 EST 2006 - bernhard@suse.de
- new upstream release - the usage of find_lang is mandatory
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 15 00:00:00 EST 2006 - bernhard@links2linux.de Sun Apr 25 14:27:24 UTC 2010 - masterpatricko@gmail.com
- new upstream release
- Update to 0.9.7
------------------------------------------------------------------- * General build updates and bug fixes, including the ability to build against cln >= 1.2
Sun May 14 00:00:00 EST 2006 - bernhard@links2linux.de * Bug fix for segfaults with some uses of integrate()
- added BuildRequires gmp-devel * New Simplified Chinese translation
* Fix crash with unsupported operator in RPN syntax
------------------------------------------------------------------- * Fix reduction of vector size
Sun Mar 19 00:00:00 EST 2006 - bernhard@links2linux.de
- new upsream version 0.9.3 -------------------------------------------------------------------
Sat Sep 6 00:00:00 BST 2008 - masterpatricko@gmail.com
-------------------------------------------------------------------
Tue Jan 10 00:00:00 EST 2006 - bernhard@links2linux.de - Many small fixes to spec file, with addition of patch to build on openSUSE 11+
- new upstream version 0.9.2
-------------------------------------------------------------------
------------------------------------------------------------------- Sun Jun 17 00:00:00 EST 2007 - bwalle@suse.de
Mon Nov 4 00:00:00 EST 2005 - bernhard@links2linux.de
- initial package for PackMan - 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

@ -1,7 +1,7 @@
# #
# spec file for package qalculate # 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 # 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
@ -19,7 +19,7 @@
%define major 21 %define major 21
%define libname libqalculate %define libname libqalculate
Name: qalculate Name: qalculate
Version: 3.5.0 Version: 3.6.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