Commit Graph

19 Commits

Author SHA256 Message Date
Dominique Leuenberger
c2247d6823 Accepting request 706639 from KDE:Distro:Factory
- Fix file conflicts when installing qalculate-data with old qalculate

- Update to 3.2.0
  * Updated physical constants (CODATA 2018)
  * Programming keypad (GUI) and programming mode (CLI)
  * Bookmarks and protect (from disappearing of the end of the list) option for
    history (GUI)
  * New and updated keypad buttons (GUI)
  * Keypad in number bases dialog (GUI)
  * bitrot() function for bit rotation
  * Bitwise XOR, mod and rem operators, % as modulo, // and \ operators for
    integer division
  * Change order of operations for logical and bitwise operators to better
    match C operator precedence
  * Improved support for functions, variables and units with input base > 10
  * Unicode support in char() and code()
  * Simplification and factorization improvements
  * RPN syntax improvements
  * Recognize "factor" and "expand" commands at the beginning expressions
  * For vector + scalar, add scalar to all components
  * uptime variable
  * 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
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/706639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=26
2019-06-01 08:14:02 +00:00
Dominique Leuenberger
7a2a590843 Accepting request 698123 from KDE:Distro:Factory
Update to 3.1.0

OBS-URL: https://build.opensuse.org/request/show/698123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=25
2019-05-03 20:35:45 +00:00
Dominique Leuenberger
b70f65a914 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
2019-03-27 15:16:08 +00:00
Dominique Leuenberger
13ca8688a3 Accepting request 646001 from KDE:Distro:Factory
Update to 2.8.0

OBS-URL: https://build.opensuse.org/request/show/646001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=23
2018-11-06 14:37:57 +00:00
Yuchen Lin
9ffa276462 Accepting request 635594 from KDE:Distro:Factory
OBS-URL: https://build.opensuse.org/request/show/635594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=22
2018-09-16 16:30:55 +00:00
Dominique Leuenberger
2d68bfcba0 Accepting request 624203 from KDE:Distro:Factory
Update to 2.6.1

OBS-URL: https://build.opensuse.org/request/show/624203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=21
2018-07-21 08:17:59 +00:00
Dominique Leuenberger
fe6ed8b7f8 Accepting request 612425 from KDE:Distro:Factory
Update to 2.5.0

OBS-URL: https://build.opensuse.org/request/show/612425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=20
2018-06-02 09:52:50 +00:00
Dominique Leuenberger
9a64485bf9 Accepting request 605327 from KDE:Distro:Factory
- Add patch to fix FD leak (boo#1092329):
  * 0001-Fix-leaking-of-FDs-created-by-pipe.patch

OBS-URL: https://build.opensuse.org/request/show/605327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=19
2018-05-11 09:28:08 +00:00
Dominique Leuenberger
a1218adc33 Accepting request 585322 from KDE:Distro:Factory
- Use %license
- Clean .spec file
- Update to 2.2.1:
  * Fix electric constant, magnetic constant, and characteristic impedance of vacuum.
  * Fix handling of Unicode symbols in expressions with quotation marks.
  * Fix segfault in solve() function.
  * sinc() function.
  * Add vacuum_permeability and vacuum_permittivity as alternative names for magnetic and electric constants.
  * Add completion only names to enable completion of Greek letters from the Roman letter names.
  * Suppress gnuplot output in terminal.

OBS-URL: https://build.opensuse.org/request/show/585322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=18
2018-03-20 20:34:51 +00:00
Dominique Leuenberger
a4febbd371 Accepting request 558268 from KDE:Distro:Factory
- Update to 2.2.0
  * Bitcoin support
  * Fix wrong partial calculation of square root in exact mode in some cases
  * Equation solving enhancements
  Check http://qalculate.github.io/news.html for the complete changelog

OBS-URL: https://build.opensuse.org/request/show/558268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=17
2017-12-23 11:18:50 +00:00
Dominique Leuenberger
a2a1f28d19 Accepting request 519637 from KDE:Distro:Factory
- Update to 2.0.0:
  * CLN has been replaced with GMP and MPFR for low-level numerical calculations.
  * 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.
  * GVFS and wget have been replaced by libcurl for exchange rates retrieval.
  * 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.
  * New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc()
  * Binary installer for Microsoft Windows.
  * Increased efficiency and many minor enhancements and bug fixes.

OBS-URL: https://build.opensuse.org/request/show/519637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=16
2017-09-04 10:21:56 +00:00
Dominique Leuenberger
67a1203920 Accepting request 507911 from KDE:Distro:Factory
- Update to 0.9.12:
  * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes
- Update to 0.9.11:
  * Mixed units conversion (e.g. "15 in = 1 ft + 3 in" and "3,2 h = 3 h + 12 min")
  * Fixes to unit conversion (e.g. "1/(1 ns) to GHz")
  * Fix slow calculation of exponentiations with big numerators in exponents (e.g. "2^0.333333333")
  * Critical fixes for RPN syntax
  * Fix degree sign
  * 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)
  * "Swap, "pop", "copy", "rotate" and "move" commands for RPN stack manipulation in qalc
  * Enable both (or one of) RPN stack and syntax with the "rpn" command in qalc
  * New commands for creation of simple functions and variables (without calculation of the expression) in qalc
  * Various other minor enhancements and bug fixes...

OBS-URL: https://build.opensuse.org/request/show/507911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=15
2017-07-08 10:25:11 +00:00
Dominique Leuenberger
6770002e88 Accepting request 451867 from KDE:Distro:Factory
1

OBS-URL: https://build.opensuse.org/request/show/451867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=14
2017-01-31 11:15:04 +00:00
Dominique Leuenberger
ba73eb0e3c Accepting request 449956 from KDE:Distro:Factory
1

OBS-URL: https://build.opensuse.org/request/show/449956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=13
2017-01-19 09:36:12 +00:00
Dominique Leuenberger
78023f0bee Accepting request 398085 from KDE:Distro:Factory
- add gcc-6-compile.patch: Fix compilation with gcc 6 (forwarded request 398084 from jirislaby)

OBS-URL: https://build.opensuse.org/request/show/398085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=12
2016-05-31 10:11:15 +00:00
Stephan Kulow
d66e69206c Accepting request 143304 from KDE:Distro:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/143304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=8
2012-11-28 15:33:17 +00:00
Stephan Kulow
99eafc1b5e Accepting request 95846 from KDE:Distro:Factory
forward to factory

OBS-URL: https://build.opensuse.org/request/show/95846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=6
2011-12-12 15:59:00 +00:00
Sascha Peilicke
7ef237d902 Accepting request 80388 from KDE:Distro:Factory
- the usage of find_lang is mandatory (forwarded request 80387 from coolo)

OBS-URL: https://build.opensuse.org/request/show/80388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=3
2011-09-01 12:54:45 +00:00
OBS User autobuild
840e08c6a8 Accepting request 48652 from KDE:Distro:Factory
Copy from KDE:Distro:Factory/qalculate based on submit request 48652 from user rwooninck

OBS-URL: https://build.opensuse.org/request/show/48652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=1
2010-09-23 23:08:06 +00:00