KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=115
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:23:34 +00:00 committed by Git OBS Bridge
parent 6949ac1630
commit d120080825
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3uYACgkQ29LOiT4t
HIeG2Qf/Y/FW+rygxGf3tfta5EQu2A8RZ4z8w9K4vwOXSgQ7OWj1L9B5kEnmyxSJ
lOCSviVHjxIw03BjAmU2+8TtP9kgIbM29r1Nb9PL9v960a1y9eXGRLeg3NgSYOl4
BNd85K02V2uLyaMAJCwv0HMi2Ca+iNZXFg7BpvhsYmZPjn0nXq1hIzLqWX6YqOGm
J7tjaSeomiSZxpAQdES0ifVocF5IerMnwZTVKWwXZLY04pM17bU8JyNgTnZ/uo0N
3yWzUsq+pBAVvqBkdM/PBY/Kosmt2KaO6+R4fMza+R6TxVk+wQhMwGzuu5ZUMvGP
RVj4BTPUS67EY6w/U1w3JEBCe7K3Pg==
=mCPC
-----END PGP SIGNATURE-----

3
kmplot-20.04.0.tar.xz Normal file
View File

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

11
kmplot-20.04.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB9YACgkQ29LOiT4t
HIcKLQf7Bd/zIM81P+MY0PavtbvrZ8FI3/SeavjW74ZjY7jp0ICImLQimK9yjDtL
LssHrPskCbL3WTr+v6idIey18qX/yM2I0hf1V7OvOK2pgDrUlBbWcTr1RrOs0T3y
pHedAT6CLDXuWaSM79qh9u4FrzL6gMhwLTkvXtkek9+njrPl8ox8bRPh1zeIgbWo
Pb7d+hMTSrbTFAKc3tpS0m3JGgiP43DERReuP8vTm+UmPE2uZGEi5iUyuesdnoAZ
RxgcBKL670SP1SiTx1elyHaaMXTTsLZzwsEGlCvFmbex+lMnmpVaxJqKQ2Q3BJcz
I+j2OAcTfqDJxQs/rZwDfSd7ta0Vrg==
=K9TQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:16 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kmplot
Version: 20.03.90
Version: 20.04.0
Release: 0
Summary: Mathematical Function Plotter
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
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: cmake(KF5Config)
BuildRequires: cmake(KF5GuiAddons)
@ -44,7 +44,7 @@ Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%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
%endif