KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksnakeduel?expand=0&rev=117
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:58:10 +00:00 committed by Git OBS Bridge
parent ea5c342876
commit 7b58d6ca97
6 changed files with 40 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drYIACgkQ29LOiT4t
HIc77Qf9EbWnnvuAofwNWO7UhdNhqfuOVJw2SVhLLQqVqnnKhD+iJcL9406eefIh
CN7IpKtDeSg4GYCz1UmFYdRrAMflf97NqJPsAePhyvO0TfzMrlcXujJZ984Gy6NX
sisCrOppsW7EsbbfjJGM9+vBEzPtD9LWcOryr4hPSiehCPabH3BJU9ec72p7HzHa
xhUKh8aOVOi6LS1G4mWoYAd/uq0xfESh/c35UPeYq6Huh1psLU3loxpoRnxQeW84
vEE9CVzqbOJgZ/DdQfhuJWBcai4ZCY+MfmthTU8L0axkdIGtaMjHckhjLzsRl0Lf
u5divM4rWUvfngcUfT6k8C7yiMhO3Q==
=EF/5
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vBcACgkQOmpNuDnq
ptenAg//fGEX98Ej3Kpx5FTELHkf4/V4cGaUDF2RGKXFJX1+fACglL3FBXtsoC9D
CL58b983bxfNoXtNhB5UZfBsfJOvMmlSnAD6GE6cYCRQxITb6UkWnf6YJ8r0ZKlX
J+RVncFf9ZU4dE97H8dbFmt2zfmLEaxJTVQGQYuLV4Ypn/56kBSBd6YAGxR8dbrp
7Aq/aAU3JoiTj7YF8FD+K1oq0UjttKi/HHLZYTf/149Gfcs0tOETkcMBxzDTDle5
/sLzjryltZ81+nl2pQJD3/mjUCLJI3UpPZrspYTyQsHq8H12IfaBuLqtroaQzx6W
fFJpJlgj/Or8uCTWzWBJJUw6DXSQkNbcQgb09zOYL4FR2pKCJFap3YH2B15RTFbD
5HpCacWUoWtyQTeUBXy6W3vHgXdQkjWAZgUle8bMKkQxxhVajHku7GKgcE9aUWzk
U6un3ht1/i9u2viNkLTv9V0jMPT/+AOCQujhBtbXEBKR2PuZa0Pc0VdjVh/9CfKK
6tXpkdGfQ/KZK1VVluxWOgefczO866C7HIN9aNQr8FLxBwjXMFiJ0FmXcuN/pdp0
c3pJZgxxMcVeRKxKPmy2sWmCPmm6aXjTR1tug+cKZ/T+Ww9gOF/uiyTbuPoh3vka
ceLrWG6UyZmbBvjug2BOjyDaQtH3uAsu1w5GeyeXz/7jxrpazks=
=5BP2
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:22 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Use safe hardcoded value for ProvidersUrl
* Use the default address for KNewStuff instead of the hardcoded
* Use https://autoconfig.kde.org/ as requested
* Fix minor EBN issues
* Fix link: ui.html -> menus.html
-------------------------------------------------------------------
Thu Mar 5 20:36:29 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package ksnakeduel
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ksnakeduel
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Simple snake duel game
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
@ -42,23 +38,23 @@ BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: ksnakeduel5 < %{version}
Provides: ksnakeduel5 = %{version}
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
KSnakeDuel is a simple snake duel game
%if %{with lang}
%lang_package
%endif
%prep
%setup -q