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:
parent
a4febbd371
commit
a1218adc33
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f02c58cc14e899a77970d3ad97afe4e3a765e6b602b3f3d38fbc5039d466288
|
|
||||||
size 1717207
|
|
3
libqalculate-2.2.1.tar.gz
Normal file
3
libqalculate-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1752b6a046eaf84ee62a7dc8d2c874b538517956ce8affac80df09a3b55bef5d
|
||||||
|
size 1717947
|
@ -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
|
Mon Dec 18 22:15:37 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qalculate
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define major 13
|
%define major 14
|
||||||
%define libname libqalculate
|
%define libname libqalculate
|
||||||
Name: qalculate
|
Name: qalculate
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-purpose desktop calulator application
|
Summary: Multi-purpose desktop calulator application
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -36,7 +36,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Qalculate is a multi-purpose desktop calculator. Features include
|
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
|
%postun -n %{libname}%{major} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f libqalculate.lang
|
%files -f libqalculate.lang
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc README ChangeLog INSTALL COPYING AUTHORS TODO
|
%doc README ChangeLog INSTALL AUTHORS TODO
|
||||||
%{_bindir}/qalc
|
%{_bindir}/qalc
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/doc/%{libname}
|
%{_datadir}/doc/%{libname}
|
||||||
|
|
||||||
%files -n %{libname}%{major}
|
%files -n %{libname}%{major}
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING
|
|
||||||
%{_libdir}/%{libname}.so.%{major}
|
%{_libdir}/%{libname}.so.%{major}
|
||||||
%{_libdir}/%{libname}.so.%{major}.*
|
%{_libdir}/%{libname}.so.%{major}.*
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING
|
|
||||||
%{_includedir}/%{libname}
|
%{_includedir}/%{libname}
|
||||||
%{_libdir}/%{libname}.so
|
%{_libdir}/%{libname}.so
|
||||||
%{_libdir}/pkgconfig/%{libname}.pc
|
%{_libdir}/pkgconfig/%{libname}.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user