Accepting request 723648 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=100
This commit is contained in:
commit
75b14ca0e3
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:740ad342cfa1edf1c7cbbe8d15789533d5003dda5bf3899687eb4182b582236d
|
|
||||||
size 2786024
|
|
3
kgpg-19.08.0.tar.xz
Normal file
3
kgpg-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3aa31f524c7f8ab50a86d83066590b98cd4ffbeb94b5a6fb7dadec9fe3072845
|
||||||
|
size 2787784
|
11
kgpg-19.08.0.tar.xz.sig
Normal file
11
kgpg-19.08.0.tar.xz.sig
Normal file
@ -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-----
|
34
kgpg.changes
34
kgpg.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:30:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- 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
|
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kgpg.spec
10
kgpg.spec
@ -21,13 +21,17 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kgpg
|
Name: kgpg
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Encryption Tool
|
Summary: Encryption Tool
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
URL: http://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source0: kgpg-%{version}.tar.xz
|
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
|
Patch1: kgpg-autostart.diff
|
||||||
BuildRequires: akonadi-contact-devel
|
BuildRequires: akonadi-contact-devel
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
Loading…
Reference in New Issue
Block a user