diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/kpat-19.04.3.tar.xz b/kpat-19.04.3.tar.xz deleted file mode 100644 index bf07d8b..0000000 --- a/kpat-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca9d53d400a2be3ca421d6d916cafeff3b9dcf220e627a1762f96817e952e8e2 -size 3576096 diff --git a/kpat-19.08.0.tar.xz b/kpat-19.08.0.tar.xz new file mode 100644 index 0000000..be80671 --- /dev/null +++ b/kpat-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d68ac9094ad8f9bf0487daced786508f96ce2a63fd8d9884c2d03960fda9328 +size 3575840 diff --git a/kpat-19.08.0.tar.xz.sig b/kpat-19.08.0.tar.xz.sig new file mode 100644 index 0000000..9cec31c --- /dev/null +++ b/kpat-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxowACgkQ29LOiT4t +HIfNBQf/XnWaCwqjna9XIL70w5g2sUdj8vObOhIfsLZpUpOUoKuH9qJnrxQWk9jd +Z+Q3lOM1uZozoKHS41z0lSRoS4F+3S1vg2I+Ld+TiFbT0zON21yHndSouHyuqJMX +5d394m+iF5Q/+rE608RzyI8816X05aCQV0AVXavMwVokgDDST+lb0d6noBcyuMwT +ewL9klMG/tDwkz4rJ/BFVAKEZC0AHkBcULz+a1qi1Skei+9a59iVE7EifA6d3rGW +S9llPBToer+bMl2gxWIsVPfyFg1A/imU+zpLqYvEAojYtBL7yxOvk83K8VaXJ9aR +280WGOamULApoAWyGbkuDVd7F2JspA== +=8SXk +-----END PGP SIGNATURE----- diff --git a/kpat.changes b/kpat.changes index 0bfa903..195a0bb 100644 --- a/kpat.changes +++ b/kpat.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:33 UTC 2019 - Christophe Giboudeaux + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- No code change since 19.07.90 + +------------------------------------------------------------------- +Tue Aug 06 16:50:50 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-rc.php +- Changes since 19.07.80: + * Add QMap include to fix build (with Qt 5.13) + +------------------------------------------------------------------- +Tue Jul 23 11:59:04 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * Remove unused includes + * Use new logging category directory when ECM>=5.59 + * Fix forward declaration + * update url + * Port qVariantFromValue + * Small optimizations. + * Fix the path to kpat in the tests. + * accept games by name as a parameter to --solve. + * Convert from virtual+Q_DECL_OVERRIDE to override. + * Time to increase Qt version as we use override but qt5.7 doesn't support it and we use 5.7 from long time + * Eliminate some GCC warnings during compilation. + * Add an assert as a regression test. + * Fix for bug 406587 - Freecell Autodrop. + * Shorten the freecell solutions. + * Fix some clazy warning + * Add a comment to explain. + * Optimize loading freecell games. + * Compatibility with bh-solver 0.20.0. + * add .arcconfig file + ------------------------------------------------------------------- Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org diff --git a/kpat.spec b/kpat.spec index 7c1732e..9ce65bd 100644 --- a/kpat.spec +++ b/kpat.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpat -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Patience card game License: GPL-2.0-or-later Group: Amusements/Games/Board/Card -URL: http://www.kde.org -Source0: kpat-%{version}.tar.xz +URL: https://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: freecell-solver-devel BuildRequires: kcompletion-devel