Applications 19.12.2 (take 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=145
This commit is contained in:
parent
1f1719d737
commit
bae7a4b66e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1a042560438d6f6195a1f64355515489b74a44c1d2f5f547ced6785439215f1
|
||||
size 540540
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8X8ACgkQ29LOiT4t
|
||||
HIfqZwf9Fg4YmbJokhtR4/Yz3fop0xeZEA/ucA2bzEBYpLJON7T+330NCauYvHTS
|
||||
iHEhfbTSTNPHqYAsGu0BBTlGP9rv4XM5vkvgDMAb8d78/TqW81A3yUpkhfS3kGLJ
|
||||
nk4tFtDyUmEfiG7AwDgEcm7HnarDUYAXwBcncdrZeM/R/cv1YMGZQg75mowl9DNt
|
||||
+putLaGYclEuxBIN41MxHzBXV7BLHI0Xfq+mhOaQWy1DW/hNq1xDJLeF5exE+y6A
|
||||
4smHfuuM2Cv5s4lgi88dibteCOJIKyNa70dqD1WQnCUZBu6rFla4sgkUHGrI1/q8
|
||||
D65uVnx/zWuSTwmjrsCzsWZlUt+k0A==
|
||||
=ETC2
|
||||
-----END PGP SIGNATURE-----
|
3
mailimporter-19.12.2.tar.xz
Normal file
3
mailimporter-19.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45bb61c932c451e96c0a5e0d84c9d7b104934ebff88075489556341e6ddff03f
|
||||
size 541120
|
11
mailimporter-19.12.2.tar.xz.sig
Normal file
11
mailimporter-19.12.2.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl45NEIACgkQ29LOiT4t
|
||||
HIfUhgf+KLYp76uPHezivUW1XsQu4Reez8Flo2B2t8AwbQg629JkACZWO7cuAQlI
|
||||
8YSmdP3haA6EcfuqDg/iCoBNYxVr/ps2nqnCdaddPb+OBxwDEUqmS9WYLecPsQNo
|
||||
Rqh9jivh3g/jl/qt6Z2uNVmng05rxIzk7xWzDoj4SXihTV3F4fEqIga0zNzkxBmS
|
||||
2ZKaGg0AB8b+TAsUUmAtNekPesO+F+szwj1gMn+jlpNm589KRhWgf/2pN+IEXwan
|
||||
pk3IiDhP7UL1yU5xYsbtYWqAZ9mVwh+VZVYpVpHnqvQmNPRonR77b0Bxqy8NwTRg
|
||||
fGHGZgHTilMq3rXPHukDFdr4/2f68A==
|
||||
=S4gS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 06:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.12.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/releases/19.12.2
|
||||
- No code change since 19.12.1
|
||||
- Update build requirements
|
||||
- Add missing Requires to devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:36:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: mailimporter
|
||||
Version: 19.12.1
|
||||
Version: 19.12.2
|
||||
Release: 0
|
||||
Summary: Mail import functionality for KDE PIM
|
||||
License: GPL-2.0-or-later
|
||||
@ -35,11 +35,11 @@ Source2: applications.keyring
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Akonadi)
|
||||
BuildRequires: cmake(KF5AkonadiContact)
|
||||
BuildRequires: cmake(KF5AkonadiMime)
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5CalendarCore)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5Libkdepim)
|
||||
BuildRequires: cmake(KF5Mime)
|
||||
@ -47,13 +47,6 @@ BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(Qt5UiTools)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
@ -69,6 +62,7 @@ License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libKF5MailImporter5 = %{version}
|
||||
Requires: libKF5MailImporterAkonadi5 = %{version}
|
||||
Requires: cmake(KF5AkonadiMime)
|
||||
|
||||
%description devel
|
||||
This package provides the development headers of the mailimporter library.
|
||||
|
Loading…
x
Reference in New Issue
Block a user