SHA256
1
0
forked from pool/ksirk

Accepting request 796994 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksirk?expand=0&rev=94
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:49:52 +00:00 committed by Git OBS Bridge
commit 195a6b14ac
6 changed files with 58 additions and 27 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drYEACgkQ29LOiT4t
HIegIwf/WxNHXXkwyNwIK4tnSNGM2hxNcA27UIZ5qDSQuH6kPfXkHLTHSr1yWfVN
MvcvSW8znxnM1nOGPsp5JUhjLb/Efeq0wGLWcZIe+z429rUYJ2popi/I4kfK7y97
UBM4HDwbsBUVHiE5z67vmddk4LD/Cg6XJv3OFvrOXbV/ks8YGrQlUrcBjwEwK2Pi
v9HYFExORof7MyWoJB042BmD/beRwYP5W8Fss0KI6dckYkyHx7eX8caiQv0bNfJj
v8SRF95FwP+eAilvwb8TJ8WhiXfuISJnfdSuP6wLYaJ4ddD7jMmUdhJZY1u8iuHL
6f9xRX+64UGCCkb8aQI/+nyoKTcLPg==
=BqHY
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+EACgkQ29LOiT4t
HIfcPQgAiSV6ka118DH3lXRCp6HJQZvATCkcPCfOXkHVct3xDdxBxwUAw3/O7Uj2
ozQk5UVTYng9SgTYEDgEdLJU+Sk/CvH0BvNo7qqjmM5Qha/CJxGNnPVOSpW+xYVd
vXvdgnHFjbj7USM4ZYBzKGOG3qtbmKLbHvH/BXdGQYlbn4UWGbANVmH4GGnh4suE
Z54yQmppzRUFLgAaXzy/PNeDDeXfBQKRM53z0e+f8uPQPZviz6yIUUFeSX5YLvdb
iZShwtIp+S/dT2pVOpF7Cqd2yXaPqomDhu42h5qLEZUWWf95j0DsEZYmyxG26uie
aLn7l787JLnyNN7h+SJfEWlrxsytMw==
=ESx/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:51 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:25 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:17:21 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:
* Port some deprecated methods
* Use safe hardcoded value for ProvidersUrl
* Use the default address for KNewStuff instead of the hardcoded
* addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
* Remove endl; at end of qDebug. It already adds "\n"
* Fix minor EBN issues
* Fix some compiler warnings
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:28 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package ksirk
#
# 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,18 +21,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ksirk
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Risk-like game by KDE
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Amusements/Games/Strategy/Turn Based
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: libqca-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
@ -44,18 +42,16 @@ BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: libqca-qt5-devel
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickWidgets)
@ -65,15 +61,15 @@ BuildRequires: cmake(Qt5Widgets)
Obsoletes: ksirk5 < %{version}
Provides: ksirk5 = %{version}
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
KsirK is a computerized version of a well known strategy game.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q