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/ksquares-19.04.3.tar.xz b/ksquares-19.04.3.tar.xz deleted file mode 100644 index aa92908..0000000 --- a/ksquares-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d85c90f883c3ce1559dd0d3ceb20500563704cf6d1824c5fea3ddce0e1ca7563 -size 260376 diff --git a/ksquares-19.08.0.tar.xz b/ksquares-19.08.0.tar.xz new file mode 100644 index 0000000..d33cd6b --- /dev/null +++ b/ksquares-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649a89da0a928c8977218a76023044205b20f07af9b3abda042e46bc450bd00f +size 261004 diff --git a/ksquares-19.08.0.tar.xz.sig b/ksquares-19.08.0.tar.xz.sig new file mode 100644 index 0000000..cc98593 --- /dev/null +++ b/ksquares-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxo4ACgkQ29LOiT4t +HIepKQf/Wc5oTEpqeP3oXmxFM3/D9TDJwti0acrvaNzqrQ5w7tfoGDuiCBsvcwFj +2tTQNKOhfpILaku0YzdOjH7W/Ni6DFmeQyjxmyfdu+DqcZqDDvqBXmizm5YzE9qM +ZnPuQ56RFtKzIQDOTdEYxAa2pqGz4JXe9qdZ4PR6rfmvPaxzBqosSQVWf2WNHLw+ +J6Lck6d7mRqh3uuZfhJ0j8caX2gL029mtn9aL4D95kWRn+h9fDOxbe6RSHRNNzot +joTfquxhNGxl2dtBuyCEXy3DPDI/jHr2mkml+7pBIY+ox4CCNkcb/0T8hIUWnYek +MPYjL7MaHId2bDuZbJRJDukqUw/k6A== +=oeVL +-----END PGP SIGNATURE----- diff --git a/ksquares.changes b/ksquares.changes index 6044ccc..26a4785 100644 --- a/ksquares.changes +++ b/ksquares.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:44 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: + * No code changes since 19.07.80 + +------------------------------------------------------------------- +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: + * Fix forward declaration + * it compiles fine without foreach + * Make it compile with strict compile flags + * use cmake 3.5 + ------------------------------------------------------------------- Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org diff --git a/ksquares.spec b/ksquares.spec index d3b9b0d..b4929bf 100644 --- a/ksquares.spec +++ b/ksquares.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: ksquares -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: "Dots and boxes" board game License: GPL-2.0-or-later Group: Amusements/Games/Action/Arcade -URL: http://www.kde.org -Source0: ksquares-%{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: kcoreaddons-devel