KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=97
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:39:42 +00:00 committed by Git OBS Bridge
parent 9aafdb0a95
commit 3b2c7ce8b9
7 changed files with 55 additions and 37 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OgACgkQ29LOiT4t
HIecmgf+Nk/3/q4+LPsmbhfuvGDjxy9xjgyNlaxJCHhIfZgqs7MjWUC1OBNQ5G9q
vVGuYf+4dAKrQWIMGB1hZgT7CBC/wOiHQC2VgSmZFo9EHoP3ZoFr8eKPP+oOn6v5
CDqotY1M39yOEzYMzVMgDNX+9a/ySwNzrWQo1k8XkOYF3+W6JAVkfEhsnIjuz3Xm
eYFSB7rLPExWDOvYg98y3rlTXd8BD09+1amuYxLlSEvddgO8iLGJ/KGge1QKO7Of
uAekXHC4yKUUKg/806AcV3LKCfM39oR9oF69yx+c984Gr4Jkrq7p8lzA/Ghb+aXW
4FUTo9iaB7XkYr7CXg/wC8V9Wo7z/Q==
=xQWN
-----END PGP SIGNATURE-----

3
killbots-19.11.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3Obw8ACgkQOmpNuDnq
ptfAJw//QG0eNwXT4lcNTPCMQ8Ff4CNLTx0l3iX1mT0AsYlMHv3pKS4sbneU5v0E
hV8MPIEOQmfF1mEDdzqsLGoBipY6Mb7HV/mtBEjO8xmOqC8uWDDjEqOoEr+ue22d
2X78GuQWNvsBQYLgk/EAE1n4Zp8pbLzwdeswdTjropIaqeT4UR4chpz3z0nXRhpb
A6zDyQUrjnmGeId72tdbQjXGNRAoFu/tyMql4Bx9zJUAvq529lByYUJzK8I1jf7s
M8C9pISxDCpwQc4O5n8yU68FkqB2NsQXyQAWoOcyVhkwduXayaPjIfzJpiuniVYQ
nQ6XDo3337l9n8V3/dxDfsGOB4CL90xlNIsGHGs9LAWrqp5w2enlMh96bZRfHU9+
o3jzLDCUOhIKCV3ZgiNDYyz0u/rNiQdAd5xjBYC2pvNivm5ZFCQvxhDkMOQQGmb8
/DxNKRGtJo59onZh6yFL7SvOyR1UO40LkePE/Q5smbqPqV2BKFpN/VXDSLoECJLJ
vuUHxDeAO2ewO+RQwZlr2v/GwJ5ylwyduarEHBNDyD8M8h/oTfNvqxCgGgAp1mQW
kX6ExalwF1vFMWn8gQRCTudarUxwW/qYAIyvb+d904CuWWcr9Ie98hMy73oxxP2n
ehZq09AqNGwecLxiASEa34Yn6Unc59WtI0E5+JVO7iSO07YgjLc=
=rBeS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:27 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* Make it compile against qt5.15, This enum is unused
* Make it compile without kf5 deprecated methods
* It compiles fine without deprecated method
* Get rid of deprecated QSignalMapper
* Follow KDE_APPLICATIONS_VERSION
-------------------------------------------------------------------
Thu Nov 7 23:12:59 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,42 +16,41 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: killbots
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: Robots-like game by KDE
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdoctools-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}