forked from pool/kreversi
KDE Applications 20.12.0 final: release on 10th Dec
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kreversi?expand=0&rev=129
This commit is contained in:
parent
731c6e4dc2
commit
c3edd3d84b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1481c017688e25687f66fb1a03be4db6bf27af9d32f0522e5d4c84a729072a0e
|
|
||||||
size 953552
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/ATskACgkQ29LOiT4t
|
|
||||||
HIeKbggAinc4vW00yTP00Qkkj2mBR+pAhUdirI1BPgamAi8LffpGCmmlDSx0QLCg
|
|
||||||
eCZOfmip/4k4HBdb2Q+KBJk3XnoW7RXwwQyS5PV3irnB2e+10sKUpN7fOYqhJDL+
|
|
||||||
R4DTghxKXcJqS6ygBBJy+CAylb7UOJ9DW8R0lQFHqZJ7ePZqcgrjLZNOI3LgSxrS
|
|
||||||
xiD7vDkRpfzBSY5CgBxRHrABqPbSgkbsIzf96y65G1qqWcaokxbACiQM+/8fEgm8
|
|
||||||
MVUlAP7Mwzzizw9aHGVc8wqBJTfDYEIFwnhFxngNwUY+z+s9alyFVD9hTLl7WBzs
|
|
||||||
8RMJpguAoE6M6mrmYfgGQROItcTMuA==
|
|
||||||
=bGZs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kreversi-20.12.0.tar.xz
Normal file
3
kreversi-20.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c6ab533fca996ef12b5c49578113daef5b416059a9ada238837f1c778e86afe
|
||||||
|
size 953576
|
11
kreversi-20.12.0.tar.xz.sig
Normal file
11
kreversi-20.12.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhIQACgkQ29LOiT4t
|
||||||
|
HIdE8Qf/YDBc681ZqS1u5RaWPvedGGeziiVHbQepTdfeyvOcDnwuHArnIfm+CeoZ
|
||||||
|
4oNQJxP4PwWKc3r9s1Sqq4BOV6mJsK+a2ey0rVcSoLNYgwAceq2jR3zgumHrUs6/
|
||||||
|
j+7tpHwzE3zNSAa6XzNnqZzX6dzEuHaRs6BzrEA6qkH1Gr39tMSxTiKK435VQQ0n
|
||||||
|
ckIPVNtK5IXm6cPWqxi0CvIoQytMorseyGce+f5TY1ZWwwhz+CUw3ZCklouVZRYP
|
||||||
|
z7PuI5DSB2qe4P+ki6ctoSz7Dx/U3BjqK9PvxfTSrGll029AFsQ0D32T8MYrJShO
|
||||||
|
5CzwqRTvSnLug/Ot6ES33cXV2Jaf4w==
|
||||||
|
=WPe5
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 5 23:17:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 20.12.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/releases/2020-12-apps-update
|
||||||
|
- No code change since 20.11.90
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 27 15:17:19 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Nov 27 15:17:19 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: kreversi
|
Name: kreversi
|
||||||
Version: 20.11.90
|
Version: 20.12.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