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/kiriki-19.04.3.tar.xz b/kiriki-19.04.3.tar.xz deleted file mode 100644 index 4212811..0000000 --- a/kiriki-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb33616936c879aa61fdbaa87ae130c4f22c34b70cdd9b38b128bace850466e -size 372588 diff --git a/kiriki-19.08.0.tar.xz b/kiriki-19.08.0.tar.xz new file mode 100644 index 0000000..ad34f47 --- /dev/null +++ b/kiriki-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f69734c0268f4c3c4ed0b915318d9570d599c6a0fd8a2a02597f1e31cd50d7 +size 372448 diff --git a/kiriki-19.08.0.tar.xz.sig b/kiriki-19.08.0.tar.xz.sig new file mode 100644 index 0000000..da30e8e --- /dev/null +++ b/kiriki-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoYACgkQ29LOiT4t +HIfcOwf+L0mjqg/68dYR4DFTIeuhCYmBMAQbdZrzhjv+nzEg7i24Fh/OPnYZXgBN +IgLaKdrpZpXBt0pwfttbI6PjTqKFB3693VhLXJwMT3Sgqdb1nnG+tOSxLHu+qY71 +FwwHdO4pxG2vzYQc1IMYYoVoDS2nRpDA9b2t63jH+iPhOem+HdI63LIUYzNb48y1 +anuXdUTjXBJdy4FQyn1z+0IRl4g3DoyYWNHHBX4XqfHvEQOfv9ZdheR7mAnh/kuB +zjlk3ydbsyprNSvrWgdXIWlD/1YtxPHKW2s//8Qr4IoqKUP5L5HUe3LZ3YoTKtLQ +wuF620qgZHNHd1xCqGkdwiU9j+bEEw== +=ffA6 +-----END PGP SIGNATURE----- diff --git a/kiriki.changes b/kiriki.changes index 1f69c04..7800b19 100644 --- a/kiriki.changes +++ b/kiriki.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:06 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:49 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 +- No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:59:01 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: + * QColor::dark/light -> darker/lighter + * Remove unused includes + * Follow KDE_APPLICATIONS_VERSION + * It compiles fine without foreach + ------------------------------------------------------------------- Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org diff --git a/kiriki.spec b/kiriki.spec index 4d342c8..92640b6 100644 --- a/kiriki.spec +++ b/kiriki.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kiriki -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Yahtzee-like Game License: GPL-2.0-or-later Group: Amusements/Games/Board/Other -URL: http://www.kde.org -Source0: kiriki-%{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: karchive-devel BuildRequires: kcodecs-devel