forked from pool/libkdegames
Update to 22.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libkdegames?expand=0&rev=171
This commit is contained in:
parent
b681788a49
commit
7c6f42db5a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a3106da6f672e2f673beb1029aeeab8aabbd54164d914d916bdc4ad3186d763
|
|
||||||
size 5991372
|
|
3
libkdegames-22.04.0.tar.xz
Normal file
3
libkdegames-22.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4dd8d80dbfd2806d420bb6efc2df64a175e8273d9ea34b9c61a0a7daae342e76
|
||||||
|
size 5972900
|
16
libkdegames-22.04.0.tar.xz.sig
Normal file
16
libkdegames-22.04.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmJYuZUACgkQu0YzUNbv
|
||||||
|
Me8/Gw/+KuRHJDm3qm2IJ5KBK7oYZJor4vTAod/RZ/Nz6ltsgbRbBkkRn/FYoBFM
|
||||||
|
fGsNy1mYuBXKTIiAmA5SQZP58uL+qNou6p6JrZwFWffdCgzoX7404rvteui7UAer
|
||||||
|
AM7KA8H5rK9H/bC6NZ82T/eGDfk7xP99b5kwQdDWTGrcP1oHk/86LVEB9flUaShZ
|
||||||
|
5Rna/3AV6uLyiDQY4d/cOu1VRqAW9w2BEFZtCyRG/v+Ycws5YlzuWXAqwmWettSy
|
||||||
|
f8OwvtDAdKX9sxmjRDpRBCR8CF3PKLnW25TxXgvOiSXE6c+eP05ViN3MLfUiQKym
|
||||||
|
cIz19RqHNDBUL+I+7xpykwXljJh3FZ3s8TTvPSvYmC4W+2HqCk+WsuV8JEE9H5fR
|
||||||
|
tVPOA9jfQTCIsE6O+MnGz53dOYdiLdb89Qj9pVOL2GGrj+Ve6kScAB6mIyLVKeX2
|
||||||
|
08rwYweJ+tFqU5zl10GRFeqUo/0t4K/R/dSktjhOXnxf7F1gew2frVu7j4ezYT8H
|
||||||
|
I3QVTtWA8I1dW3NTho6lB9D+sUhuhyxew8VDrzzc/rdLlXIsM3afSguuQbZvHejF
|
||||||
|
CZCA2kWU4RkIdFUTwOHKov5Rx63xmbP/GPr2W91cvyFwK2YlyzLQjw590TNF7NNW
|
||||||
|
EnQ7a1KQUAz0DnF5tXRLJed3qyRr5k3AzRprGFdeplk8Z5ROROI=
|
||||||
|
=jkPV
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 18 07:52:34 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:21:27 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Apr 8 18:21:27 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -20,15 +20,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: libkdegames
|
Name: libkdegames
|
||||||
Version: 22.03.90
|
Version: 22.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General Data for KDE Games
|
Summary: General Data for KDE Games
|
||||||
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
|
||||||
%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
|
||||||
Patch0: libkdegames-bnc793185.patch
|
Patch0: libkdegames-bnc793185.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user