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/ksudoku-19.04.3.tar.xz b/ksudoku-19.04.3.tar.xz deleted file mode 100644 index 24bd829..0000000 --- a/ksudoku-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608ffcde2d0bad3e2a19d7842c47b41627d009721a4e3161ccf2736f7777e922 -size 1647672 diff --git a/ksudoku-19.08.0.tar.xz b/ksudoku-19.08.0.tar.xz new file mode 100644 index 0000000..57e90e7 --- /dev/null +++ b/ksudoku-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f773ce70fbc05f30285b7123c5e28fe241ff56677c5b80c1201238bdbc375f8 +size 1647620 diff --git a/ksudoku-19.08.0.tar.xz.sig b/ksudoku-19.08.0.tar.xz.sig new file mode 100644 index 0000000..298ef14 --- /dev/null +++ b/ksudoku-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxo4ACgkQ29LOiT4t +HIfBmgf/QOqySNUhOpkNHWh69kO5SlTifC565LyWre3tI1utOA1b/Y2NmeibS+57 +PYJ6VGTJBOO4RNb4N+yR16Q0CSpcmkb0FjnV12vSkggXjwkI7F68mc3hPTZVhJP8 +KtmUaSdeSSE3GEZyyR8xbnFBffPAtTtcfiU+TGG56RSgevMPSKm9BuquLURcWh0X +g/DSyzeQHkcC+/iLKYhWtODOrrDK0hKYGcLPNEWFcUEHG4mc1r4QVxcenbQ3kAiQ +XiVbP+XWUOezyT2cZBtpRAbO+Y0CG+appUIxLfMRZWrR6UrQbCBhdHavWbRdWWOQ +Ouc901R1KBBA6h9Qy1QFWkzCaoxpow== +=2EYP +-----END PGP SIGNATURE----- diff --git a/ksudoku.changes b/ksudoku.changes index e98d7f4..9b1d2da 100644 --- a/ksudoku.changes +++ b/ksudoku.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +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: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: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 + * update screenshot + * 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 + * Don't use KIO copy and QTemporaryFile to load xml definition files. (kde#405422) + ------------------------------------------------------------------- Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org diff --git a/ksudoku.spec b/ksudoku.spec index 169204a..b4de264 100644 --- a/ksudoku.spec +++ b/ksudoku.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: ksudoku -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Program to generate and solve Sudoku puzzles in 2D or 3D License: GPL-2.0-or-later Group: Amusements/Games/Board/Puzzle -URL: http://www.kde.org -Source0: ksudoku-%{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