Release 20.08.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=126
This commit is contained in:
parent
481678b1a0
commit
313732e23c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfa0bee1ac32f438cf5d8137c4c32e8da710449d8ce64734d6150b45ef17e319
|
|
||||||
size 3055476
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8klAAACgkQ29LOiT4t
|
|
||||||
HIeoOgf9Gj2E9wtVYgR0ThOeJMTwW2l+Tf12GEJ6t6S0nrx/184MeB8ty6kP4UDy
|
|
||||||
QqZnN36IIa89fsKHZITuanCJWPkkPnblaDkT02ARVhuMebFTvXe4QXTZ0P+6Folk
|
|
||||||
Z+YjZlJESbCtBXO8lpxUdTdOZyHlXuZex495BJAo/3pDLWCu9YSV+69c70Tg+mHd
|
|
||||||
+JbtLU81aL1fEtHWMxZ5n7ZqKihiEs4xbgVqRRmyjL9Sbs7ZP3Qs4CR/PuOKbmrv
|
|
||||||
n2uwjW3mYpQNMe87AJ6d/mu40Drq1Jw2Bgqm92aaeDX9Y6buK76NHPLqwWwrI0cH
|
|
||||||
qADc6TJ2/nSjtlEicnsVi1O9ynD28A==
|
|
||||||
=Zyq5
|
|
||||||
-----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,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Aug 2 07:59:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kmplot
|
Name: kmplot
|
||||||
Version: 20.07.90
|
Version: 20.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mathematical Function Plotter
|
Summary: Mathematical Function Plotter
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://edu.kde.org
|
URL: https://edu.kde.org
|
||||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: cmake(KF5Config)
|
BuildRequires: cmake(KF5Config)
|
||||||
BuildRequires: cmake(KF5GuiAddons)
|
BuildRequires: cmake(KF5GuiAddons)
|
||||||
@ -44,7 +44,7 @@ Recommends: %{name}-lang
|
|||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user