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/kqtquickcharts-19.04.3.tar.xz b/kqtquickcharts-19.04.3.tar.xz deleted file mode 100644 index f54909d..0000000 --- a/kqtquickcharts-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f51bd61d8ab28832355b69082bb63a0efa3cf720918d5e7ff434e2219c17f5 -size 25480 diff --git a/kqtquickcharts-19.08.0.tar.xz b/kqtquickcharts-19.08.0.tar.xz new file mode 100644 index 0000000..59a9967 --- /dev/null +++ b/kqtquickcharts-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b25edca7643287acaf436ba58124077b89d067e2881a5dbfbd8833b68f3cb05 +size 25632 diff --git a/kqtquickcharts-19.08.0.tar.xz.sig b/kqtquickcharts-19.08.0.tar.xz.sig new file mode 100644 index 0000000..4f360ef --- /dev/null +++ b/kqtquickcharts-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxowACgkQ29LOiT4t +HIc26Qf/RHbJPx1+vy5kea6mppwjRA0pt6R1iF3aI1D3uX+4DJQBOqtwTAG0pm2V +ZJdnMVI4oNMEKyXscvbq+vUm3lemeXGGNdApa9jExy+i69IFZyiPcvDUIdntS1o1 +u3fygYQmFO7Ogly5hIlWyOV5JhdBscYbFeiWgyn2LmgpAvaWAz1j09WhZvTSl56/ +ZaMnMxPg9sN5hxYBbxtF1cVnYP57B8DSAuz1KYA+Vt/p4umCMCqdlGF2qkdiPdqS +imx1qSY0uFEbiFObUspYS+Y5CGFnFJHUhD8ao/xIwu0PjWOSv8JW79cZlPG+sd53 +04x+n5SgmNoUr27HnirQW9ijxhGkVw== +=uBv4 +-----END PGP SIGNATURE----- diff --git a/kqtquickcharts.changes b/kqtquickcharts.changes index c031ebc..16b546e 100644 --- a/kqtquickcharts.changes +++ b/kqtquickcharts.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:35 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:50 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: + * It's time to use cmake 3.5 + * Use nullptr + port to new connect api + use QStringLiteral + ------------------------------------------------------------------- Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org diff --git a/kqtquickcharts.spec b/kqtquickcharts.spec index 7fbf59d..9cbc648 100644 --- a/kqtquickcharts.spec +++ b/kqtquickcharts.spec @@ -19,14 +19,19 @@ %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang Name: kqtquickcharts -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Plugin to render beautiful and interactive graphs License: LGPL-2.1-or-later Group: Amusements/Teaching/Other -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: kf5-filesystem BuildRequires: pkgconfig