SHA256
1
0
forked from pool/kmines

KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmines?expand=0&rev=115
This commit is contained in:
Christophe Marin 2020-04-24 07:23:32 +00:00 committed by Git OBS Bridge
parent 4b263b116c
commit 9ad1b2f522
6 changed files with 26 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6c24e92c594de5c51d27af3a5474fffecfcb6d5054f9f23a0565da100a3b551
size 900368

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3uUACgkQ29LOiT4t
HIejDQgAhqf/1CfXTBcTP9UUYL3Ccfbnm+4nA4IfOyq7bVdXzZeHWlYdzr1Jt5vb
hQFZqD1oKfTmvjL3O7RSal9Ef60KG1xFoIk7L4aCbpmbaib+0OvbjDV17fQet4w6
I88A2jFRGWKyxeQAdtSZQcsR5M48Yb8yyAz0lTHHvjONzCO5X58h9st3IBw28j4U
2eaHePVumTai4POW7+ojJWSaq9M4JX7Mzz/z3NxjVjOEqXXLU1C/Ewuf1Ejp80Ci
DLq3z47YRsK3nHlBZ1m2A0FzKZjOzC9NAdtU3U+Omg85Ncfjr5PQBun3/RS7j9vG
aT7j2Z8UYV2sAcRpTuxDxGTY53jmOQ==
=ojBb
-----END PGP SIGNATURE-----

3
kmines-20.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb132bacde4c12426c431805088a768d51e71b4f499f4e5cb678a074c89e7c79
size 900000

11
kmines-20.04.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB9QACgkQ29LOiT4t
HIeAJAf/TsRCEQjeHJGhvWhKYazntV+ayjqOVJ38oabWD6AzLHxLGC+oXLeTA1K9
/7j8SsaMuWnKfA2vYYtaVwPMeGk1Gk7uk6iyUPEMmz1o1zSOzaXBD5wiy+lUZAQ/
11t1tYs1lui9xc7imMjoE08mQIcX3m3ciKKgk8FESzTe+k2C3p3NV4W8crDxz997
te3UUzJsXuNwhbJ7q+XcKOsPifsGhbc65zLBdfWshR3e3gt/kgZ6j7A0KjIAK0nF
6V1itByZssv/HAHxIT6rdEJkpypF35fO3jogOCcoRy3jwzlr+8K6rtsqnJpZvp9p
o8CqYyztDmyi0BxqaoiJc7Xj0yaSSQ==
=ha4k
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:37 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:14 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Sun Apr 5 20:30:14 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -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: kmines Name: kmines
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: Minesweeper-like game Summary: Minesweeper-like game
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle Group: Amusements/Games/Board/Puzzle
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)
@ -46,7 +46,7 @@ Recommends: %{name}-lang
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