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/palapeli-19.04.3.tar.xz b/palapeli-19.04.3.tar.xz deleted file mode 100644 index 0a03a16..0000000 --- a/palapeli-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cbf7a1666e16a476de9bdab7155f17f2224baa7db9d80cd77c785dead6f2e10 -size 2068716 diff --git a/palapeli-19.08.0.tar.xz b/palapeli-19.08.0.tar.xz new file mode 100644 index 0000000..5903fac --- /dev/null +++ b/palapeli-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdefb41685728cd9e01cc3249d2676a589f61a611e32c2e1a2e3d4d30721dde +size 2068852 diff --git a/palapeli-19.08.0.tar.xz.sig b/palapeli-19.08.0.tar.xz.sig new file mode 100644 index 0000000..211568f --- /dev/null +++ b/palapeli-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpYACgkQ29LOiT4t +HIfmNQgAgu5q7RQP7vIQY3RTL1OLj7q8ui7J8pIjWZZyv4VVCHmwYNbW8jG7Af1A +59yMUtO01tFw9BRWEEJxKOsvTNBZldYrYtsrBklEKHSIrZsQd9ZVLg3ecWOkuTA6 +Wmq+ZbJPtWBiq9kf3pJN4NqHc0UdLEtrsnZ9kP7167sWSVobiFyARdEmYnAz6HRz +D5Xi1VvyoyVAXxzqewuS1rDRSPfKVYX6Zo23MmTJhUU97ytQHRuKsOxa8k4Hx2Fz +32v8Pt1XdxwFpbz2WHGU/hwXS5vv3uPgnIhoejEWim0Dk7cbzvGLfoafkbKD9mF4 +5VVpDR0i0a7yxBA/P3FgDFOVgPwPPw== +=5vMY +-----END PGP SIGNATURE----- diff --git a/palapeli.changes b/palapeli.changes index eb56c19..47e0eff 100644 --- a/palapeli.changes +++ b/palapeli.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Aug 9 08:32:27 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 +- Changes since 19.07.90: + * Include QMap header explicitly + +------------------------------------------------------------------- +Tue Aug 06 16:50:52 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:08 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 + * Port qVariantFromValue + * 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:39 UTC 2019 - lbeltrame@kde.org diff --git a/palapeli.spec b/palapeli.spec index bb6564e..dd1855b 100644 --- a/palapeli.spec +++ b/palapeli.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: palapeli -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Jigsaw puzzle game License: GPL-2.0-or-later Group: Amusements/Games/Board/Puzzle -URL: http://www.kde.org -Source0: palapeli-%{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: kconfig-devel