SHA256
1
0
forked from pool/khangman

Accepting request 756225 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/khangman?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:10:40 +00:00 committed by Git OBS Bridge
commit 787a88fb21
7 changed files with 66 additions and 38 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OcACgkQ29LOiT4t
HIfelQf/dnNNND895CRUKChltpXHjtpibn5XImOMWuIdpwsXGTW//xH3+tp79ovW
Fcm9/2XU09L0r/ljRKw4scSqA+RKfdjWNT+yAZMasvkVbAFjcB1sa9Bxsj8hZKLN
bnMwSmI1lYfKSX85xFniZrXneZK7/WjO7FGVXLVgIReEKe1cDbnRVg5nv2AAK6EK
USz2b10RmtLsuSm28hg4Vjb5GYZ+uriXYk5jONtkD6o03JSJFQPng26xSx7JKLLA
/TVjj/e6wHgBHeF4qYGII2dD9J1PUph7P/NEEQND41FGm3l90r6wtF70gM4k6jhq
HIc+IKFDvuVmFPro65gbtJnd7gLitg==
=nbcv
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puHoACgkQ29LOiT4t
HIetqgf/bxa5M3OND7dH1vZcHnGkBmtyINLjAoeAfxqU33iZ2eDUWWGelrV83rgT
OGYBekQHKVXUxgkvahcIUrR87KuScOZPoHkSzZ2pVy3Nfhx0XbMq6O8nT+23ivzM
hkr61zCfDGpZT4RHhF3f9DdjGPF3NHYCTT821zLF8D14WxAb62a1fIeA/9jqByEP
8wYrap3TFq7sz835KAIK0tHdVAxx/ny2SlQ4w4Uskqd+CZ0OkbIQldzyuQym215j
IEvIypWp/KmNQ3b6D4zopNLff3q4Uqg3f2M+hD7+SOfmfm1EZDlKNPpewdVi695/
CdySFiFqRYiBujYhY8YYOpAcuYme4w==
=LcpT
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:33 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
-------------------------------------------------------------------
Sat Nov 30 09:11:53 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:25 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Use nullptr here
* It compiles fine without deprecated method
* Reorder to avoid warnings
-------------------------------------------------------------------
Thu Nov 7 23:12:58 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,44 +16,43 @@
#
%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: khangman
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Hangman Game
License: GPL-2.0-or-later
Group: Amusements/Teaching/Language
URL: https://edu.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: kcompletion-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5DocTools)
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkeduvocdocument-devel
BuildRequires: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(LibKEduVocDocument)
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Svg)
Requires: kdeedu-data
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}