SHA256
1
0
forked from pool/palapeli

Accepting request 756337 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/palapeli?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:15:54 +00:00 committed by Git OBS Bridge
commit 9e6a86e35d
7 changed files with 66 additions and 37 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PQACgkQ29LOiT4t
HIcCZAf+MmYT3NCRWv5Rj8xGHpkpqPpzrFmwrvpJWLpS5Kgz9Umyyj9uZJWJsVQN
GGs/pn0H2br8fSgXczGegkiM4zVVZXGdSucwCOOOEkuu/wemZE2jiHZenVXdo8lV
AggLEvsLDDpj/ctqhawXQjbuoJqJYu8ZvhmWIB9E7JFhWm/qRIxVQs4BB4kP9Agv
AWtpH/s4xJLgIZdeHeo4qNzLrWfG8PqEPh8v/W8fszd/hwjTv67A52yrTV+LDysJ
ZlCPELNw6ojyOWvgGtJPcta3W+qQSuqOfHHub1VUgj/RThm59JZvDphe7iUKt6h7
uTdEVtHgUM9fZvhnN4YUKnJCrpMEAA==
=KB82
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puK8ACgkQ29LOiT4t
HIcThAf9EQAmNo67rgOchFvaAI7kEJEfZV9Xhvqh/2YF3edGRkLRZ03ydQLQy2ow
aBHZOBvDCdtysCOOOYcKIHk6D/RHausWd2ppm6yUopxvuZAC1RP2OjA7DPsCyFd4
uZ5j16NkSzZaBhD/yBV1cICsnxk69yxGy/+qeKu02Fp7iqA5OA9hmcwAAQsiw+3R
A/ASNDjRdSoRGUk1yRrJiSTV5MnRRGgNtKubC4sWgPBEJ7u5YJCqqffpcuhXg5D1
Be9MkrC/+S3UXHMAvBqTLDAB6A82bniqoF2adlFJRMzPZ+QBUN9/oY4uTfkjHDS4
rvL+pXyFBaovytz+3hiROaYQhv6TsA==
=PDJG
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Dec 10 06:39:14 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
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:12:34 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 15:54:28 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compile without kf5 deprecated method
* Make it so that "Quit" is in "Game" not in "File"
* Port some deprecated methods
* Add DesktopEntry entry
* Include QMap header explicitly
-------------------------------------------------------------------
Thu Nov 7 23:13:38 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,43 +16,42 @@
#
%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: palapeli
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Jigsaw puzzle game
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
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: karchive-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knotifications-devel
BuildRequires: kservice-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Requires: palapeli-data = %{version}
Requires(post): shared-mime-info
Requires(postun): shared-mime-info