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/lskat-19.04.3.tar.xz b/lskat-19.04.3.tar.xz deleted file mode 100644 index 7ac7ff6..0000000 --- a/lskat-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e31cbad9534838c3fe380fd1326f56158dcc2b3a63a1e4c05529dcc9fc9b703 -size 1217088 diff --git a/lskat-19.08.0.tar.xz b/lskat-19.08.0.tar.xz new file mode 100644 index 0000000..f341843 --- /dev/null +++ b/lskat-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b321f58772eab7f569c76ff4afb56b1e3324dc5febf45bf5ed90993cf38696b5 +size 1217272 diff --git a/lskat-19.08.0.tar.xz.sig b/lskat-19.08.0.tar.xz.sig new file mode 100644 index 0000000..e7509e2 --- /dev/null +++ b/lskat-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpQACgkQ29LOiT4t +HIeE5AgAj4sHa6eATvSxxd2KgEMxzyaE4mhgyHKaAFtHZUNOF4+q3ah05mBX7sEw +vhWxtRCQQM0rDMz43JaKRU6ESYQJIaiLK3U3QeHay+/np8PaBOI6R+A/FmVc7Bcf +c8nMc6/ReoMSCbnmFYz3HHcSXH7n5jnlCy7HoTKp0eqMCgSomG1EY3qX09iWM/2v +lF2I79/iJHgWbkV7FJXt2bSCYEopLYE5FvBrg/Tac0RMJ6kHBEcFjmdZUyyjxP6p +yfZ8Dnr0FS+fzX98DPQL36rjniyCNATBTCODOgA6X5FSKOgUD0tYBPcCRX1O3J+R +c/r2Pp01JjqeqjHYLQiz4tHAqTOKmA== +=Jmbo +-----END PGP SIGNATURE----- diff --git a/lskat.changes b/lskat.changes index 2e538a2..b36cbf0 100644 --- a/lskat.changes +++ b/lskat.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Aug 9 08:32:18 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:51 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:07 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: + * Use new logging category directory when ECM>=5.59 + * It compiles without foreach + make it compile without deprecated method + * Time to increase Qt version as we use override but qt5.7 doesn't support it and we use 5.7 from long time + * Fix some clazy warning + ------------------------------------------------------------------- Sat Jul 13 07:26:38 UTC 2019 - lbeltrame@kde.org diff --git a/lskat.spec b/lskat.spec index a884c6d..4e4f40b 100644 --- a/lskat.spec +++ b/lskat.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: lskat -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: German Skat game License: GPL-2.0-or-later Group: Amusements/Games/Board/Card -URL: http://www.kde.org -Source0: lskat-%{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