Accepting request 516365 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=76
This commit is contained in:
commit
ec1b8855eb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:809bc02b5774259447ee4528585c29192e2558d24bd4b8ef45a44db372bdb6f5
|
|
||||||
size 2821888
|
|
3
kgpg-17.08.0.tar.xz
Normal file
3
kgpg-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c86dc94797b99afca39e318e32ef13674cec9115e23d638a2eb474c8b56f76cd
|
||||||
|
size 2819272
|
25
kgpg.changes
25
kgpg.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Sat Jul 15 22:59:52 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
25
kgpg.spec
25
kgpg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kgpg
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,16 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kgpg
|
Name: kgpg
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.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}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# 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
|
Summary: Encryption Tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
@ -59,7 +60,9 @@ BuildRequires: pkgconfig(Qt5Core)
|
|||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Requires: gpg2
|
Requires: gpg2
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -89,18 +92,18 @@ Kgpg is a simple GUI for gpg
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
%{_bindir}/kgpg
|
%config %{_kf5_configdir}/autostart/org.kde.kgpg.desktop
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appstreamdir}/org.kde.kgpg.appdata.xml
|
%doc %lang(en) %{_kf5_htmldir}/en/kgpg/
|
||||||
%{_kf5_applicationsdir}/org.kde.kgpg.desktop
|
%{_kf5_applicationsdir}/org.kde.kgpg.desktop
|
||||||
|
%{_kf5_appstreamdir}/org.kde.kgpg.appdata.xml
|
||||||
|
%{_kf5_bindir}/kgpg
|
||||||
%{_kf5_configkcfgdir}/kgpg.kcfg
|
%{_kf5_configkcfgdir}/kgpg.kcfg
|
||||||
%{_datadir}/dbus-1/interfaces/org.kde.kgpg.Key.xml
|
%{_kf5_dbusinterfacesdir}/org.kde.kgpg.Key.xml
|
||||||
%{_kf5_htmldir}/en/kgpg/
|
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/*
|
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||||
%{_datadir}/kgpg/
|
|
||||||
%{_kf5_servicesdir}/ServiceMenus/
|
|
||||||
%{_kf5_configdir}/autostart/org.kde.kgpg.desktop
|
|
||||||
%{_kf5_kxmlguidir}/kgpg/
|
%{_kf5_kxmlguidir}/kgpg/
|
||||||
|
%{_kf5_servicesdir}/ServiceMenus/
|
||||||
|
%{_kf5_sharedir}/kgpg/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user