KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kreversi?expand=0&rev=114
This commit is contained in:
parent
c028b08b56
commit
5419f8afd2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c3da19d59f520d181312284c658b7ac1af97fafbbe467ebff1d67767fd47bcb
|
|
||||||
size 947260
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3ugACgkQ29LOiT4t
|
|
||||||
HIeo5AgAjNb6PplVu9h5raXPqH/SLPtSut4WAaMJDKqC9Kfcjahdot/gKGvESZKc
|
|
||||||
Nw86TSd2TiijoukGkGrci11Gdb1k6CGoBICotng5ld9hSeAZwQeiqN/lg/NDWbqF
|
|
||||||
w9Okyi0cHfx9xu+z7dwOZneBphWHGhvA+E5md4WLx7aIHGYD7OFUhMqZJxo3kY/R
|
|
||||||
YkwQgvpO+Nmr2rxSIzsOGezdj248rTMjR5/v5xj46cUHIvFuRYZfQgZwjeHQK5gg
|
|
||||||
mNbafF9NlJErbCvthGPci02hSVDHmq3wa6yVA/IeNQFLhTdPaX71mgUa4yJoJ8f3
|
|
||||||
5h6tXdeI0f73gUvACaJR9H94ZA0+IA==
|
|
||||||
=7N8e
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kreversi-20.04.0.tar.xz
Normal file
3
kreversi-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a617bfa06ebea05ba0c4050614a27eb73eb6f75630697749ffacc549a38b456f
|
||||||
|
size 947100
|
11
kreversi-20.04.0.tar.xz.sig
Normal file
11
kreversi-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB98ACgkQ29LOiT4t
|
||||||
|
HIegUQf+PUGibABjxbJRuGZhMGyRyVejzXwy9P45nZRuGpE27pMIJ5Df5tCFS+20
|
||||||
|
QN24Ab10ARJfdNm7LA24z+JOqnzPyImmSc1inaFoL42m3LgLRy/tevcnnFcZXi8t
|
||||||
|
Me0acw/s9wkvuhqzHRK/mLlKsCpZ7nH0SvGL1aCDYArkMzUuSCaa3F2QLLMsCHGJ
|
||||||
|
aZv+3gLeItMxpgpsUJCAaeWabT8uyWvGFZwiNgPscgrKiLzH2hg8DaAKQKsKMpbN
|
||||||
|
JB73U8JQ3KhxNK7ABn1F3n3YtkX/9sTHpL8XcSB/P7CUlaGYSu6i/fBiRFjAmL1z
|
||||||
|
k/vyCTBkPao+8Wmb993OWN+pvzCtMQ==
|
||||||
|
=5FzX
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:22:48 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:23 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Sun Apr 5 20:30:23 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: kreversi
|
Name: kreversi
|
||||||
Version: 20.03.90
|
Version: 20.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reversi board game
|
Summary: Reversi board game
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
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: kreversi5 < %{version}
|
Obsoletes: kreversi5 < %{version}
|
||||||
Provides: kreversi5 = %{version}
|
Provides: kreversi5 = %{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