Accepting request 855171 from KDE:Applications

KDE Applications 20.12.0

OBS-URL: https://build.opensuse.org/request/show/855171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2020-12-17 16:01:03 +00:00 committed by Git OBS Bridge
commit 162bd3df77
6 changed files with 48 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a64d357872ad2d4a785047f1061aa5e9ebb1dca3c63b5d6279dd9f41950fe2c6
size 2883760

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqjUACgkQ29LOiT4t
HIeHkwf+Ig92IUP7JR8Rleryfwx/ZY2+YYtAtpXRrf1ezyCyWCMq6KXuw7z8cO8y
RckV5I8+SJLnqJPiqUuvyoIgkEedSuOywG0U5iDYeDkEjOALgUnhebfAfc3Mo4O1
EB8PL0aFMiKSK7NfUjlg3HGvcmqNBn4LLKDYklV5jKSuVj9rkkgZNxGU57S/N1t3
2zS63YjfZG3SvBXzhnPUeDfy4Pyp1XU48aPQQAunGwzl/CqtTAq+TfR9LcbVD51b
aXg0v5om7DnQ5W+sZPVhWdl+jclrBzMYiX09veTz5nkeJPt4G9m16klOh+XDJBuh
fL1CpqzEHGc9nvO0uMpLOkz9tB9TwQ==
=Ff+C
-----END PGP SIGNATURE-----

3
kgpg-20.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c21ad78039c7f8d7bcc5d3c25587533705e94c4c07552b36dc4e3340bfda66d
size 2884380

11
kgpg-20.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhH4ACgkQ29LOiT4t
HIelPQf9HIio6mNx1UjSzMAlO87OfZQ6hF/nDN7Pj4cOa6KR269X9bftPVgb+176
W9AQGjDUmnhouj5GB597uC1wyunsWV/ayDQGl7oWF8GVJWpVOwvs6DuxD5MAxPRv
h4A2YWo2HS4XvaFJ3dQaq5EKungQvYNZNzcVVkHOvd0sT6CPw5nHzY3895rojaiV
H1hZ8ew5/RZaa2fAmxRM7/7jK9MtRPBUqEak0hxROwxS0ZpXKGuMndt7yyXkY3yq
vB9ty5As+QMQRF/MVskitsaGtvIwpMWHV5AGAbZrrvEpAhQI+5chIGD/HYVk57xx
qiEYllifbocC/tyYrjCndbSMMVjsoA==
=N3F/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Dec 5 23:16:18 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:16:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.90
* New feature release
- No code change since 20.11.80
-------------------------------------------------------------------
Sat Nov 14 00:01:30 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* use the configured config file and directory when generating keys in expert mode (kde#428215)
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Use QIcon over QPixmap and port away from KIconThemes
* Port KRun to OpenUrlJob
* Port deprecated method
* Use KF5_MIN_VERSION
* Remove unused x-KDE-autostart-after=panel
* Using no deprecated enum Qt::MiddleButton
* Port away from deprecated KToolInvocation::startServiceByDesktopName
-------------------------------------------------------------------
Thu Nov 5 22:46:20 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kgpg
Version: 20.08.3
Version: 20.12.0
Release: 0
Summary: Encryption Tool
License: GPL-2.0-or-later
@ -39,6 +39,7 @@ BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GrantleeTheme)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KDELibs4Support)