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:
parent
8c36d24eba
commit
f04035b460
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:708f1d461a7856fb94b12c400d6b07b001bbe853d7ac4aa8df43a8fe2a1c8547
|
||||
size 2051942
|
3
libqalculate-3.4.0.tar.gz
Normal file
3
libqalculate-3.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752d975c3e2cd3ff5827fde5f6d4554a2e5c436826ba8af9cb0623f82615dc60
|
||||
size 2114894
|
@ -1,8 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 20:52:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 3.4.0:
|
||||
* "where"-syntax (e.g. "x+y where x=1 and y=2")
|
||||
* 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
|
||||
|
@ -19,12 +19,12 @@
|
||||
%define major 21
|
||||
%define libname libqalculate
|
||||
Name: qalculate
|
||||
Version: 3.3.0
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Multi-purpose desktop calulator application
|
||||
Summary: Multi-purpose desktop calculator application
|
||||
License: GPL-2.0-or-later
|
||||
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
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
@ -98,7 +98,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%find_lang libqalculate
|
||||
rm -f "%{buildroot}/%{_libdir}"/*.la
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -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
|
||||
%{_bindir}/qalc
|
||||
%{_datadir}/doc/%{libname}
|
||||
%{_mandir}/man1/qalc.1%{?ext_man}
|
||||
|
||||
%files -n %{name}-data
|
||||
%{_datadir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user