KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=122
This commit is contained in:
parent
c448e09bf7
commit
a29cea57e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e46befa727f8736ebc31e7e61303da2ae98d85609af8f1ea47a129b2cbde130d
|
||||
size 207168
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3u8ACgkQ29LOiT4t
|
||||
HIccxwgAmUKqmg/+ToUrTL2lCnpDQg8X3q5PX5lFifPtPBx0gBEmI6E+DZtTmmxH
|
||||
uKV9Id/mkB1n6G/KqJSQWZ4rwmA0jmLlbq0U5u/7IFtvZX0tSKkFli5WnvPdxeqz
|
||||
pDYA/93m7OKxXmJQEa9dR4tmFN+OhPSaLFWI3R72uketO/p979AUSCnjxIzFbp3N
|
||||
V/tThzwKpbpXSFaw57/9di4Wzd0e3+0WxkPUTNc/DQR9ZAqHYIVHADim8jP2DFDr
|
||||
uwwETtwu+Z0uaeRpxISUpjx2xGKVyzpqviUdMuL7MzaTYL+14iMiLlf7rJbvdUUy
|
||||
77s3x3LtYALGCMW+j99QqoVIkR1D8g==
|
||||
=3DCH
|
||||
-----END PGP SIGNATURE-----
|
3
pim-data-exporter-20.04.0.tar.xz
Normal file
3
pim-data-exporter-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcedab3459e3645fdd81dc6a155c1a94deae07ee3609b85180def264f0b49a37
|
||||
size 207420
|
11
pim-data-exporter-20.04.0.tar.xz.sig
Normal file
11
pim-data-exporter-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/kACgkQ29LOiT4t
|
||||
HIdGzAgAgMWlbqja86CX0WWohSSGwCUV00fqb+wcUVyuzAZ509xBD34bbW66CeGv
|
||||
1HqrLgAScH7zuqyzCF5s9eH0joDfjs8IKfXhAHyNYAfX66Xp/GOidQSZtRZJh377
|
||||
q1aqLmBO9+KwAGjNH542BXeesFCSMSfzo2cVKw/xJ0J5xYhN2kc6JDbaajI3ZOrT
|
||||
s6VQxOFjdKBs6YVqmNzpKMFdblVoFOtMDQA8Qy+bUXPGtICSJwTsCAQ8ILMBOgKi
|
||||
1GqLnvks1eDEIq9OuxdD2+tB02QsZi0vklvEAtMO9AQp6YTY33Aw7vdWaons2nNe
|
||||
y5WICqM4n3MVFjYtI7ILy9q8aOPj7g==
|
||||
=6W0c
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:23:17 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/2020-04-apps-update
|
||||
- Changes since 20.03.90:
|
||||
* storageservicemanager was killed long time ago
|
||||
* Prepare for autotesting method
|
||||
* Remove unuse includes
|
||||
* Implement import foldermailarchiverc
|
||||
* Start to implement restore foldermailarchiverc
|
||||
* Use QLatin1Char('/') here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 20:30:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: pim-data-exporter
|
||||
Version: 20.03.90
|
||||
Version: 20.04.0
|
||||
Release: 0
|
||||
Summary: Data exporter for KDE PIM
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
# Only required for the icon
|
||||
BuildRequires: kontact
|
||||
@ -61,7 +61,7 @@ Requires: kontact
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
|
Loading…
Reference in New Issue
Block a user