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
This commit is contained in:
Dominique Leuenberger 2018-03-20 20:34:51 +00:00 committed by Git OBS Bridge
parent a4febbd371
commit a1218adc33
4 changed files with 24 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Mar 10 16:53:35 UTC 2018 - fabian@ritter-vogt.de
- 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.
-------------------------------------------------------------------
Mon Dec 18 22:15:37 UTC 2017 - christophe@krop.fr

View File

@ -1,7 +1,7 @@
#
# spec file for package qalculate
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,10 @@
#
%define major 13
%define major 14
%define libname libqalculate
Name: qalculate
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Multi-purpose desktop calulator application
License: GPL-2.0+
@ -36,7 +36,6 @@ BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(libcurl)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Qalculate is a multi-purpose desktop calculator. Features include
@ -87,21 +86,19 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
%postun -n %{libname}%{major} -p /sbin/ldconfig
%files -f libqalculate.lang
%defattr(-,root,root)
%doc README ChangeLog INSTALL COPYING AUTHORS TODO
%license COPYING
%doc README ChangeLog INSTALL AUTHORS TODO
%{_bindir}/qalc
%{_datadir}/%{name}
%{_datadir}/doc/%{libname}
%files -n %{libname}%{major}
%defattr(-,root,root)
%doc COPYING
%license COPYING
%{_libdir}/%{libname}.so.%{major}
%{_libdir}/%{libname}.so.%{major}.*
%files -n %{libname}-devel
%defattr(-,root,root)
%doc COPYING
%license COPYING
%{_includedir}/%{libname}
%{_libdir}/%{libname}.so
%{_libdir}/pkgconfig/%{libname}.pc