forked from pool/qalculate
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
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%define major 21
|
||||
%define libname libqalculate
|
||||
Name: qalculate
|
||||
Version: 3.1.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Multi-purpose desktop calulator application
|
||||
License: GPL-2.0-or-later
|
||||
@@ -63,6 +63,8 @@ Summary: Additional data for the qalculator calulator library
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: %{libname} = %{version}
|
||||
Provides: %{name}:%{_datadir}/%{name}/units.xml
|
||||
# Files were split out into -data with 2.6.2
|
||||
Conflicts: %{name} < 2.6.2
|
||||
BuildArch: noarch
|
||||
|
||||
%description data
|
||||
|
Reference in New Issue
Block a user