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/kmplot-19.04.3.tar.xz b/kmplot-19.04.3.tar.xz deleted file mode 100644 index b3c9aad..0000000 --- a/kmplot-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c312235076fdad431fc68dc3e8be18ab8317e8a6efb6e6170958cb7495ab479 -size 3047220 diff --git a/kmplot-19.08.0.tar.xz b/kmplot-19.08.0.tar.xz new file mode 100644 index 0000000..5e2575c --- /dev/null +++ b/kmplot-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66384c96ba1e82b32427a873f944d5efa915bb2bf7d9ee886c94f368bd1f5e94 +size 3052904 diff --git a/kmplot-19.08.0.tar.xz.sig b/kmplot-19.08.0.tar.xz.sig new file mode 100644 index 0000000..9652874 --- /dev/null +++ b/kmplot-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxokACgkQ29LOiT4t +HIcG4wf/QVpG5n7OeMOcRegsXWm7/jeBZ7rGmoQiy2qldhhdknOXD6ueS2vNQMIa +lj8IHw6YlBMVEh3big0wa/hYeLcgYJ7KAviKw5vvH/ti4lYxdm/xc48C7ZI6BPSf +bH79y89mpebN62ESQTQx72B9QmWWxlIc+4tpAGkvT4VZ25yd9IDYuyQ7UyAX79k3 +TUpStaUTt8vz48mmjpRsixrcmBro8AEgDtlPduk7xMrdXVBLphrwtjauTumzgo8I +MZvvSYksg5G4GvA6LDthJlr6GHRae/aHaUfx7AydDTHpHgjQbl9dafW+ZAIlVT1E +IHPm3Lyw5jTo1suevcDmgzHK1sDCBg== +=atIx +-----END PGP SIGNATURE----- diff --git a/kmplot.changes b/kmplot.changes index ea8c72c..5f932cd 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:21 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:02 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: + * Get rid of some obsolete members + * update screenshot + * It's time to use cmake 3.5 + * Use QStringLiteral + * Remove deprecated methods + * http -> https + update some links + ------------------------------------------------------------------- Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org diff --git a/kmplot.spec b/kmplot.spec index 90ff5a7..57f9659 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmplot -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0-or-later Group: Productivity/Scientific/Math -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: kconfig-devel BuildRequires: kdelibs4support-devel