forked from pool/kapman
KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=111
This commit is contained in:
parent
dc64c4a98c
commit
9f2db62acf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2e3fc349679f1f148a689314fb458a7772c6ddb59e5594d69d0cafba872a2fc
|
|
||||||
size 2527644
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3t0ACgkQ29LOiT4t
|
|
||||||
HIetFQgAgrP8z4R4GMC9UyiMWBcNpYSa7qiJgOqHzE74Ecchgp2kYuJv3S8h4D11
|
|
||||||
dpZrPp76y6VFWzdS2g1WlFuCutG+3wUvJqPbokMb19i02dbd7j93UGFde4PdXv9j
|
|
||||||
9+mMjuEz/ljfHqbKFCoOFW3OJWIJ1o4kR7eTglFlyk4tIpUP3SlHzbwKvAdMce3x
|
|
||||||
sCQuOG53dBDbEuzps309haYAt4yu8PTi5+Z0BxQAlv1GWthMH2WOb06FSBVQEoVC
|
|
||||||
FhG/Uk5+5GU3mPH2NXM5CIP3NLC2g/u6WSCzaN1ZJn5Pv+wh3M/KmZ4jKFlkL3Gt
|
|
||||||
4Wa9zlfx/BjRsxBQFjoNC7SPWqEegw==
|
|
||||||
=/N11
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kapman-20.04.0.tar.xz
Normal file
3
kapman-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:abf757bc0830178928d29b43378c07da425450fdae4720ea06e39736f4a4ef60
|
||||||
|
size 2526180
|
11
kapman-20.04.0.tar.xz.sig
Normal file
11
kapman-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7cACgkQ29LOiT4t
|
||||||
|
HIfBMQf8CWJ61jM3Dbi5N4qqOyQ5JZ58JWvSM2QDwiLSAW5hwt853TSZm/PsZ2yi
|
||||||
|
epXtTKW7Tm6e+V7JNlXtS3kPuP4TtwDnkAwqZRgj3KMbZb5nvWbScYCyB0Xrzb5b
|
||||||
|
Ax+4Zt6Tgz6XolyAoB1VZu5vUSFknVVoeb/8D3Sko6/vxurZn7xhxuuoIhQfNMyb
|
||||||
|
ZzollmX9j1ibljra04V3MQ4R66ckG6gRRp+Fla+oVFfjNdPT5QphV2cR2zhqwEeS
|
||||||
|
svH3TU62Imke4C18rCHGHWko7VP4+rcQRPkLU7U/r2E1Dunc32AiW2mGnNMXYl8X
|
||||||
|
ab/urkcaTea+XVpYXjQhjx5o2BV5lw==
|
||||||
|
=z3Of
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:22:05 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:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Sun Apr 5 20:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -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: kapman
|
Name: kapman
|
||||||
Version: 20.03.90
|
Version: 20.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pac-Man-like game for KDE
|
Summary: Pac-Man-like game for KDE
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.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: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(KF5Config)
|
BuildRequires: cmake(KF5Config)
|
||||||
@ -52,7 +52,7 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
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
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
Reference in New Issue
Block a user