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/kwordquiz-19.04.3.tar.xz b/kwordquiz-19.04.3.tar.xz deleted file mode 100644 index 66b1728..0000000 --- a/kwordquiz-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc1a5a4780f667a805c17bda05d7024702d20d0e6aa552a0b7b6840b6e6cb381 -size 4167304 diff --git a/kwordquiz-19.08.0.tar.xz b/kwordquiz-19.08.0.tar.xz new file mode 100644 index 0000000..954a58e --- /dev/null +++ b/kwordquiz-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4278c1ca0e6e7da548e563a4248fa9e0ff0707b67e06e53ae26dbc2069fc71 +size 4174332 diff --git a/kwordquiz-19.08.0.tar.xz.sig b/kwordquiz-19.08.0.tar.xz.sig new file mode 100644 index 0000000..180a9a7 --- /dev/null +++ b/kwordquiz-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpIACgkQ29LOiT4t +HIdFMQf+MTVXV9QY/FViF2geKpgtTwkws3rYZUPZ61L8Vvh97cNpKmufF1MlME5U +r6nYZPNMWvhAixH6A9kNAXkynBP/lRtjGQYFGjKjcDxSEnuF0h1arUx1U5brGfGa +fPNyatIzCMxgTFm/9v+HKz6jV5le/nS2ow0h5pMMs3PhI2DkaU62K/39ATVkFCyk +7Ww0JY5UX4O3PVMCHFiwJyEF5/6HC0yoU4eRXODlgEyxjJyneXz8JM7CGqEC3fx9 +iS30CumLDOR53aSp9MsJEK2f5ni5tUZYGo8NfwppCA2qDld/Q0+R24MgsXRXlWPl +8pOsCQAhQEa3ASZbcMSro26XAeBbiw== +=IAXX +-----END PGP SIGNATURE----- diff --git a/kwordquiz.changes b/kwordquiz.changes index b7ce697..2765b43 100644 --- a/kwordquiz.changes +++ b/kwordquiz.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Aug 9 08:32:02 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 +- No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:59:06 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: + * Close KWordQuiz documents before closing the app + * Get rid of some obsolete members + * Follow KDE_APPLICATIONS_VERSION + * Fix forward declaration + * Use instead of deprecated + * Fix minimum cmake version + * Excludes files + * Check if the filename is empty when user wants to save the file + * http -> https + update some links + ------------------------------------------------------------------- Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org diff --git a/kwordquiz.spec b/kwordquiz.spec index 4d24d32..ead97d7 100644 --- a/kwordquiz.spec +++ b/kwordquiz.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kwordquiz -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Vocabulary Trainer License: GPL-2.0-or-later Group: Amusements/Teaching/Language -URL: http://edu.kde.org -Source0: %{name}-%{version}.tar.xz +URL: https://edu.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: fdupes BuildRequires: kconfig-devel