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/kblocks-19.04.3.tar.xz b/kblocks-19.04.3.tar.xz deleted file mode 100644 index fdf24ad..0000000 --- a/kblocks-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10b350f91978c221c224c42e2f50dc8c2e86e187de8e46258b10cf3799fb4b74 -size 1920560 diff --git a/kblocks-19.08.0.tar.xz b/kblocks-19.08.0.tar.xz new file mode 100644 index 0000000..f103414 --- /dev/null +++ b/kblocks-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3337c6fb57fdb8439e6e6edc0186fec76641196714daa955465e009923573b84 +size 1906940 diff --git a/kblocks-19.08.0.tar.xz.sig b/kblocks-19.08.0.tar.xz.sig new file mode 100644 index 0000000..dd96c3b --- /dev/null +++ b/kblocks-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxn4ACgkQ29LOiT4t +HIfMPAgAi+XQWnaAaARPIinS57oz1u/wYcWPgSl2wmjjucBIpCyVOR5DfRYDFGiC +xp/pWvZuLfV/HxK+8XcwApf3rFsByHE2YCVAuA5z2bAhLPfzTIL1HH89hVd0vL1m +pOSXNfGxMlLm9a74+hMTaqwzG0Y9GGb1RHVS5CHWgMf6K79k68zHPpmyNV2E0ahi +GTBp/DBiNPbaodGHxuwFPEpsAsMaZKF3QOkDXMpuvRKZPMcfRHLqnB1018CnGV5Q +zlOAJH2J9CpV4SfBILfKsKCegF+Qy9dHfEPLV8s9pBVrnH9PrpwXnwL7/3e4g+sp +WUmTv2IY/oUigRJSpS4oNpU3L6SVzA== +=w9Ik +-----END PGP SIGNATURE----- diff --git a/kblocks.changes b/kblocks.changes index 37589e6..1323067 100644 --- a/kblocks.changes +++ b/kblocks.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:29 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:48 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: + * No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:58:57 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 + * Install in new logging directory when we use kf5 5.59.0 + * Call sounds enabled on startup + * Delete sounds before creating them again + * No need to make KGameTheme a member variable + * Use the theme file defined sounds if they are declared. + * Fix forward declaration + * Make it compile without deprecated method + * Use more nullptr + * Make it compile without foreach + * Add missing override + * breeze icon + * USe const'ref + use new connect api + ------------------------------------------------------------------- Sat Jul 13 07:26:34 UTC 2019 - lbeltrame@kde.org diff --git a/kblocks.spec b/kblocks.spec index c535277..c3c7269 100644 --- a/kblocks.spec +++ b/kblocks.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kblocks -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: A classic falling blocks game License: GPL-2.0-or-later Group: Amusements/Games/Strategy/Real Time -URL: http://www.kde.org -Source0: kblocks-%{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: kconfig-devel BuildRequires: kconfigwidgets-devel