SHA256
1
0
forked from pool/qalculate

Accepting request 732796 from KDE:Distro:Factory

Update to 3.4.0

OBS-URL: https://build.opensuse.org/request/show/732796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=28
This commit is contained in:
2019-09-30 13:50:45 +00:00
committed by Git OBS Bridge
parent 8c36d24eba
commit f04035b460
4 changed files with 319 additions and 301 deletions

View File

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

View File

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

View File

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

@@ -19,12 +19,12 @@
%define major 21 %define major 21
%define libname libqalculate %define libname libqalculate
Name: qalculate Name: qalculate
Version: 3.3.0 Version: 3.4.0
Release: 0 Release: 0
Summary: Multi-purpose desktop calulator application Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
Url: https://qalculate.github.io/ URL: https://qalculate.github.io/
Source: https://github.com/Qalculate/libqalculate/releases/download/v%{version}/%{libname}-%{version}.tar.gz Source: https://github.com/Qalculate/libqalculate/releases/download/v%{version}/%{libname}-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gmp-devel BuildRequires: gmp-devel
@@ -98,7 +98,7 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
%find_lang libqalculate %find_lang libqalculate
rm -f "%{buildroot}/%{_libdir}"/*.la find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname}%{major} -p /sbin/ldconfig %post -n %{libname}%{major} -p /sbin/ldconfig
%postun -n %{libname}%{major} -p /sbin/ldconfig %postun -n %{libname}%{major} -p /sbin/ldconfig
@@ -108,6 +108,7 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
%doc README ChangeLog INSTALL AUTHORS TODO %doc README ChangeLog INSTALL AUTHORS TODO
%{_bindir}/qalc %{_bindir}/qalc
%{_datadir}/doc/%{libname} %{_datadir}/doc/%{libname}
%{_mandir}/man1/qalc.1%{?ext_man}
%files -n %{name}-data %files -n %{name}-data
%{_datadir}/%{name} %{_datadir}/%{name}