KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kbounce?expand=0&rev=111
This commit is contained in:
parent
41ad4e5861
commit
cf4014d203
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:367caef2aec09f5415fe70d190577564bf7db1851b569d76ab5f1e317fd1ba38
|
|
||||||
size 3469048
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3t4ACgkQ29LOiT4t
|
|
||||||
HIdnGwf/WK3xa3tXOaWt5TGB1x9vabFB3gwnEErHJyoCFnYf3rF/XUYA9MxrZH16
|
|
||||||
j4xDZeOnmZQw2cH4Pmj1bmv1JG5e4r3Lthyb+xYH5Q2WjF5ZPrCkxkDlkF8F7nLo
|
|
||||||
xU0a++LazoZWr8R/pOt/QRexUjQtW0QXwgklRBE/tqBfexe3vfPfYNBxgC4aanzc
|
|
||||||
hFyyxxJkEYubhGp5vceqmsaXLd63s5Ry1ctTxY0ayHLai3/LbgGnNt4rLWDeJrYh
|
|
||||||
7fmDz/41/LXLOgip0o3rLFxTZoqff6c9k9WvZJ+eFjwO2q4KLYgR4vagPHTvrVFo
|
|
||||||
KT4QyDXKxLw7PPXidvv3RUD5sPPsmw==
|
|
||||||
=MO1P
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbounce-20.04.0.tar.xz
Normal file
3
kbounce-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee41a5e336b9ba74f1f1fa74998e1cac12ebcea5167cda38690039543cd3e2f1
|
||||||
|
size 3468032
|
11
kbounce-20.04.0.tar.xz.sig
Normal file
11
kbounce-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7oACgkQ29LOiT4t
|
||||||
|
HIc9fQf+KNdthGZm1DoKPvfnxudpXsboHU0S+th5SJIzklC5bGlmiJzaxSHFYX40
|
||||||
|
HPn+59kP2fFR/cHrYXfT2Aj+EoAIj5UC1tzQ0Gyei3IwcJXWhUGoBynPiowkFusc
|
||||||
|
nNppxGXZ3ypA1mv4km/+sxtkaM5ik2KaXeipIbJlXWrhZsf8AP0U1H9DNx+IJeGN
|
||||||
|
r6xz0M9l7Fjw58MKmIlRoUXXtAJoJ5hNvSakIhcvAtvQE9rqwGFHXVL++gQbU9Xf
|
||||||
|
iXgADI55BMMrqEgQ7VKT1qOu0zoIvUw/Y9O/Nxax/QIlNP/+Mwv+oEOHFiUHzL6Z
|
||||||
|
CZ5wEeFM3FqSLLdSH/p5df2arBUB3A==
|
||||||
|
=mPvh
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:22:09 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:29:51 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Sun Apr 5 20:29:51 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: kbounce
|
Name: kbounce
|
||||||
Version: 20.03.90
|
Version: 20.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bounce ball game
|
Summary: Bounce ball game
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Amusements/Games/Action/Other
|
Group: Amusements/Games/Action/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: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(KF5Archive)
|
BuildRequires: cmake(KF5Archive)
|
||||||
@ -69,7 +69,7 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
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
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user