From 510a250311cf48f9f65a159821d63c2a5f2d7ef536c9015647cb11b15ad71c87 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:24:45 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=68 --- kgpg-17.04.3.tar.xz | 3 --- kgpg-17.07.90.tar.xz | 3 +++ kgpg.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 kgpg-17.04.3.tar.xz create mode 100644 kgpg-17.07.90.tar.xz diff --git a/kgpg-17.04.3.tar.xz b/kgpg-17.04.3.tar.xz deleted file mode 100644 index e94c956..0000000 --- a/kgpg-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809bc02b5774259447ee4528585c29192e2558d24bd4b8ef45a44db372bdb6f5 -size 2821888 diff --git a/kgpg-17.07.90.tar.xz b/kgpg-17.07.90.tar.xz new file mode 100644 index 0000000..c2cffa9 --- /dev/null +++ b/kgpg-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4921579a74594c62418670fa55a8a3c05452a47906a035cd58c82857af1a5cba +size 2818612 diff --git a/kgpg.changes b/kgpg.changes index ec76717..16b5898 100644 --- a/kgpg.changes +++ b/kgpg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:17:47 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 22:59:52 CEST 2017 - lbeltrame@kde.org From bd76d21ec7f2b2ac083e4639beaa39e3e225bea6542d6158d5cc33c6aaf6d422 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:50:18 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=69 --- kgpg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kgpg.spec b/kgpg.spec index 117bf81..886fa19 100644 --- a/kgpg.spec +++ b/kgpg.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kgpg -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 169caf2faa0ab03a8441cbefb8819ea1cd96ace5ec28c4165af6faaaf490865d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:56:13 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=70 --- kgpg.changes | 17 +++++++++++++++++ kgpg.spec | 23 +++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/kgpg.changes b/kgpg.changes index 16b5898..acfbaf7 100644 --- a/kgpg.changes +++ b/kgpg.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:30 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * don't let signing be confused by KEY_CONSIDERED lines \(kde#382903\) + * show trust and owner trust strings as tooltips in key model \(kde#369609\) + * use the same text for owner trust values everywhere + * do not always warn when creating a revocation certificate \(kde#372063\) + * use the same code to generate revoke url filenames everywhere + * fix GnuPG error messages missing if key generation fails + * introduce Convert::toDateTime() to parse time specifications as returned from GnuPG + * several code cleanups + * simplify KgpgTrustLabel creation + ------------------------------------------------------------------- Sat Aug 5 18:17:47 UTC 2017 - christophe@krop.fr diff --git a/kgpg.spec b/kgpg.spec index 886fa19..1d47158 100644 --- a/kgpg.spec +++ b/kgpg.spec @@ -1,7 +1,7 @@ # # spec file for package kgpg # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: kgpg Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} # It can only build on the same platforms as Qt Webengine -ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 Summary: Encryption Tool License: GPL-2.0+ Group: Productivity/Security @@ -59,7 +60,9 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Widgets) Requires: gpg2 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -89,18 +92,18 @@ Kgpg is a simple GUI for gpg %files %defattr(-,root,root) %doc AUTHORS COPYING -%{_bindir}/kgpg +%config %{_kf5_configdir}/autostart/org.kde.kgpg.desktop %dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/org.kde.kgpg.appdata.xml +%doc %lang(en) %{_kf5_htmldir}/en/kgpg/ %{_kf5_applicationsdir}/org.kde.kgpg.desktop +%{_kf5_appstreamdir}/org.kde.kgpg.appdata.xml +%{_kf5_bindir}/kgpg %{_kf5_configkcfgdir}/kgpg.kcfg -%{_datadir}/dbus-1/interfaces/org.kde.kgpg.Key.xml -%{_kf5_htmldir}/en/kgpg/ +%{_kf5_dbusinterfacesdir}/org.kde.kgpg.Key.xml %{_kf5_iconsdir}/hicolor/*/*/* -%{_datadir}/kgpg/ -%{_kf5_servicesdir}/ServiceMenus/ -%{_kf5_configdir}/autostart/org.kde.kgpg.desktop %{_kf5_kxmlguidir}/kgpg/ +%{_kf5_servicesdir}/ServiceMenus/ +%{_kf5_sharedir}/kgpg/ %if %{with lang} %files lang -f %{name}.lang From 9c6e65c5272ddd169aaf9716c7c8d25896344248acda84cc271d5bfd25bc5a61 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:11:38 +0000 Subject: [PATCH 4/5] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=71 --- kgpg-17.07.90.tar.xz | 3 --- kgpg-17.08.0.tar.xz | 3 +++ kgpg.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 kgpg-17.07.90.tar.xz create mode 100644 kgpg-17.08.0.tar.xz diff --git a/kgpg-17.07.90.tar.xz b/kgpg-17.07.90.tar.xz deleted file mode 100644 index c2cffa9..0000000 --- a/kgpg-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4921579a74594c62418670fa55a8a3c05452a47906a035cd58c82857af1a5cba -size 2818612 diff --git a/kgpg-17.08.0.tar.xz b/kgpg-17.08.0.tar.xz new file mode 100644 index 0000000..984b5a9 --- /dev/null +++ b/kgpg-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86dc94797b99afca39e318e32ef13674cec9115e23d638a2eb474c8b56f76cd +size 2819272 diff --git a/kgpg.spec b/kgpg.spec index 1d47158..5c49585 100644 --- a/kgpg.spec +++ b/kgpg.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kgpg -Version: 17.07.90 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 3c648c12491b8276936139807cbbfc7f8cf79e50539f3ffdbe6980a5520ebc97 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:20:44 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=72 --- kgpg.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kgpg.changes b/kgpg.changes index acfbaf7..dd8c4ba 100644 --- a/kgpg.changes +++ b/kgpg.changes @@ -5,10 +5,10 @@ Fri Aug 11 22:45:30 UTC 2017 - christophe@krop.fr * New feature release * https://www.kde.org/announcements/announce-applications-17.08.0.php - Changes since 17.04.3 : - * don't let signing be confused by KEY_CONSIDERED lines \(kde#382903\) - * show trust and owner trust strings as tooltips in key model \(kde#369609\) + * don't let signing be confused by KEY_CONSIDERED lines (kde#382903) + * show trust and owner trust strings as tooltips in key model (kde#369609) * use the same text for owner trust values everywhere - * do not always warn when creating a revocation certificate \(kde#372063\) + * do not always warn when creating a revocation certificate (kde#372063) * use the same code to generate revoke url filenames everywhere * fix GnuPG error messages missing if key generation fails * introduce Convert::toDateTime() to parse time specifications as returned from GnuPG