KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=154
This commit is contained in:
parent
2a2235d6dd
commit
703b0080ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abc83749ca5802c84c4e64342d57ba76e7e23d00b1a80caa2228279c3fdbd01c
|
|
||||||
size 539872
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3u4ACgkQ29LOiT4t
|
|
||||||
HIflQwgAmUIxJQ5qe1AQ/mmdUEW3sqbXiN7E81euUS0xnEZ7hYV/Wp/ebFhImNn8
|
|
||||||
c1Dqd6qkMILsDUAxqjT32SH8BailvSVfS7QWCgukujNbiLeU8us/2nqkDC8aaWo1
|
|
||||||
akY/8odRYIks0mzOFXGHp0aT65xZhabd2VC7A0sot8fw43pDkdmwcWRkH2sczApR
|
|
||||||
z/536mDcPPT8t3Vmeifi/qi8kNvZQ3da2M20u1aS4e2KeVM6Km5kPX1v6SoNaQro
|
|
||||||
IKgf0a9otJtt/YbkK1lDNyOVQF/3dUGN99XmcdVNH8ckxeGbp9yX7KemmePrbdl3
|
|
||||||
JWXTUn3ezsMUjUbmI6I1DFatE7EdKg==
|
|
||||||
=/s2/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mailimporter-20.04.0.tar.xz
Normal file
3
mailimporter-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36aec97afbc8a5407a5966ed5708e9dc3e42e2c8be1e9da8bebaf8e40e46e554
|
||||||
|
size 540376
|
11
mailimporter-20.04.0.tar.xz.sig
Normal file
11
mailimporter-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/UACgkQ29LOiT4t
|
||||||
|
HIcCsgf8ChxEMSKThor6ISD83kABmiTNMpGPiO6m+IVE6ZTXFvm33sfSIkaZfLbK
|
||||||
|
n5BA5L4MR4XLbz62hpDLaz+fsryHqAYybmJFMn2n5D700P3eCxgESH+whIcEvjUK
|
||||||
|
wafdx9ePBTOu70lR95H8kWRTIhA4iNb20LTD7MhXH/LuKvmUjEYtYtsnoUQy4oUj
|
||||||
|
S4biY4Pj7mTCoBRP3xOZFWaJysBKtVngjqRQ6KqVrjmlvr7hUxwKGMe7XXTjNJzQ
|
||||||
|
L+Sf9BmCBCj2VpuVhyGnve526lgfAbIrqQbRJAFePq81klOI/ozMeg2LjJl7hpBD
|
||||||
|
oGOSxncxZG6V6079Xw8WPEYZKIJI/w==
|
||||||
|
=gf9w
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:23:12 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:
|
||||||
|
* Fix clazy warning
|
||||||
|
* Use QLatin1Char('/') here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 5 20:30:43 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Sun Apr 5 20:30:43 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%{!?_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: mailimporter
|
Name: mailimporter
|
||||||
Version: 20.03.90
|
Version: 20.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mail import functionality for KDE PIM
|
Summary: Mail import functionality for KDE PIM
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.kde.org
|
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
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
@ -44,7 +44,7 @@ BuildRequires: cmake(Qt5Xml)
|
|||||||
# 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
|
||||||
%if %{with lang}
|
%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
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user