SHA256
1
0
forked from pool/ksirk

Accepting request 756283 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksirk?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:13:51 +00:00 committed by Git OBS Bridge
commit 16b2457f13
7 changed files with 79 additions and 46 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O4ACgkQ29LOiT4t
HIfMRAf/fimmcLadapJv2A6SafvNyUZh2ILC4B3O9WC/uiD7UITgbGCVzd7gmSpn
PzTdmYV+lNfvBBkiZwB2MlcO7Z3Hk6XaTkDXPRiOd2pjCeTMoA4jKnAwWhnIY7Iw
fr5VYGoCLA1cu63hyqgMXL55L7m68PDrDr3cwvkaHxVvz9rPo96OAkvs6mXSwUJ2
8pRUGY1ir0lGriwvbA56MOX8yOTwy09qX3SbSUtM91cPQq4F32X3wRQTlrlVXFiU
sm5LVJcX+iTOWrZnzZqCkJUux2YTgq3G5tBcweDmr/kLSsIuaZdLg+R8i5cxTu+x
Vb7q5cmLuHCPch8xoYTdknD3OW6WbQ==
=eBbs
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJUACgkQ29LOiT4t
HIdWCgf7B4+Qay/m7/q+pAq7Xr0W2GAr6PwP6fJL8tzdvSTA6HHUbL9d0X/2dm30
zB0HginrkUVGulcGzXIMLm72z60HuxBxqsrWdx+yx+q0bOUj/exrZQaWwyDasvZ3
4NzW519dG9Iz8WJx8q+sWx6oihpisSHSUtgXCqEQuSw0rBum7RFttdR5PGQwPF9Z
RTmOGuyNJs+Kky2mTO1vJskYx5DXbfvfbSfDtJsvA8+YQDRT1mpt9GJNR5tMrL2Y
PuWTJwhuedBqvxa2p2SqxdzWczRfCAE1caQbgY5ygKhbq6N5kQU9JxKVIVb8ELrD
Hq3pTalJxeZwKxNihhwg7n10gJntYw==
=GDCw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:54 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- Changes since 19.11.90:
* Update Appstream for new release
* Fix more nonsense if() statements
* Port away from deprecated API in Qt 5.14
* Fix long-standing nonsense in if() statements, discovered by a gcc warning
-------------------------------------------------------------------
Sat Nov 30 09:12:14 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:47 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Silence compiler warnings about spacer name duplication
* Compile with Qt versions < 5.13
* make it compile without deprecated methods
* Port some deprecated method
* Port some deprecated methods
-------------------------------------------------------------------
Thu Nov 7 23:13:18 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,53 +16,52 @@
#
%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: ksirk
Version: 19.08.3
Version: 19.12.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/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{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/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kcompletion-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwallet-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemViews)
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: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: ksirk5 < %{version}
Provides: ksirk5 = %{version}
%if %{with lang}