forked from pool/kmplot
Accepting request 826448 from KDE:Applications
20.08.0 release OBS-URL: https://build.opensuse.org/request/show/826448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=120
This commit is contained in:
commit
bb7e652f8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57389abae04c204d0c2462709b70a919e0050b20867bcb23f3ab72788051e501
|
||||
size 3054968
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzRgACgkQ29LOiT4t
|
||||
HIfnAgf+Pw1QusZIG/o3PJ4Gl5JXUeHYbm2nNacqFGRcf449fYaoo67Qo+/xRvCc
|
||||
jsmo030I/0RftiR+nynz61VH9/mmuwDwOrNo7aTetyDZdNWTJiME2gCjKbZmRBt4
|
||||
ENnGq00RNDp8Copzfa6+TBhNohtGKQ+60+EQcgQzZeseaH4yMt+tjRFjtmq0hSGt
|
||||
l6TrsKSI2ZjNs/NPpi3bMcWpFApcSGhhEfvE9x9MZvO1FohoS0Ht33i5mchMKp5s
|
||||
6Mt6YWpClQi0+B8cVlaOyNI8wrugPeoztdT03INI5QZRFFzzNlGpOsTPbHhEChuZ
|
||||
RQZXh8J+q5Q2A/uAMXZk7jn7ajVK6A==
|
||||
=C/mg
|
||||
-----END PGP SIGNATURE-----
|
3
kmplot-20.08.0.tar.xz
Normal file
3
kmplot-20.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2d31d8c9091c74c6d0e65a0cba77bac23eb6f78913b31d049a0e2c9ca4ec8c0
|
||||
size 3055496
|
11
kmplot-20.08.0.tar.xz.sig
Normal file
11
kmplot-20.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgkACgkQ29LOiT4t
|
||||
HIewPwgAmzm+dt7SIKBOPRGVDF+yjtFCUlaQoXeAwRRGaHBu+hwJOy57SL7MzssG
|
||||
mUPIMKOnApVvtHLN7ulmg0c1YjGP2N+P2qiQsOhAC5xuEjtfQUm8vKXqE4mukC7x
|
||||
tEu12Ix72r9IeR2QSO1+dY0jmV+9uj34YkmHmbMtXUW9T106juzITRqiI3xVFb1U
|
||||
k+FyGj93TExzF8MpP8jUIp5zdugfGjfM4V/yIrJDBrwI9bS6C/88qhT7o8MxxHUK
|
||||
nQIolgbDlPdvBqMc/RlxWOeZufocZuzbeb/qyO8jG96vDNsGvLPnwIuJ0jNIwdUe
|
||||
F4q87EvxZ7Ohy/Jb2UYXpx+TcSBt1Q==
|
||||
=oMOR
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 09:09:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 20.08.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/2020-08-apps-update
|
||||
- No code change since 20.07.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:59:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 20.07.90
|
||||
* New feature release
|
||||
- No code change since 20.07.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 10:05:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 20.07.80
|
||||
* New feature release
|
||||
- Changes since 20.04.3:
|
||||
* Add README.md
|
||||
* Make the axis units in the header table translatable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 20:09:58 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
16
kmplot.spec
16
kmplot.spec
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kmplot
|
||||
Version: 20.04.3
|
||||
Version: 20.08.0
|
||||
Release: 0
|
||||
Summary: Mathematical Function Plotter
|
||||
License: GPL-2.0-or-later
|
||||
@ -60,15 +60,15 @@ Mathematical function plotter by KDE.
|
||||
%ifarch ppc ppc64
|
||||
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%endif
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
|
Loading…
Reference in New Issue
Block a user