SHA256
1
0
forked from pool/kfourinline

Accepting request 796929 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfourinline?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:48:30 +00:00 committed by Git OBS Bridge
commit a3b15e13a8
6 changed files with 55 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWIACgkQ29LOiT4t
HIetrggAhZPX+z+mZCsZ6IMUzgZeXO0PzjKxmZnBWd57gAaShj1WLuhLFVFy9Vc7
8bS0X3dxX5vCohUD48hclZiiCgGE7cxUYdQHZ4xDJwcB0oeYufKSZ6ezYTsfCYUb
rjMSuj3w5mr+LxWKHtONcT+nPrKk9oq5r0lFfj6FE31G2D1zRxN1vRjDbt2ghoed
p0SB6+zFymDqp8TPNNyB+R+a9wRrY+tNxKhv+7o1mvjemcOsl2Nlama3Pi4H8rzI
5uGDFHsNmxLuvJWF3jOOYq5iPugr/YR+IRZ1CNfEq91tlTqVj9mRvQzX4hfVQRqd
zGWvjVNcId0ZYAmOVq70K6BWeazDJg==
=CYW5
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8YACgkQ29LOiT4t
HIecIAf/Zm5Cx+LWZpP1k6fxhB2B+Jm7YhWHh2JZOLlAfyJ+/+DMNC5K0WPkXWQx
guumBsKxsWEZ4RNzZ2K5oUKhUsAvpnkCWNpVgXRRvlHpKy5/Ik2SNoiS2qoAvyxR
E9d6KcBTPSDNcNvN6A1GK42qXhIydTF9mmw+l6/FPfdhEt/IW9EvxLSzPVj17Hzr
OfegJhx1p5TKOXlDshkW6qA35UuBfGbdlmi1TR1YnCI9elqoJXEyU7sCHZTecCzK
LtcTMPhk1y/MK0ZQBYsBAWTo+EsP8SL7n2GcCSweM/jHdiI1GqCf5kF6gCtpbgko
MWka9HRmG2TDskp1dA2SMrgiY7RAhQ==
=BZk9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:22 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:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:58 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:
* Make it compile with qt5.15
* Clean up the chat dialog code a bit, set the keyboard focus on the chat message field
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:05 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kfourinline
#
# 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,34 +21,34 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kfourinline
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Four Wins game
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Amusements/Toys/Other
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
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DNSSD)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
Four wins is a two-player board game where you have to align four