From 4c787fb61a11726c7dc602a90bd38f98bc176520a62b02ad7386829a8fa67649 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 26 Jul 2019 14:31:10 +0000 Subject: [PATCH] KDE Applications 19.08 Beta (take 2) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=92 --- mbox-importer-19.04.3.tar.xz | 3 --- mbox-importer-19.07.80.tar.xz | 3 +++ mbox-importer.changes | 11 +++++++++++ mbox-importer.spec | 17 +++++------------ 4 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 mbox-importer-19.04.3.tar.xz create mode 100644 mbox-importer-19.07.80.tar.xz diff --git a/mbox-importer-19.04.3.tar.xz b/mbox-importer-19.04.3.tar.xz deleted file mode 100644 index 19a1936..0000000 --- a/mbox-importer-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68160ddd977c7f8f771b2934e57ec15042508a92461ca9d233312546d8d2c537 -size 33404 diff --git a/mbox-importer-19.07.80.tar.xz b/mbox-importer-19.07.80.tar.xz new file mode 100644 index 0000000..7e14379 --- /dev/null +++ b/mbox-importer-19.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693568e4659ea14f63a0f3ad49750bdb9e39394450e4d43dc0a40fa335772374 +size 33508 diff --git a/mbox-importer.changes b/mbox-importer.changes index 60a1f90..cd62f98 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 23 11:59:07 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * Remove unused includes + * It was fixed in 5.13.0beta2 + ------------------------------------------------------------------- Sat Jul 13 07:26:38 UTC 2019 - lbeltrame@kde.org diff --git a/mbox-importer.spec b/mbox-importer.spec index ef2290c..0672edf 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -16,12 +16,12 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.58.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: mbox-importer -Version: 19.04.3 +Version: 19.07.80 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -29,32 +29,25 @@ Group: System/GUI/KDE URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules -BuildRequires: gettext-devel -BuildRequires: pkgconfig -BuildRequires: python-devel -BuildRequires: update-desktop-files BuildRequires: cmake(KF5Akonadi) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5MailCommon) BuildRequires: cmake(KF5MailImporter) +BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(KF5Service) -BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5Gui) >= 5.10.0 +BuildRequires: cmake(Qt5Widgets) >= 5.10.0 # 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 -%endif %description This package contains a tool that can be used to import mbox archives into akonadi. -%if %{with lang} %lang_package -%endif %prep %setup -q