Accepting request 756282 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kshisen?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:13:45 +00:00 committed by Git OBS Bridge
commit 2e120144a7
7 changed files with 55 additions and 29 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O4ACgkQ29LOiT4t
HIcrkgf/fiwpYnn1dI6uJd2b+vkAewAynUZ0IR7dykhie4nEl6R6xKOSvAqnhlKG
RZnaqgSfaM9VPwqgXgUfu5QKXonKKrifaTkYOHcxJU1rXcVediCB3EUwIyTsp2dC
QlgQbo4XIcbHMZdWB8pdsyuGVmKsNInfNiYLNOIjz/qxObb49xpaFNva7KctsU6i
IrV7CviArAXUoj7sQYKwiVCNqmbfH8zYzg1LIhtTBVfkAJo9KRv/Kke0o9M0yNNv
8BBYxOKkP48bpvUDL9/CPQVYxIjucD+oimI05UgNbWJoBDsGVT7GgezTszsTByAh
6OVNh4NfyWRRCrEtn7CCM4RRBQkT2g==
=+RHK
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJQACgkQ29LOiT4t
HIeYPgf/TwzCoRcFAkH2V2kd5XLKRqUUE35JTA3wmBQEj2WLlubAvuq6dZvYK5qQ
+2q6fVrc8lq9Aw4K/pmHhWUWNUZUXdVut7dg9ZOsAycmsKC2vnKR2LRMfDCyT2bE
87ZbrlNkzmEbzVNOUVbXGZ/NLYNj66YvvIaNDuxa4qMw1q9sC10RyC7Afdp+lVwK
bjusn+7NGhtm22jGnnbZHu4tRY8MSHIsSs1YQLyF+1WZtNUg6/CF53NZKtWitpXh
d/BNEGxQ3vnYXNu/MCQapNS2yqR+E/ym7qGUvbGWm4+TuhdnD9eQRbrT/Z3Ot4ED
UTwo/eLIu/5muPnKZHbc4DuYzBvfUQ==
=zl3L
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
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
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:12:13 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:46 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
* It compiles fine without deprecated method
-------------------------------------------------------------------
Thu Nov 7 23:13:18 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,38 +16,37 @@
#
%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: kshisen
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Shisen-Sho Mahjongg-like game
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Other
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
# PATCH-FIX-OPENSUSE cpp14.patch fabian@ritter-vogt.de Use only c++11 features
Patch1: cpp14.patch
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: libkmahjongg-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(KF5KMahjongglib)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Test)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}