Update to 22.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kreversi?expand=0&rev=160
This commit is contained in:
parent
fd0593e45d
commit
b4d63fe4e6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5aa47ba1d44cde2fb00f88b2da7bcbeac10fa573974b2c83d78a51fcf4c55f1
|
|
||||||
size 1064076
|
|
3
kreversi-22.04.0.tar.xz
Normal file
3
kreversi-22.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8d3da778d0c6daff80c5a608e389f863ec1f97ec5bb35f9f1c88dfddf94fc57
|
||||||
|
size 1064076
|
16
kreversi-22.04.0.tar.xz.sig
Normal file
16
kreversi-22.04.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmJYuT4ACgkQu0YzUNbv
|
||||||
|
Me8aZg//QboFcMCIyoasXjPF/jJlqKC+JogvIy4Z66NihM4FPcCtQYH5JJpFWuo3
|
||||||
|
JKQxp9tePjgT9H28U5j5IVSXpQw83WlNU/YxLrrzqRlsQwAgAKu+fo3wvlCn92V1
|
||||||
|
boogDmM4XS1JCN+VOpaZcwjKZf6z9O5/aIRmAXR7b9PgBq9pq+Fqbt2nk4l2d+D5
|
||||||
|
LMxn1MDQPLP7hNfHADQ7Xi+8vi3R0kicKYgA207Y0zp8XfWnljIkVYxUkuIvuCjZ
|
||||||
|
Jm6AHZecd0lLY7ws0H8vt7BTbCA0rcqaDgrkT2QWKcQlzUBsRD+mIbqTi2FNqnMD
|
||||||
|
/X2DJoyNR1JfdwmkOiW3iwiFwmPelczMvwbJfIPpSP97IPbRfR0BAZfz+a9jvzN8
|
||||||
|
BDc5sQvbWzyuuFU94PFUnwMXw2l7JKyGiT8sNLUYTX1WRt0mS+J0Rr/Tvyp3CaA4
|
||||||
|
S/j5sJhA2t+3t61oBl8uvACtucF43u7vFPu2uhpKE6zi8iXzXYAFnfh7TTj8qZCr
|
||||||
|
F+LaDzPPW4EWmhV/YFK3vlO1DwNU/ApzSDLlRfhbNK6Uw4XW987/i7cTbCbP7nr5
|
||||||
|
ncPeQhZ4QD1TT0X1TcMRVcDlQoKbmUzFd9EMZneMBKNOrUJXETbpXHtMNJ27+wCm
|
||||||
|
kZ0f3iYqR8AX3Sx0F8WBTSjzEXxiI1409/jFHDyhpS+prdN+Sv8=
|
||||||
|
=4T1x
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 18 07:52:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/gear/22.04.0/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 8 18:20:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Apr 8 18:20:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@
|
|||||||
%{!?_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 released
|
%bcond_without released
|
||||||
Name: kreversi
|
Name: kreversi
|
||||||
Version: 22.03.90
|
Version: 22.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://apps.kde.org/kreversi
|
URL: https://apps.kde.org/kreversi
|
||||||
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
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
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
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
Loading…
Reference in New Issue
Block a user