Accepting request 797042 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailimporter?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2020-04-25 18:25:22 +00:00 committed by Git OBS Bridge
commit 2f167186e2
6 changed files with 52 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZcACgkQ29LOiT4t
HIcYOgf+LuS0ZeGv8Rl/Ra4SZHOv2E06uXKTJenz9zxCw/27eUv/QsLK23i7DAa+
UppbN6PCT4HcFtbUa/4idNW/kHbNZFEhHjMOHLRzNhaCArW6GcF5LmV4LaFRrSCW
uY05+Pyb1jp5ETBm8SxKcR4RERkHf/MCJdjG4yPYfSmiazcYO9z+5X/k6ExpEhZ9
r7vSU8lKEW7SaGW5y3X6up94pumaDfMdIQOmwDJUtNeMKyLBOCtncI/bNKeB8KKT
4hwnt5KP7myoCNvQn/0WDxANlePEhLutG0Y0nXp6YQGfdcHgHz95TNkWkjZm3bT4
YBfFQU8ATbD3i1QXkS8Ou7aT/HBmXg==
=Y8d7
-----END PGP SIGNATURE-----

View File

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

View 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-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:17:40 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:
* Make it compile against last qt5.15
* Autogenerate categories file
-------------------------------------------------------------------
Thu Mar 5 20:36:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,40 +16,38 @@
#
%define kf5_version 5.60.0
%define kf5_version 5.66.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: mailimporter
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Mail import functionality for KDE PIM
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
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: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5AkonadiMime)
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Libkdepim)
BuildRequires: cmake(KF5Mime)
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 %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
The mailimporter library is a KDE PIM project to provide a framework
@ -88,9 +86,7 @@ This package provides the mailimporter library for Akonadi based functions,
used by KDE PIM applications to import data from other mail formats
(such as mbox, Maildir...).
%if %{with lang}
%lang_package
%endif
%prep
%setup -q