Accepting request 796942 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/796942 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimap?expand=0&rev=56
This commit is contained in:
commit
a5b7fafa81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c3b3cdf928754f9919030d865a2cdad0ad342c82c436afef660d018f85de4d2
|
||||
size 120164
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWkACgkQ29LOiT4t
|
||||
HIf1Qgf/bPBIAguZ4UumcI20lmYXG1Mx3Pl1k4lP6M6sP5gRdF2AROEX6bpO4qxS
|
||||
oIA7jeTCATJC8i0JW8Y2oIfnnmnBo96bdb/xjYMRGs6KJh54vGbm79EHuXlQIhet
|
||||
JHD5+OApiu9lJRvNqFKlxAmjT3jg4pbWBaVKI+x4m6fQFjVkcrjOZ9MFQF5CVB74
|
||||
Zr6FFEToQeYT3p4863LuqksNkV9nUihnhovMfLxnuuBAclgwqPanmPZxjM9+0LhB
|
||||
ELedqDVjlbF6+hnKCDby8SJBZwzFZq5ufNWQr1abLe3Dh8uHKTkKZ9HGo5F6oDuq
|
||||
uqrHPVQK1yhfPJrlbyD//UAAOOz/2g==
|
||||
=nLZv
|
||||
-----END PGP SIGNATURE-----
|
3
kimap-20.04.0.tar.xz
Normal file
3
kimap-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1261b831cfa4a5fbec3d04d773be229f61ef61a7d9363e951436100a832a460
|
||||
size 119720
|
11
kimap-20.04.0.tar.xz.sig
Normal file
11
kimap-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8wACgkQ29LOiT4t
|
||||
HIePTgf/c2ORVIEjXsmWToJQt6vexHqq7x+3UgQjnS423J2uOkTj507Vcbfh1Tif
|
||||
PJVHro38GkhKkhkKrdnPikJw71xBxPy0m6djncqjx1hALTBKhcNfZ4hCi1DPMfuI
|
||||
avJKtAQPs8dDZF8idL+UUBMgLzhgHQ5F6ZXcMJ5hkQqJhkb0zDg7UhU7YTFO7jD5
|
||||
xX7gGiCBcnBQddWrqWmG4PTIAEHyzy5PjqSeRiKjVJgvVjLKHrdRZa3mchAQdNS0
|
||||
0giWm+/IcDOCCikL0L0MK6Poy65LBKGsveH+kaeIH9DJEfcGHz+7s5g8GIDxus39
|
||||
WRuYzDxrigHWSoysGkI3VEFJ+KfKaQ==
|
||||
=KjHj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:22:28 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
|
||||
- No code change since 20.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 20:30:07 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-rc
|
||||
- Changes since 20.03.80:
|
||||
* Fix clazy warning/cppcheck warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 22 09:17:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-beta
|
||||
- Changes since 19.12.3:
|
||||
* Don't use deprecated QSet::toList()
|
||||
* Make it compile against qt5.15
|
||||
* Autogenerate categories file
|
||||
* Make it compile against last qt5.15 without deprecated methods
|
||||
* Port deprecated QSet::toList method
|
||||
* remove <QtTest> which includes all of <QtCore> (scripted)
|
||||
* Don't use nullptr for flags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 20:36:09 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
10
kimap.spec
10
kimap.spec
@ -21,17 +21,13 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kimap
|
||||
Version: 19.12.3
|
||||
Version: 20.04.0
|
||||
Release: 0
|
||||
Summary: KDE PIM Libraries: IMAP library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: extra-cmake-modules >= 5.19.0
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -40,6 +36,10 @@ BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Mime)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
|
||||
%description
|
||||
KIMAP provides libraries to interface and communicate with
|
||||
|
Loading…
x
Reference in New Issue
Block a user