SHA256
1
0
forked from pool/kmahjongg

Accepting request 756247 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmahjongg?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:12:08 +00:00 committed by Git OBS Bridge
commit 8a70e48c36
7 changed files with 60 additions and 32 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OoACgkQ29LOiT4t
HIdl2gf+Kp9+5P89gq+Sd1yk6626mES9bXLZ4neMVohDDCSzJidJqnYHD/vk757n
sy1bKqBpxCoRubsVUlQ7wdXm9PXuOdUkz74bbfpYq37vCVTuVhah4D8aT3VQk3ni
axi1VeLZyBcTW7rA7NoS4UaxHKv9Its69DvN4HiX5Wg0ueIbx1SvCjNx7p2lSVfF
ppjK90NiA9+85Ahj1MHWlxNkZ6K/x7SIdneoJTAEfB/BNsn2URg/tRVe3EGJ/SeC
yIZ8ectkOl4fMhUyTfBaJYgCZbTD2H1qmUTdyIeoh/WaBICmDov40BuUX+EyHWeV
EwExVhN+dJWdImEUtvhOn7jUQf4MUQ==
=Fj8T
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puIUACgkQ29LOiT4t
HIcFjgf/f5ev8+e1bmbE5W/eoyEpC7c0ibbPrN6k2OaAXExFYblz+egh41/BcLnD
uUpjr98SIOWJtcj5LFcow+MmI6YCD2A+HrP/YKDCQsctBh0VeczHMpsONbj5h44s
xNXPd5dzLwvNVSS8HD3StMjzb69Y2yFi5fGBN2j3m1o6YjHhrJfoK4AAN2SNkVbw
PlFW/U3w0TAiUfboHQG82SYgmr5/SDVmYLiwOB2HyFd+zyUBOJno8OTnXuFC8ekG
aEVkiys8n0f076aoUH1U8/QXT362MWnInqqNt6cUrOBCTaOiSVvGM8WVF2P1/mqA
/Y6i/RoDqIEA3MmZ6JhLW0m5MJQb4w==
=h+JK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:41 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:01 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:33 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* make it compile without deprecated methods
* Fix minor typos
* Add some docs about the Board Editor
* Get rid of deprecated availableGeometry()
-------------------------------------------------------------------
Thu Nov 7 23:13:05 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,39 +16,38 @@
#
%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: kmahjongg
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Mahjongg 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: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: knewstuff-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: libkmahjongg-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(KF5KMahjongglib)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
Obsoletes: kmahjongg5 < %{version}
Provides: kmahjongg5 = %{version}
%if %{with lang}