SHA256
1
0
forked from pool/kpat
Christophe Giboudeaux 2020-11-21 12:58:32 +00:00 committed by Git OBS Bridge
parent 528921b217
commit 3888835451
6 changed files with 37 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqjsACgkQ29LOiT4t
HIcF9AgAgDZa0tQ3poO8SdLsCT5uIubrx1doACACeXywNSz8P5Ne3fruxltnLZ9k
cak4iKxTwsmHJGdgYGiBtdUmusrVtlyQ+iNF9OKQgUy/zOLvOmfA0+BQ0JK/Tb/o
15r3lgwhvjO7XNSCX89vKD+a7fjG0HlYkD4V/a4xnBh37d7373A4sSXRMnWAkYmX
MhobAVjqirRTNCG75Tx9rdAJvPNyWdpV/M/XznRFRTYeRonWvGySe0BiUkL5sGSN
cCrU42OxzeBMr3dyWBoGNT4VWe48JZbsEd6d9QqcdRN9P+0tg+FaTgGCzMYvSyoV
EApV6fNRr9uCToe0Unt4stO4wFNQvg==
=sXBw
-----END PGP SIGNATURE-----

3
kpat-20.11.80.tar.xz Normal file
View File

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

16
kpat-20.11.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uonoACgkQOmpNuDnq
ptecew//RgoSrdHKi5mp4XuNJUM81g1yaPAO5s9lucAlqVV2JRnCmrSJ2v4uYg83
ib/sENqncW/ZJZRzQcHH1l/2ujktOP0A40Q9U/83+JHgpolcL7tNWpREybCB9iSb
zjNsHmqLUEyI461q+icNIFEKcAFXdBeZcfG3rkP5DZkFl/t/g7mWznBhYqlOenuk
wiJnppBzfVENGDHtRCfRaXMHt1k+eRZi1dBr5A0Ljui18/WJ2095n2dHlJP8ySQG
wh1ELPhgIozhQG1ipVGo/3Hza3LfdHO94+mRKOeVNkzW2HKdZOD4moKAe2gIDgXX
0vYM7qnUI/12aLwjEou1jIm9EwYEvKIm7nTW50ObRJpfqsefHKBWMibEampbmLtK
vyNGM1cV/a961svyWjAAqxadYPnGLhMyTYdVlCM1Q9ddr/1hL5N9q2eiz1F11dqu
OLDrSQup9Nz74lPN3xq1wWvDS3QJ2Zyfbd9m73VBTCccmQQIcoyEJ/1smv0rV0Mb
KKYj2bVBFpkGqkVeOYGFkDEvxgqCtJcR9D7EyEAYN66QGgWjU4WfEv7z7gn06bu2
fp0ktIP2oHsAHE2vW1zYIAWOkF485qVT75sGmGvirrkD/f9b0UkYZdCaVETbIUTH
bCymJoSbw4ahYZKcf1abOH03oBxe2rmZLhzt4irnnR9K0lFQKM8=
=VOTg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 14 00:02:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Fix pressing alt+G and Enter/Return redeals current game (kde#408931)
* cmake: install knsrc files in newer ECM 5.58.0+ location
* Start new deal when double clicking after game is won (kde#422825)
* Make the default of WITH_BH_SOLVER "ON"
-------------------------------------------------------------------
Thu Nov 5 22:47:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,15 +21,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kpat
Version: 20.08.3
Version: 20.11.80
Release: 0
Summary: Patience card game
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Card
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: freecell-solver-devel
BuildRequires: pkgconfig(libblack-hole-solver)
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
@ -57,12 +58,10 @@ BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Requires: kdegames-carddecks-default
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
@ -91,8 +90,8 @@ more. The game has nice graphics and many different carddecks.
%files
%license COPYING COPYING.DOC
%config %{_kf5_configdir}/kcardtheme.knsrc
%config %{_kf5_configdir}/kpat.knsrc
%{_kf5_knsrcfilesdir}/kcardtheme.knsrc
%{_kf5_knsrcfilesdir}/kpat.knsrc
%dir %{_kf5_configkcfgdir}
%dir %{_kf5_iconsdir}/hicolor/24x24
%dir %{_kf5_iconsdir}/hicolor/24x24/apps