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/kgpg-19.04.3.tar.xz b/kgpg-19.04.3.tar.xz deleted file mode 100644 index c78e838..0000000 --- a/kgpg-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:740ad342cfa1edf1c7cbbe8d15789533d5003dda5bf3899687eb4182b582236d -size 2786024 diff --git a/kgpg-19.08.0.tar.xz b/kgpg-19.08.0.tar.xz new file mode 100644 index 0000000..e2bf5b1 --- /dev/null +++ b/kgpg-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa31f524c7f8ab50a86d83066590b98cd4ffbeb94b5a6fb7dadec9fe3072845 +size 2787784 diff --git a/kgpg-19.08.0.tar.xz.sig b/kgpg-19.08.0.tar.xz.sig new file mode 100644 index 0000000..590bbb8 --- /dev/null +++ b/kgpg-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoQACgkQ29LOiT4t +HIdmDAgAhD600vG0mnA82xHxP/CWbZoCKGPGC8WaCR/2F9gNU0Meazp+zb1EBJe6 +m5RyQV+uQ1Hf/wItzZAXvyIStKZfiuPNkrahrtlhBUI7gXIpV7p8DNxMk6avPcWz +zkqeeTe4skZCu3qBhWYHCFg4ph8vMb7Kh2FJy1INGQ0K3IuZt8FOYfb7coks2Mix +lVFCcjkgjfK10pYz1nerMJJNaUSeFOD31RJ3DThsDLOXZa/OjlR6nTBMXjHQ/Vsh +p7TCx6wKpazZaE1ogMffc7033C5eeCuOuqG4rvBimjeWHJzJ/Kok+eRAbesldTsI +mb0jIY6aYM9Cw1t9bZ9cNBgtX5y64Q== +=MMCT +-----END PGP SIGNATURE----- diff --git a/kgpg.changes b/kgpg.changes index 3fc5eb7..e46451b 100644 --- a/kgpg.changes +++ b/kgpg.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:57 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:49 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:00 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: + * CMake: drop needless endif() argument + * avoid some needless QString instances + * CMake: fix version check and whitespace damage + * Install in new logging directory when we use kf5 5.59.0 + * change links in documentation to https + * Fix forward declaration + * update screenshot + ------------------------------------------------------------------- Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org diff --git a/kgpg.spec b/kgpg.spec index 3994ce7..734c64f 100644 --- a/kgpg.spec +++ b/kgpg.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kgpg -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Encryption Tool License: GPL-2.0-or-later Group: Productivity/Security -URL: http://www.kde.org -Source0: kgpg-%{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 Patch1: kgpg-autostart.diff BuildRequires: akonadi-contact-devel BuildRequires: extra-cmake-modules